| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|
|
House keeping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add rx65n board
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update some settings for rx65n board
|
|
|
|
GCC 11 build fix for nrf5x
|
|
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project.
``` c
inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13:
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized]
792 | return (is_running ? true : false);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds TU_VERIFY to dfu internal buffer access from host.
Adds TU_ASSERT to dfu internal buffer access by application.
|
|
|
|
|
|
|
|
|
|
change ports settings for LED and button.
add PLL setting for 240MHz based on HOCO into HardwareSetup().
|
|
Fix typo in TUH configuration define
|
|
|
|
fix issue when calling midi API when not enumerated yet
|
|
|
|
|
|
|
|
add support SAML21
|
|
|
|
Changed order of struct initializer to avoid compiler error
|
|
|
|
fix nrf52 race condition with TASKS_EP0RCVOUT
|