You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: