INL-retro-progdump/firmware/source
Paul Molloy ea5f1d9842 Creation of pinport abstraction layer to make firmware more generic to the
underlying hardware/mcu.  Created avr_gpio.h to define AVR pin registers
in a struct fashion similar to what's common with ARM code.  Doing that
makes things much easier to abstract in pin macro 'functions'.

Added define to Makefiles that flags pinport_al.h which board is targetted
for build.

Tested and able to turn on/off and pull-up LED on all 3 builds.
2017-07-22 23:58:16 -05:00
..
old Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
avr_gpio.h Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00
main.c Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00
pinport_al.h Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00
usb.c Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00
usb.h Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00