| Age | Commit message (Collapse) | Author |
|
`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
|
|
Edpt iso xfer
|
|
|
|
Changed LED_PIN to 17 on Seeeduino Xiao
|
|
|
|
seeeduino-fixes
|
|
|
|
|
|
|
|
|
|
|
|
also add note for installing pip module
|
|
|
|
|
|
Remove submodule pico sdk
|
|
|
|
also try to update ci
|
|
|
|
Add support for SAM L22 family
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since it is illegal from fifo perspective
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add tu_unaligned_read32/write32
* added tu_unaligned_read16/write16
* add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
samg fifo is accessed byte by byte (although the register is 32 bit).
|
|
|