summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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-29add support for LOG=2hathach
LOGGER=rtt is not tested since jlink doesn't support rp2040 just yet
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-26limit artifact to only uf2 for nowhathach
due to the large size of combined binaries of all boards + all examples
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25rename build outputhathach
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
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-19RP2040 supportgraham sanderson
2021-01-14replaced variable name to CMDEXE from UNAME.kkitayam
removed the rule that .d files are converted to .P files.
2021-01-13also build boards without familyhathach
2021-01-11added support for cmd.exe as a shell on make.kkitayam
2020-12-25skip overflow sram examples for kl25hathach
2020-11-28move all nrf boards into its family grouphathach
2020-11-28group more nrf boardshathach
2020-11-28grouping nrf boardshathach
2020-11-27group esp32s2 board into its grouphathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-24more cihathach
2020-11-24fix ci buildhathach
2020-11-24comment out and add note for tud_cdc_connected() in cdc_msc exampleshathach
2020-11-23add tud_ready() check in tud_cdc_n_write_flush()hathach
other clean up
2020-11-23Merge branch 'master' into cdc_without_dtrHa Thach
2020-11-20migrate vendor device to new control xfer cbhathach
2020-11-18Changes to CDC example code:Jan Dümpelmann
- auto flush welcome message at connection event - provide information to the user if the terminal did not set DTR