arduino-library icon indicating copy to clipboard operation
arduino-library copied to clipboard

custom board support

Open ozanoner opened this issue 3 years ago • 0 comments

With this commit, custom boards are supported. To add a custom board:

  1. Create a new header file with the name of "TinyMLx_custom_board.h". The best way to do that is to copy the "TinyMLx_board.h" file from the library and rename it, then update its content with your board definitions.
  2. Provide "-DUSE_TinyMLx_custom_board" to the compiler and the path of the header file with -I flag.

ozanoner avatar Jan 13 '22 00:01 ozanoner