summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-04-11update rp2040 to use pico-sdk externallyhathach
2021-04-02Merge pull request #766 from hathach/enhance-midiHa Thach
2021-04-02revert make optimize flaghathach
2021-04-02rename midi write()/read() to stream_write() stream_read()hathach
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
2021-03-31skip freertos example for efm32gg12Rafael Silva
2021-03-31Merge pull request #757 from kkitayam/add_support_for_gr_citrusHa Thach
2021-03-31remove NVIC_SystemReset() in freertos exampleshathach
2021-03-30change suffix to _asm to be more explicithathach
2021-03-29add suffix _s to object of assembly filehathach
2021-03-27added configurations for RX63Xkkitayam
2021-03-23remove ses project since it is all broken and occupies spacehathach
2021-03-18use boot2_generic_03h for adafruit feather rp2040hathach
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-18clean up some exampleshathach
2021-03-17move esp32s2 and rp2040 target rule to its family.mkhathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-10Update pico sdk 1.1.0 (#712)Ha Thach
2021-03-10clean uphathach
2021-03-10update doc for BOARD name, add note for udev on Linuxhathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-03group h743eval and h743nucleo into stm32h7hathach
2021-03-02update pico-sdk to more recent commithathach
2021-03-02Merge pull request #684 from hathach/rp2040-host-exampleHa Thach
2021-03-02move fomu to its own family, update ci with build risvhathach
2021-03-02update ci for msp430 familyhathach
2021-03-02remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5hathach
2021-03-01fix freeRTOS config symbol warning with latest kernelhathach
2021-03-01add submodule lib/FreeRTOS-Kernelhathach
2021-03-01try to fetch needed mcu submodule while running makehathach
2021-02-26add rp2040 to host example buildhathach
2021-02-24fix cihathach
2021-02-24add itf argument to hid API to support multiple instanceshathach
2021-02-24remove obsolete host examplehathach
2021-02-23move ehci and ohci to portable folderhathach
2021-02-23enable host example ci build for imxrthathach
2021-02-23host msc: call read_capacity as part of enumerationhathach
2021-02-23rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()hathach
2021-02-22rename hcd_lpc18_43 to hcd_transdimensionhathach
2021-02-19make midi example less ambigous for cable and channelhathach
2021-02-11rename examples folder dfu_rt to dfu_runtimehathach
2021-02-11rename dfu_rt to dfu_runtime for easy readinghathach
2021-02-11Merge pull request #645 from ipopov/webserial-fixHa Thach
2021-02-10Address review comments:Ivo Popov
2021-02-10Fix unintended control transfers in webserial example.Ivo Popov
2021-02-10Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040.Ivo Popov
2021-02-09update hid_composite_freertos examplehathach
2021-02-09tud_hid_report_complete_cb() APIhathach
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
2021-02-08clean uphathach