summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2020-07-29Merge pull request #412 from hathach/fix-net-cast-alignHa Thach
suppress cast-align warnings for net device driver
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
add note for usb init when using with RTOS
2020-07-23fix samd21 race condition with setup packethathach
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-19minor clean uphathach
2020-07-18more updatehathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16fix unintended changes to webusb examplehathach
2020-07-16add tud_speed_get()hathach
- define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
Add support for STM32 OTG HS core
2020-07-08change REDUCE_SPEED=0/1 to explicitly SPEED=high/fullhathach
update readme, boards.md to add link to new stm boards
2020-07-06correct EP Size for cdc dual and webusb examplehathach
2020-06-30correct led dfu_rt examplehathach
also add example usage note
2020-06-30cdc-acm: Use 512 bytes when in HS mode.Uwe Bonnes
Removes error: config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64 while enumerationg.
2020-06-30Add Stm32F7xxdisco board support filesUwe Bonnes
Status with examples/device/cdc_msc: - make BOARD=stm32f723disco => OK - make BOARD=stm32f723disco PORT=1 => No Reaction - make BOARD=stm32f746disco => OK - make BOARD=stm32f746disco PORT=1 => Hangs during enumeration - make BOARD=stm32f769disco => Hangs during enumeration
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-29Merge pull request #445 from hathach/add-kaluga-bspHa Thach
added esp32s2 kaluga bsp
2020-06-29added esp32s2 kaluga bsphathach
2020-06-21examples/readme.md: Add hint to build for debug.Uwe Bonnes
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-06-15update midihathach
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-29fix idf usb pin init changeshathach
2020-05-26merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODEhathach
each port is 1 byte for easy maintenance
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-05-18suppress cast-align warnings for net device driverhathach
2020-05-17temporariyly suppress cast-align warning for net_device and net examplehathach
2020-05-17enable -Wcast-alignhathach
suppress vendor sdk driver at board.mk
2020-05-02minor update net examplehathach
samg failed to run net example
2020-04-29fix ci board test with esp32hathach
2020-04-29fix esp32 ci adding FREERTOS STATIC to sdkconfig defaulthathach
2020-04-26add usbd edpt openhathach
- RTT mode is blocking to prevent log lost - Improve logging message
2020-04-23Merge pull request #376 from hathach/add-more-exampleHa Thach
Add dynamic configuration example
2020-04-23complete the midi output for dynamic configurationhathach
2020-04-22house keepinghathach
2020-04-22Merge branch 'master' into add-more-examplehathach
2020-04-22clean uphathach
2020-04-22added swo as loggerhathach
tested with feather nrf52840 + jlink
2020-04-22more rtt softwarehathach
2020-04-22add LOGGER option to use rtthathach
update example readme for debug log. Update bug template to ask for LOG as well.
2020-04-20update freerots hid compositehathach
clean up unused descriptor for usbtmc example
2020-04-20add extra comma to HID_REPORT_IDhathach
this make the template with Report ID look less weird to the user
2020-04-20start adding dynamic configuration examplehathach
2020-04-17Merge pull request #354 from hathach/cxd56-disconnect-connectHa Thach
Cxd56 disconnect connect
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-17update example to include CXD56 for highspeed modehathach
2020-04-16Merge pull request #345 from hathach/add-alt-itfHa Thach
Implement setInterface(alt) for usb net driver