| Age | Commit message (Collapse) | Author |
|
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]>
|
|
|
|
|
|
|
|
- remove OPT_MCU_SAME51 in favor of OPT_MCU_SAME5X and working around
differences in the Atmel bsp locally in the D5035-01 bsp.
- rename board folder to d5035_01 for consistency with other boards
|
|
The board's files are here:
https://github.com/RudolphRiedel/USB_CAN-FD
|
|
skip ci build for example that need more ROM/RAM could fit into SAMD11
|
|
This adds source files that allow to run TinyUSB stack on DA1469x-dk-pro board.
Source files .c .S and .ld are taken from Apache Mynewt repository.
Those files were stripped to allow starting board without Mynewt os.
|
|
tested with feather nrf52840 + jlink
|