| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2021-02-08 | add basic support for rt-thread | tfx2001 | |
| 2021-02-05 | increase TUSB_VERSION_ to 0.8.0 | hathach | |
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2021-01-08 | minor clean up following pr581 | hathach | |
| 2020-12-18 | added support for frdm_kl25z | kkitayam | |
| 2020-11-07 | release 0.7.0 with changelog and doc update0.7.0 | hathach | |
| 2020-10-11 | Merge pull request #520 from salkinium/feature/misc_enhancements | Ha Thach | |
| STM32F3 IRQ remap option and some minor improvements | |||
| 2020-10-03 | Change CFG_TUSB_CONFIG_FILE mechanism to improve header file scanning | Niklas Hauser | |
| 2020-10-03 | Revert #define CFG_TUSB_DEBUG 2 to #define CFG_TUSB_DEBUG 0 | Reinhard Panhuber | |
| Change 1 << 31 to 0x100000000 in audio.h | |||
| 2020-09-04 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-07-25 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-07-17 | Intermediate commit. | Reinhard Panhuber | |
| 2020-07-01 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-06-30 | Merge pull request #427 from kasjer/kasjer/add-da1469x-support | Ha Thach | |
| Support for DA1469x MCU from Dialog Semiconductor | |||
| 2020-06-24 | added OPT_MCU_SAME5X option | hathach | |
| 2020-06-14 | revert CFG_TUSB_RHPORT0_MODE to previous way | hathach | |
| 2020-06-09 | Add DCD for Dialog DA1469x MCU | Jerzy Kasenberg | |
| Dialog Semiconductor's BLE MCU DA1469x comes with full speed USB. It's base on National Semiconductor discrete USB controller USBN9603/4. This adds support for: - control/interrupt/bulk endpoints (up to 64 bytes) - ISO endpoint were not tested and may not work correctly - reset/sleep/wakeup are handled - code for VBUS changes is provided | |||
| 2020-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 2020-05-26 | update h743eval with rhport=1 highspeed | hathach | |
| 2020-05-26 | merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE | hathach | |
| each port is 1 byte for easy maintenance | |||
| 2020-04-22 | added swo as logger | hathach | |
| tested with feather nrf52840 + jlink | |||
| 2020-04-14 | usbnet: remove CDC-EEM | Peter Lawrence | |
| 2020-04-12 | usbnet: OS-agnostic (Windows/Linux/macOS) network driver | Peter Lawrence | |
| 2020-04-05 | allow application to implement its own os | hathach | |
| 2020-03-22 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2020-03-10 | Merge branch 'nuc120' of https://github.com/majbthrd/tinyusb into ↵ | hathach | |
| majbthrd-nuc120 | |||
| 2020-03-03 | Merge pull request #287 from majbthrd/usbnet | Ha Thach | |
| add CDC-ECM/RNDIS/CDC-EEM network device class with example | |||
| 2020-03-03 | Merge pull request #280 from majbthrd/nuc505 | Ha Thach | |
| add Nuvoton NUC505 | |||
| 2020-03-02 | add CDC-ECM/RNDIS/CDC-EEM network device class with example | Peter Lawrence | |
| 2020-02-19 | add a number for esp32-s2 | Andrei Gramakov | |
| 2020-02-07 | add Nuvoton NUC505 | Peter Lawrence | |
| 2020-01-25 | added support for Nuvoton NUC120 | Peter Lawrence | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2020-01-07 | Merge branch 'master' into nuc121 | Ha Thach | |
| 2020-01-04 | add Nuvoton NUC121/NUC125/NUC126 | Peter Lawrence | |
| 2019-12-24 | invoke scsi complete callback before queue for csw status | hathach | |
| there is racing issue with samd + qspi flash testing with arduino otherwise. | |||
| 2019-11-24 | usb hw init OK | hathach | |
| 2019-11-24 | Merge branch 'master' into port-samg55 | hathach | |
| 2019-11-22 | rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX | hathach | |
| 2019-11-22 | rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX | hathach | |
| 2019-11-20 | adding support for NXP rt1064 evk board, boad test led + sw8 work. | hathach | |
| LTO is temporary disabled | |||
| 2019-11-13 | tusb: rename `foosn` to `valentyusb` | Sean Cross | |
| Use the name `valentyusb` as the vendor for the `valentyusb` project, rather than the manufacturer name of the Fomu device. This is because the `valentyusb` core can be used across multiple vendors, much like how other cores can be used across chip vendors. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | src: add eptri to tusb | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-04 | board test works | hathach | |
| 2019-11-02 | Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529 | hathach | |
| 2019-10-29 | tusb_option.h: Assign msp430 ID range 500+ to avoid conflict with Sony. | William D. Jones | |
