| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-08 | added cmake for lpc54, update lpc55 | hathach | |
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-07-14 | Fix host buffer alignment setting | Scott Shawcroft | |
| 2023-06-24 | rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32L | hathach | |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | hathach | |
| fix build util with makefile | |||
| 2023-06-08 | define tuc_int_handler() to empty if TUC not enabled | hathach | |
| 2023-06-08 | default CFG_TUC_ENABLED to 0 | hathach | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-04-27 | refactor ftdi driver | hathach | |
| 2023-04-26 | hacky, but ftdi work with hard code baudrate = 9600 | hathach | |
| 2023-04-03 | Add STM32L5 support - no OTG similar to some L4s | John Cronin | |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-18 | more update to kinetis bsp | hathach | |
| 2023-03-18 | Add support for NXP FRDM_K32L2A4S eval board. | Bob Paddock | |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-02-10 | update version to 0.15.0 | hathach | |
| add changelog | |||
| 2023-01-30 | hardcoded configPRIO_BITS for IAR build to pass CI | hathach | |
| 2023-01-12 | add TUP_RHPORT_HIGHSPEED for ch32v307 | hathach | |
| 2023-01-07 | Merge branch 'master' into ch32v307 | Ha Thach | |
| 2022-12-16 | minor rename | hathach | |
| 2022-12-15 | use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX | hathach | |
| add macro to swallow mutex API in order to simplify code with mutex | |||
| 2022-10-13 | Add support for STM32U5 mcu | LynnL4 | |
| 2022-09-03 | Initial PIC32MM/MX & PIC24 support | ReimuNotMoe | |
| 2022-08-19 | Merge pull request #1569 from hathach/release-0.14.0 | Ha Thach | |
| increase version to 0.14.0 for release | |||
| 2022-08-01 | fix issue with TUD_OPT_HIGH_SPEED | hathach | |
| 2022-07-19 | increase version for release | hathach | |
| along with minor doc update | |||
| 2022-07-11 | bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX | hathach | |
| 2022-07-01 | mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT. | robert-hh | |
| Which fits both MIMXRT10XX and MIMXRT11XX. | |||
| 2022-06-30 | mimxrt: Add/change definitions for MIMXRT11XX boards. | robert-hh | |
| These are mostly identical to the MIMXRT10XX, with one tiny difference. | |||
| 2022-06-10 | more dynamic controller for host | hathach | |
| 2022-06-06 | update all host examples | hathach | |
| 2022-06-03 | remove static port defined for device/host | hathach | |
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-06-02 | add support for renesas ra family of mcus | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-01 | rename board specific macro for example | hathach | |
| - BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED | |||
| 2022-06-01 | Merge pull request #1438 from Nikitarc/master | Ha Thach | |
| Update dwc2_stm32.h | |||
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-05-21 | Merge branch 'master' into ch32v307 | Ha Thach | |
| 2022-04-25 | Update tusb_option.h | Nikitarc | |
| Makes ISO compiler happy | |||
| 2022-04-21 | Merge branch 'master' into pio-host | hathach | |
| 2022-04-20 | add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both ↵ | hathach | |
| pending for event queue with timeout of 1 ms | |||
| 2022-04-08 | proof of concpet that device pio-usb work with host pio-usb | hathach | |
| 2022-03-29 | clean up and comment out tud_sof_isr_set | hathach | |
| 2022-03-22 | Fix typo | Greg Davill | |
| 2022-03-22 | Add WCH CH32V307 port | Greg Davill | |
| Add WCH mcu submodule Add CH32V307V-R1-1v0 bsp | |||
| 2022-03-20 | Merge branch 'master' into pio-host | hathach | |
| 2022-03-17 | add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer | hathach | |
| 2022-03-14 | Merge branch 'master' into add-sof-isr | Ha Thach | |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach | |
| - add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report() | |||
| 2022-03-09 | update use of mutex for host | hathach | |
