| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix codespell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed wrong FreeRTOS port for EFM32GG12
|
|
board.h
add support for PIO_USB_VBUSEN_PIN and its state.
|
|
|
|
|
|
dcd_lpc_ip3511: isochronous support and endpoint accidental write fix
|
|
|
|
|
|
'dap52' is Olimex's name of their STM32L052-based fork of 'dap42'
|
|
|
|
|
|
mimxrt: Change the definitions for MIMXRT boards.
|
|
|
|
Ci parallel build
|
|
|
|
Which fits both MIMXRT10XX and MIMXRT11XX.
|
|
These are mostly identical to the MIMXRT10XX, with one tiny difference.
|
|
|
|
Improve ci
|
|
|
|
|
|
supported
|
|
|
|
- remove "-Wno-stringop-overflow -Wno-array-bounds"
- skip -Wconversion for gcc 9 and prior
- suppress_tinyusb_warnings only when building with gcc 9 and below
|
|
|
|
* gcc 9.2.1 has some spurious -Wconversion warnings
* cmake 3.18 and above require set_target_properties to be added from the target directory (so added it to all examples)
* fixed a few warnings in a couple of examples
|