| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo in audiod_rx_done_cb in audio_device.c
|
|
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() 0.14.0 release
|
|
USBTMC: Fixes and support for high-speed USB
|
|
up coming release
|
|
Rework CMake example warnings some more
|
|
|
|
|
|
|
|
Fix warnings when compiling rp2040 with older version of gcc
|
|
|
|
|
|
|
|
mimxrt: Change the definitions for MIMXRT boards.
|
|
|
|
|
|
|
|
Ci parallel build
|
|
|
|
|
|
update ci to get-deps first
|
|
Which fits both MIMXRT10XX and MIMXRT11XX.
|
|
These are mostly identical to the MIMXRT10XX, with one tiny difference.
|
|
Define CFG_BOARD_UART_BAUDRATE in CMake
|
|
rp2040 enable SOF as resumed signal when remote wakeup
|
|
|
|
|
|
|
|
|
|
|
|
Improve ci
|
|
|
|
|
|
|
|
|
|
supported
|
|
|
|
|
|
Fix actual compiler warning on gcc 10.3.1
|
|
|
|
Re-add some warning suppression for rp2040
|
|
samd: Fix a lock-up situation at high traffic.
|
|
- 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
|