summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
2021-03-10clean uphathach
2021-03-10update doc for BOARD name, add note for udev on Linuxhathach
2021-03-02update pico-sdk to more recent commithathach
- move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset
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-02-24fix cihathach
2021-02-24add itf argument to hid API to support multiple instanceshathach
following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb()
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
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
2021-02-10Address review comments:Ivo Popov
- every switch must have a default - revert formatting of unchanged lines
2021-02-10Fix unintended control transfers in webserial example.Ivo Popov
2021-02-09update hid_composite_freertos examplehathach
2021-02-09tud_hid_report_complete_cb() APIhathach
update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible.
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
- Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR.
2021-02-08clean uphathach
2021-02-06Merge pull request #618 from homeodor/masterHa Thach
A CDC-like blocking behaviour for MIDI, incl. SysEx
2021-02-06CDC-like blocking behaviour for MIDIAlexander Golovanov
Also added a dummy readout for MIDI into examples
2021-02-02Typo fixedMohammed Aslam
2021-02-01add consumer control to hid_composite exampleshathach
both no OS and freeRTOS
2021-02-01Merge branch 'master' into rp2040-logger-enumfixhathach
2021-02-01added enumerate walkaround for RP2040-E5hathach
- PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1 - target linke pico_fix_rp2040_usb_device_enumeration
2021-02-01Merge pull request #610 from hathach/rp2040-followup2Ha Thach
Rp2040 followup2
2021-01-28fix #558 third attemptcharkster
2021-01-28fix #558charkster
2021-01-28fix #558charkster
2021-01-27rp2040 move uart id to board specifichathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25Merge pull request #604 from kamtom480/spresense-sdk-2.0.2Ha Thach
Update Spresense SDK and fix dcd issues
2021-01-25Define Spresense EP numbers for cdc_msc exampleKamil Tomaszewski
2021-01-25get all device example build with rp2040 (except freeRTOS)hathach
2021-01-24rp2040 skip freertos examplehathach
2021-01-24rp2040 hid_composite compiled and testedhathach
2021-01-24rp2040 dfu_rt dynamic_configuration compiledhathach
not tested, but should be OK
2021-01-24rp2040 dual cdc compiled and testedhathach
2021-01-24rp2040 audio_test compilehathach
2021-01-24cmake esp32s2 and rp2040 getting alonghathach
2021-01-23improve ci for esp32s2hathach
2021-01-23seperate ci build for family and orphaned boardshathach
2021-01-23rp2040 cdc_msc work wellhathach
2021-01-23rp2040 better support multiple boardshathach
2021-01-23get board_test running with pico on both led and buttonhathach
2021-01-22update cmake build to work with esp32s2 and rp2040hathach
2021-01-22Merge branch 'master' into group-boards-into-familyhathach
2021-01-22more cihathach
2021-01-22fix esp32s2 ci buildhathach
2020-12-25skip overflow sram examples for kl25hathach
2020-11-27group esp32s2 board into its grouphathach
2020-11-27add bus suspend & resume support for esp32s2hathach