mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
a73017fdc2
- replace tusb_hal_int_enable/disable to dcd_int_enable/disable, hcd_int_enable/disable - remove tusb_hal_init(), this will be part of dcd_init/hcd_init, anything beyond dcd/hcd should be inited by bsp
Boards
Supported Boards
This code base already had supported for a handful of boards. However due to my limited collection, only bold ones are (probably) guaranteed to run out of the box. Other are merely implemented based on their schematics and needed help from you to make it work.
NXP MCU
- LPCXpresso 11U68
- LPCXpresso 1347
- LPCXpresso 1769
- Keil MCB1800 Evaluation Board
- Embedded Artists LPC4088 Quick Start board
- Embedded Artists LPC4357 Developer Kit
MicroChip SAMD
Nordic nRF52840
Add your own board
If you don't possess any of supported board above. Don't worry you can easily implemented your own one by following this guide as long as the mcu is supported.
Guide to implement a new board is coming soon ...