mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-01-22 12:01:06 +02:00
Ignacio Garcia Perez
1cfb149d35
FIXED: values of CPUSPEED greater than 255 were misread because the value was directly read into handle->cfg.cpu_speed (uint8_t) before dividing it by the external crystal frequency, and overflow resulted. Now intermediate variable is used and only the final result of the division is placed in handle->cfg.cpu_speed.
Needs libusb-1.0 (not 0.1!) to work. Readline is optional. To build: make -C src If you have readline (recommended): make -C src READLINE=1
Description
XBurst Tools, collection of boot and flash tools for XBurst devices.
http://projects.qi-hardware.com/index.php/p/xburst-tools/
Languages
C
98.5%
Makefile
0.6%
Assembly
0.3%
Roff
0.2%
M4
0.2%
Other
0.1%