| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-08-19 | Commit before sharing. | Reinhard Panhuber | |
| Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface. | |||
| 2020-07-29 | Merge pull request #412 from hathach/fix-net-cast-align | Ha Thach | |
| suppress cast-align warnings for net device driver | |||
| 2020-07-23 | example to call tud_init() after freeRTOS kernel is started | hathach | |
| add note for usb init when using with RTOS | |||
| 2020-07-23 | fix samd21 race condition with setup packet | hathach | |
| reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1 | |||
| 2020-07-21 | add note for MS OS 1.0 Descriptor at 0xEE | hathach | |
| 2020-07-19 | minor clean up | hathach | |
| 2020-07-18 | more update | hathach | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-07-16 | add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun | hathach | |
| 2020-07-16 | fix unintended changes to webusb example | hathach | |
| 2020-07-16 | add 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-08 | Merge pull request #447 from hathach/add-stm-hs | Ha Thach | |
| Add support for STM32 OTG HS core | |||
| 2020-07-08 | change REDUCE_SPEED=0/1 to explicitly SPEED=high/full | hathach | |
| update readme, boards.md to add link to new stm boards | |||
| 2020-07-06 | correct EP Size for cdc dual and webusb example | hathach | |
| 2020-06-30 | correct led dfu_rt example | hathach | |
| also add example usage note | |||
| 2020-06-30 | cdc-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-30 | Add Stm32F7xxdisco board support files | Uwe 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-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-06-29 | Merge pull request #445 from hathach/add-kaluga-bsp | Ha Thach | |
| added esp32s2 kaluga bsp | |||
| 2020-06-29 | added esp32s2 kaluga bsp | hathach | |
| 2020-06-21 | examples/readme.md: Add hint to build for debug. | Uwe Bonnes | |
| 2020-06-15 | update example config and descriptor with better Highspeed support | hathach | |
| 2020-06-15 | update midi | hathach | |
| 2020-06-15 | clean up, update other example config | hathach | |
| 2020-06-14 | revert CFG_TUSB_RHPORT0_MODE to previous way | hathach | |
| 2020-06-01 | allow hs ep open with 512 bytes | hathach | |
| 2020-05-29 | fix idf usb pin init changes | hathach | |
| 2020-05-26 | merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE | hathach | |
| each port is 1 byte for easy maintenance | |||
| 2020-05-22 | implement hcd_uframe_number for ohci | hathach | |
| able to get 8 byte descriptors using LPC1769 + base, but failed to reset and set address. | |||
| 2020-05-22 | update makefile to build with ohci host | hathach | |
| update ses project for lpc1769 with rtt | |||
| 2020-05-22 | Merge branch 'master' into update-host | hathach | |
| 2020-05-21 | fix nrf hanged (blocking wait) when called within critical section | hathach | |
| 2020-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-05-18 | suppress cast-align warnings for net device driver | hathach | |
| 2020-05-17 | temporariyly suppress cast-align warning for net_device and net example | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-04 | temporarily remove osal_task_delay() from osal | hathach | |
| - add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357 | |||
| 2020-05-04 | clean up things, add makefile for host example | hathach | |
| 2020-05-02 | minor update net example | hathach | |
| samg failed to run net example | |||
| 2020-04-29 | fix ci board test with esp32 | hathach | |
| 2020-04-29 | fix esp32 ci adding FREERTOS STATIC to sdkconfig default | hathach | |
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-23 | Merge pull request #376 from hathach/add-more-example | Ha Thach | |
| Add dynamic configuration example | |||
| 2020-04-23 | complete the midi output for dynamic configuration | hathach | |
| 2020-04-22 | house keeping | hathach | |
| 2020-04-22 | Merge branch 'master' into add-more-example | hathach | |
| 2020-04-22 | clean up | hathach | |
| 2020-04-22 | added swo as logger | hathach | |
| tested with feather nrf52840 + jlink | |||
