summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc
AgeCommit message (Expand)Author
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
2021-04-19cmake cleanuphathach
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
2021-04-11update rp2040 to use pico-sdk externallyhathach
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-18clean up some exampleshathach
2021-03-02update pico-sdk to more recent commithathach
2021-03-02remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5hathach
2021-02-01added enumerate walkaround for RP2040-E5hathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25Merge pull request #604 from kamtom480/spresense-sdk-2.0.2Ha Thach
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 audio_test compilehathach
2021-01-24cmake esp32s2 and rp2040 getting alonghathach
2021-01-23rp2040 cdc_msc work wellhathach
2020-11-24more cihathach
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
2020-11-23Merge branch 'master' into cdc_without_dtrHa Thach
2020-11-18Changes to CDC example code:Jan Dümpelmann
2020-11-18Reset CDC examples to original stateJan Dümpelmann
2020-11-08update microchipo driver submodulehathach
2020-11-08clean uphathach
2020-11-08Merge pull request #551 from dobairoland/masterHa Thach
2020-11-05Make the disk disappear on Windows after it was ejectedRoland Dobai
2020-09-04Remove tud_cdc_connected check from examplesJan Dümpelmann
2020-08-22add OPT_MCU_SAMD11hathach
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-19minor clean uphathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-07-16add tud_speed_get()hathach
2020-06-30cdc-acm: Use 512 bytes when in HS mode.Uwe Bonnes
2020-06-15clean up, update other example confighathach
2020-06-14revert CFG_TUSB_RHPORT0_MODE to previous wayhathach
2020-06-01allow hs ep open with 512 byteshathach
2020-05-26merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODEhathach
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-04-17update example to include CXD56 for highspeed modehathach
2020-03-31revise argument order for TUD_CONFIG_DESCRIPTOR macroPeter Lawrence
2020-03-30add provision for multiple configurationsPeter Lawrence
2020-03-10drop hid for freertos demo to match none os examplehathach
2020-03-07Merge pull request #291 from hathach/port-samg55Ha Thach
2020-03-03Merge pull request #280 from majbthrd/nuc505Ha Thach
2020-02-26Add langid to example cdc_msc.Chang Feng
2020-02-07add Nuvoton NUC505Peter Lawrence
2020-02-07correct waklaround with only status INhathach
2019-12-21Merge branch 'master' into port-samg55hathach