| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 2019-10-09 | Merge branch 'master' into develop | hathach | |
| 2019-10-04 | Add Spresense board | Kamil Tomaszewski | |
| 2019-10-04 | adding lpc1549, but couldnt recieve setup packet, though setup received ↵ | hathach | |
| interrupt is triggered | |||
| 2019-10-03 | lpcxpresso1549 board test running | hathach | |
| 2019-09-14 | Add usbtmc class driver. | Nathan Conrad | |
| 2019-09-13 | adding stm32l4 support, board test run with stm32l476disco, usb doens't work yet | hathach | |
| 2019-09-11 | added stm32f767nucleo board, board_test works | hathach | |
| 2019-09-10 | Rename the STM32 MCU options. | Nathan Conrad | |
| 2019-09-10 | Remove OPT_MCU_STM for L and G series. | Nathan Conrad | |
| 2019-09-10 | Move interrupt handler into device driver, and rename the OPT_MCU_STM32 ↵ | Nathan Conrad | |
| constants. | |||
| 2019-09-09 | Fix typo of ENDOINT | Nathan Conrad | |
| 2019-09-09 | Remove STM32 F3 port. | Nathan Conrad | |
| 2019-09-05 | Merge pull request #116 from hathach/develop | hathach | |
| Board update | |||
| 2019-09-05 | Merge pull request #114 from cr1901/stm32h7 | hathach | |
| STM32H7 Support | |||
| 2019-09-02 | trying to add LPC55xx support | hathach | |
| 2019-09-01 | board_test run with lpc54114 | hathach | |
| 2019-08-24 | stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board ↵ | William D. Jones | |
| that compiles. | |||
| 2019-08-24 | adding lpc51u68 support | hathach | |
| 2019-07-24 | rename tud_control_vendor_request_cb/complete_cb to ↵ | hathach | |
| tud_vendor_control_request_cb/complete_cb | |||
| 2019-07-19 | rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR | hathach | |
| 2019-07-10 | release as 0.5.0 | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-15 | clean up | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-14 | clean up | hathach | |
| 2019-05-09 | fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52 | hathach | |
| 2019-04-18 | remove auto descriptor and its option CFG_TUD_DESC_AUTO | hathach | |
| 2019-04-18 | wrap up hid device refactor | hathach | |
| 2019-03-22 | simplify board API, adding stm32f3 discovery | hathach | |
| - remove board header since it is not used | |||
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-01-10 | Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4 | William D. Jones | |
| 2018-12-13 | osal clean up | hathach | |
| remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS. | |||
