| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
|
|
|
|
`hw\bsp` separate one family folder to esp32s2, esp32s3
add board specific board.cmake file to override board specific options(features)
fix examples and test scripts to use new family approach
|
|
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skip ci build for example that need more ROM/RAM could fit into SAMD11
|
|
add note for usb init when using with RTOS
|
|
|
|
|
|
|
|
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tested with feather nrf52840 + jlink
|
|
|
|
|
|
also increase usbd stack in example when debug is enabled
|
|
|
|
|
|
|
|
|