summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
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
2020-04-15Set Net example to use IAD device classNathan Conrad
2020-04-15rename config num to id in net webserver examplehathach
also add configuration array bound check.
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
tested with dfu_runtime
2020-04-14Merge pull request #334 from majbthrd/usbnet_osagnosticHa Thach
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
2020-04-13Merge pull request #335 from majbthrd/lwip_timeoutsHa Thach
net_lwip_webserver: add support for lwip timeouts
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
also increase usbd stack in example when debug is enabled
2020-04-10Merge pull request #319 from hathach/add-esp32s2Ha Thach
port ESP32 S2
2020-04-10add CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=yhathach
2020-04-09Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09make saola as cmake component, easier to add more esp32 boardhathach
2020-04-09add neopixel led strip driver for saola, make saola as an componenthathach
2020-04-08update cmakehathach
2020-04-07rename saola to saola_1hathach
2020-04-07esp32s2 work with hid_composite_freertoshathach
2020-04-07skip freertos example for cxd56 msp430 and fomuhathach
2020-04-07add hid_composite_freertos examplehathach
2020-04-07example clean uphathach
2020-04-07clean uphathach
2020-04-07add saola button pin support, esp32 build with board_testhathach
2020-04-07only check in sdkconfig.defaultshathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-04-06Merge branch 'master' into add-esp32s2hathach
2020-04-06move irqhandler to applicationhathach
tud_isr() must be called by application to forward the irqhandle to the stack
2020-04-02Typo of usbtmc.Nathan Conrad
2020-04-02Fix USBTMC descriptors when INT EP is disabled.Nathan Conrad
2020-04-01rename project to cdc_msc_freertoshathach
2020-04-01reduce freertos task stack size to fit small mcuhathach
2020-04-01add esp32s2 saola bsphathach
update cdc_msc_freertos main.c to work with esp32s2 add CMake file
2020-04-01add dcd_esp32s2hathach
skip esp32s2_saola for make build since idf use cmake
2020-03-31revise argument order for TUD_CONFIG_DESCRIPTOR macroPeter Lawrence
2020-03-30add provision for multiple configurationsPeter Lawrence
2020-03-27usbnet: tweak CDC-ECM after MacOS testingPeter Lawrence
2020-03-24Merge branch 'master' into developHa Thach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
[WIP] MSP430 Support
2020-03-24more string idhathach
2020-03-23enhance string indexhathach
2020-03-23per reviewhathach
- remove -Wno-error=lto-type-mismatch - change back to unsigned int
2020-03-23fix rndis response to get mac addresshathach
- remove cflags -fshort-enums - clean up webserver descriptor