| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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. | |||
| 2018-12-11 | ehci periodic | hathach | |
| 2018-12-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach | |
| 2018-12-07 | able to build host hid | hathach | |
| 2018-12-06 | clean up usbh, rename doxygen folder to docs | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-12-05 | lpc40xx device work, moving Chip_USB_Init out of tinyusb | hathach | |
| 2018-12-04 | adding lpc40xx support | hathach | |
| 2018-11-30 | adding ses lpc13xx | hathach | |
| 2018-11-30 | remove obsolete example | hathach | |
| 2018-11-30 | rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX | hathach | |
| 2018-11-28 | correct TUD_OPT_HIGH_SPEED | hathach | |
| 2018-11-27 | needs to be filled out. blinks though | Scott Shawcroft | |
| 2018-11-26 | add OPT_MODE_HIGH_SPEED | hathach | |
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | hathach | |
| 2018-11-16 | nrf5x: refactor device control transfer. | hathach | |
| - make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd. | |||
