summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2023-04-21build all freertos, not able to build net lwip due to lack of sio_open()hathach
2023-04-21update freeRTOS kernel to latest for library cmakehathach
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).
2023-04-21update most examples cmake to build with imxrthathach
2023-04-21example run well with cmake for imxrthathach
2023-04-20clean uphathach
2023-04-20board test running with cmakehathach
2023-04-20adding cmake build for imxrt1010hathach
2023-04-14Fix spelling configuraiton->configurationDevin Auclair
2023-04-08Fix case.HiFiPhile
2023-04-08fix audio comment errortyustli
2023-04-06Merge pull request #2006 from hathach/cmakeHa Thach
Cmake
2023-04-03fix build for esp32hathach
2023-03-30Update samplesepatstarkey
2023-03-30more esp32 cmake clean uphathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-29adding more cmake supporthathach
2023-03-26Add MJPEG descriptor for bulk transferkkitayam
2023-03-25Add descriptor for a bulk endpoint as a streaming endpointkkitayam
2023-03-24Merge pull request #1971 from ↵Ha Thach
MattMills/class_net_net_device_mac_address_shouldnt_be_consts Update net_device.h to make MAC addresses not const.
2023-03-24update host example to use new tuh mem macroshathach
2023-03-23rename and change default pio usb pin to adafruit feather usb hosthathach
2023-03-22Remove const from tud_network_mac_address in example and test filesMatt Mills
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵hathach
tuh_itf_info_t
2023-03-22fine tune CFG_TUH_HID valuehathach
2023-03-21change meaning of CFG_TUH_HID to total number of HID interfaces supported.hathach
- 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
2023-03-21add -Wreturn-typehathach
2023-03-19add CFLAGS_SKIP to improve sam compile timehathach
2023-03-18fix ci with kl25zhathach
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17update example descriptionhathach
2023-03-17fix ci build with fomuhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-16Merge branch 'master' into renesas-rahathach
2023-03-13Avoid spamming out endpoint on connectJames Smith
2023-03-13Removed tabs from host hid_controller exampleJames Smith
2023-03-13Updated host hid_controller example to demo tuh_hid_send_reportJames Smith
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-10adding python script to manage dependencies instead of submodulehathach
2023-03-08fix freertos build with iar, format/indent link_typehathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-08improve cihathach
2023-03-06Merge pull request #1933 from kilograham/rp2040_llvm_tweaksHa Thach
make rp2040 code compile cleanly with LLVM embedded toochain for ARM.
2023-03-06more ci fixhathach
2023-03-06integrate top.mk into make.mkhathach
2023-03-06fix iar cihathach
2023-03-06update size to fix macos cihathach