| Age | Commit message (Collapse) | Author |
|
|
|
|
|
samd51 nrf
|
|
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0
|
|
|
|
|
|
bss. Got stkerr -> hardfault
|
|
|
|
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
|
|
|
|
|
|
|
|
tested with feather nrf52840, m0, m4
|
|
added max3241 for feather m4 and tested
|
|
possible now with latest freertos cmake
|
|
tested working with sam d21 and d51, not tested with nrf52, seem not
working with esp32
|
|
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
|
|
|
|
'MAX3421_HOST=1' must be added as part of make/cmake command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
also fix trailing spaces
|
|
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
required to pass one of msc test.
|
|
|
|
|
|
|
|
|
|
temporarily disable other orphaned and esp32s2 build
|
|
|
|
also correct other samd51 tx,rx pin (not used yet)
|
|
|
|
|
|
|
|
|