grant-h / omap_loader

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
5 stars 5 forks source link

Support C89 standard and Windows #5

Open grant-h opened 6 years ago

grant-h commented 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?