INL-retro-progdump/host
paul eeepc 41c3948262 Completed parsing of dictionary #define statements to create dictionary tables.
Now lua scripts can make usb dictionary calls based off of C shared_dict*.h files.
Don't have to have separate lua tables for host, and C #defines for firmware to keep things aligned!

Tested and working on all current shared_dict*.h files including some simple error checking.
Does not permit multi-line comments, but inline is fine and properly accounted for.
defines starting with underscore are skipped to not trip up header define guard statement.
defines can't be set to other defines, macros, or math, only a decimal/hex number.

Tested and able to turn on/off/ip/op LED on kazzo.
2017-07-10 03:16:45 -05:00
..
include new file: shared/usb_commands.h 2016-11-20 23:57:09 -06:00
scripts Completed parsing of dictionary #define statements to create dictionary tables. 2017-07-10 03:16:45 -05:00
source Now able to make dictionary call from lua scripts. 2017-07-09 18:51:37 -05:00
udev-rule-help modified: source/inlprog.c 2016-11-19 17:38:12 -06:00
winlib Initial commit for: 2016-11-18 03:15:02 -06:00
Makefile Deleted lua makefile from attempt to move last commit. 2017-07-05 17:57:17 -05:00
inlretro_commited.exe Resolved issue where final buffer wasn't getting fully flashed. 2017-06-04 20:13:58 -05:00
libusb-1.0.dll Initial commit for: 2016-11-18 03:15:02 -06:00