| Age | Commit message (Collapse) | Author |
|
|
|
add per family freeRTOSConfig.h also make changes to build with
freertos_kernel cmake
- hard coded configPRIO_BITS based on family
- change configSUPPORT_STATIC_ALLOCATION to 0,
configSUPPORT_DYNAMIC_ALLOCATION to 1
- enable configRECORD_STACK_HIGH_ADDRESS for tracing
- enable INCLUDE_xTaskGetCurrentTaskHandle which is required to compile
stream_buffer (although we don't use it).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MattMills/class_net_net_device_mac_address_shouldnt_be_consts
Update net_device.h to make MAC addresses not const.
|
|
|
|
|
|
|
|
tuh_itf_info_t
|
|
|
|
- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
also fix trailing spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make rp2040 code compile cleanly with LLVM embedded toochain for ARM.
|
|
|
|
|
|
|
|
|