A USB BootROM uploading utility for TI ARM OMAP3 family processors. Rewrite of omap3_usbload. Supports USBLOAD functionality in TI's X-Loader.
GNU General Public License v2.0
7
stars
5
forks
source link
Support C89 standard and Windows #5
Open
grant-h opened 6 years ago
Besides
<stdbool.h>
and//
comments, there isn't any reason why this project can't support the C89 standard.Also, at least one user needed this tool for Windows. Why not add some
#ifdefs
and call it a day?