| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-11 | remove board_mcu.h | hathach | |
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) | |
| 2024-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 2024-02-04 | Merge branch 'hathach:master' into nxp_k64 | Michael Fischer | |
| 2023-12-12 | Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵ | henneboi | |
| Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0) | |||
| 2023-10-06 | feat(ch32f20x): add support of ch32f20x | denis.krasutski | |
| 2023-08-28 | rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_K | hathach | |
| 2023-07-23 | Added support for the NXP K64 series | emb4fun | |
| 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-01 | Merge branch 'master' into feature/STM32G0 | 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-14 | Fix GCC build. | HiFiPhile | |
| 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 | |
| 2022-10-13 | Add support for STM32U5 mcu | LynnL4 | |
| 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-24 | fix stm32 g4 and wb build issue with freertos, also add them to ci build | hathach | |
| 2022-06-02 | add renesas ek-ra4m3 board port | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-01-05 | Skip net and freertos examples | Scott Shawcroft | |
| 2021-11-08 | rename to simply OPT_MCU_MSP432E4, add msp432e to ci | hathach | |
| 2021-11-08 | merge pull request 670 for tm4c123gxl bsp | hathach | |
| 2021-11-06 | Add statements for FreeRTOS | kkitayam | |
| 2021-11-05 | add xmc4000 to ci build | hathach | |
| 2021-10-30 | add support for EFM32GG | hathach | |
| merge GG12 GG12 to simply OPT_MCU_EFM32GG | |||
| 2021-09-18 | Merge branch 'master' into zhangslice-master | hathach | |
| 2021-08-23 | initial commit of support for K32L2B | Greg Steiert | |
| 2021-08-03 | Add board support for gd32vf103 longan nano | Stefan Kerkmann | |
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-28 | fix rx65n with freertos build | hathach | |
| 2021-06-18 | fix build with mm32 board | hathach | |
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
| 2021-04-09 | Add support for SAM L22 family | Joey Castillo | |
| 2021-03-28 | added a setting for RX63X | kkitayam | |
| 2021-03-23 | add efm32gg12 family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2020-12-18 | added support for frdm_kl25z | kkitayam | |
| 2020-10-07 | Address various issues raised by TinyUSB maintainers | Jean Gressmann | |
| - remove OPT_MCU_SAME51 in favor of OPT_MCU_SAME5X and working around differences in the Atmel bsp locally in the D5035-01 bsp. - rename board folder to d5035_01 for consistency with other boards | |||
| 2020-10-05 | Adds files for the open source D5035-01 hardware | Jean Gressmann | |
| The board's files are here: https://github.com/RudolphRiedel/USB_CAN-FD | |||
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-06-29 | Add board support for Dialog DA1469x-dk-pro | Jerzy Kasenberg | |
| This adds source files that allow to run TinyUSB stack on DA1469x-dk-pro board. Source files .c .S and .ld are taken from Apache Mynewt repository. Those files were stripped to allow starting board without Mynewt os. | |||
| 2020-04-22 | added swo as logger | hathach | |
| tested with feather nrf52840 + jlink | |||
