lufa
lufa copied to clipboard
Suggestion : Adding new board
Hi Dean,
Just wondering if you would consider in future version make adding a new board and new micro easier by just dropping a folder in Board\ARCH\newboard
without changing the core files of LUFA ? This will keep core LUFA files clean.
In the individual makefile , once the user specified, for example
MCU = atmega32u2
ARCH = AVR8
BOARD = MYBOARD
these options will be used to determine the folder location and header files required, for example,
Board/AVR8/MYBOARD
will used for the required header files.
Currently, there are quite a lot of core files to be edited to add in a new board.
Keep up the good work.
Cheers JP