| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
add -Wl,--no-warn-rwx-segment for gcc 12+
|
|
These are intended to allow bare metal platforms with one-shot scheduling
capabilities to schedule the TinyUSB task handlers whenever they know there is
work for them to do.
Signed-off-by: Angus Gratton <[email protected]>
|
|
Fix h7 running on fullspeed phy has issue with WFI
|
|
|
|
|
|
Update imxrt usbphy
|
|
|
|
|
|
|
|
fix typo in cdc line coding enum
|
|
|
|
Add featherwing max3421e support
|
|
tested with feather nrf52840, m0, m4
|
|
added max3241 for feather m4 and tested
|
|
Add dwc2 info of F429.
|
|
|
|
|
|
Update imxrt family
|
|
|
|
possible now with latest freertos cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add ra2a1 ek
|
|
also make some other changes
|
|
Typo fix.
|
|
|
|
Add BSP for nucleo-g491re
|
|
This adds bsp for ST nucleo-g491re board.
This is mostly copy of nucleo-f474 only differences being:
- PLL configured to 170MHz (not affecting USB which runs on HSI48)
- Linker script freshly generated from STM32CubeIDE (smaller RAM)
Signed-off-by: Jerzy Kasenberg <[email protected]>
|
|
Adding extern C to definitions to allow link on C++ project
|
|
|
|
|
|
Fix usbh enumeration removal race
|
|
|
|
|
|
Add PlatformIO manifest
|