summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-06-30cdc-acm: Use 512 bytes when in HS mode.Uwe Bonnes
2020-06-30Add Stm32F7xxdisco board support filesUwe Bonnes
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-29Merge pull request #445 from hathach/add-kaluga-bspHa Thach
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
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-05-17temporariyly suppress cast-align warning for net_device and net examplehathach
2020-05-17enable -Wcast-alignhathach
2020-05-02minor update net examplehathach
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
2020-04-23Merge pull request #376 from hathach/add-more-exampleHa Thach
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
2020-04-22more rtt softwarehathach
2020-04-22add LOGGER option to use rtthathach
2020-04-20update freerots hid compositehathach
2020-04-20add extra comma to HID_REPORT_IDhathach
2020-04-20start adding dynamic configuration examplehathach
2020-04-17Merge pull request #354 from hathach/cxd56-disconnect-connectHa Thach
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
2020-04-15Set Net example to use IAD device classNathan Conrad
2020-04-15rename config num to id in net webserver examplehathach
2020-04-15remove unused usb_descriptors.hhathach
2020-04-15better demonstrate usbnet exmaple is multiple configurationshathach
2020-04-15Merge branch 'master' into class-driver-idhathach
2020-04-14usbnet: remove CDC-EEMPeter Lawrence
2020-04-15use class driver open() for interface support detectionhathach
2020-04-14Merge pull request #334 from majbthrd/usbnet_osagnosticHa Thach
2020-04-13Merge pull request #335 from majbthrd/lwip_timeoutsHa Thach
2020-04-12net_lwip_webserver: add support for lwip timeoutsPeter Lawrence
2020-04-12usbnet: OS-agnostic (Windows/Linux/macOS) network driverPeter Lawrence
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-11print correct example namehathach
2020-04-11fix incorrect setup packethathach
2020-04-10Merge pull request #319 from hathach/add-esp32s2Ha Thach