| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-01 | add STM32U3 device (adjusted from STM32U0) | tswan22 | |
| 2025-10-30 | Merge branch 'master' into add-ohci-lpc55 | hathach | |
| # Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake | |||
| 2025-10-14 | Update README.rst | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-10-14 | add tools that provided freely to develop project | hathach | |
| 2025-10-10 | try to enable ohci for lpc55 but not working, probably clock issue | hathach | |
| 2025-10-06 | remove dcd_esp32sx which is replaced by dwc2 | hathach | |
| 2025-10-02 | Merge pull request #3023 from ennebi/mtp | Ha Thach | |
| Add support for MTP device class | |||
| 2025-10-02 | add CLAUDE.md and fix pre-commit build | hathach | |
| 2025-10-01 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-30 | update docs | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-27 | implement serial for MTP | hathach | |
| 2025-09-20 | Fix table display issue in README.rst | Cascade Kobayashi | |
| Fix an table display issue in README.rst that was introduced in commit 4182342112d92898d2b55ef9562c545a9ebf52ac. | |||
| 2025-09-16 | Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime: | igor.masar | |
| - tusb_option.h: define OPT_MCU_ESP32H4 - tusb_mcu.h: enable DWC2 USBIP for H4 - dcd_dwc2.c: add H4 USB_WRAP field aliases (wrap_* → legacy names) - dwc2_esp32.h: add H4 controller entry (FS base/IRQ, ep caps) - family.c: include H4 in USB init/PHY setup | |||
| 2025-08-01 | add at32 to README.rst, rename at32 board to lower case, correct name to ↵ | hathach | |
| match mcu, add meta data | |||
| 2025-07-18 | Report CH32V305 as working | Jie Feng | |
| 2025-06-16 | Merge branch 'master' into fork/IngHK/cdch_upgrade | hathach | |
| # Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c | |||
| 2025-06-12 | doc update | hathach | |
| 2025-04-27 | Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947 | Eli Hughes | |
| I will be porting tinyuf2 to MCXA156 and N947 and need this work in place. This is the 1st step before bringing in support for other MCX devices. We had previous patched https://github.com/hathach/mcux-sdk.git' for MCX support as it was not pulically available I updated get_deps to point to the mcux-sdk version 2.16.10 from NXP. I repointed the entry in the get_deps script to use NXP MCU repo. The existing current code couldn't build as the MCUXpresso SDK was old. - For now, I put a copy of fsl_spc.c in the drivers folder for the mcx family. None of the ports could build with the version in the mcux github sdk. The sdk on github has version 2.4.0. The SDK package that can be downloaded with the SDK generator uses 2.4.2. All of the clock_config routines use versions of the datastructure from 2.4.2. For now, keeping an updated copy in hw/bsp/mcx/drivers so we can build against the latest mcuxpresso sdk and enable MCXA156. I'll file an issue on the nxp github. - Cleaned up the MCX family.c a little bit. the MCXA/N these chips don't have SCT so I removed the neopixel code. - fixed a clock init issue w/ N947 that was causing it to crash when initializing the uart. - I tested the cmake and make scripts on the A153,A156 and N947 using the CDC/MSC sample. All worked OK. - Patched get_deps so it will do a fetch/check on a new folder. Some of the deps were failing on a fresh clone of tinyusb - Fixed lpc51,54 and lpc55 make/cmake files to build with mcuxpresso sdk 2.16.10 The folder structure for flexcomm/uart changed a little bit - lpc55s59 libpower_hardabi.a no longer is included in mcuxpressosdk, (fsl_power.c is replacement). remove of libpower_hardabi.a from the linker config. LPC55 still works as expected. - Using tinyuf2 get deps | |||
| 2025-03-07 | refactor: Fix inline literal and code blocks in .rst documents | Darian Leung | |
| - Added missing inline literals (double backticks) to any reference of symbol names and macros - Added language specifier to "code-block" directives to enable syntax highlighting when rendered. | |||
| 2024-12-27 | update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵ | hathach | |
| for docs index.rst | |||
| 2024-12-27 | docs index.rst pointed to README.rst | hathach | |
| 2024-12-27 | move mcu supported to README.rst, separated supported boards to boards.rst | hathach | |
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) | |
| 2024-09-13 | prepare for 0.17.0 release | hathach | |
| 2024-08-26 | add sndfifo owner info to skip rewriting data for retrying NAKed | hathach | |
| 2024-08-19 | update doc, re-enable metro m7 for hil, only build make windows/macos on PR | hathach | |
| 2024-08-15 | add flash-uniflash support for ti tm4c | hathach | |
| 2024-06-14 | Update the STM32 documentation | Okarss | |
| 2024-05-24 | increase version as pre-releases, still need more clean up before actual relesae | hathach | |
| 2024-05-24 | test README.rst | hathach | |
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-02-24 | updated contribution, readme and some comments | IngHK | |
| 2024-02-20 | MCX A and MCX N merged to MCX family | Jerry Palacios | |
| 2024-02-09 | MCX modified to MCXA and MCXN | Jerry Palacios | |
| 2023-11-24 | update doc, move sponsor to top of the page | hathach | |
| 2023-11-24 | Merge branch 'master' into feature/ch32f20x | Ha Thach | |
| 2023-11-01 | more readme | hathach | |
| 2023-11-01 | add target link to adafruit logo | hathach | |
| 2023-11-01 | update readme, add sponsor section | hathach | |
| 2023-10-31 | update doc to add supported mcus | hathach | |
| 2023-10-06 | feat(ch32f20x): add support of ch32f20x | denis.krasutski | |
| 2023-09-11 | update readme to include max3421 support | hathach | |
| 2023-08-14 | fix issue 2188: support usbh_app_driver_get_cb() | rppicomidi | |
| 2023-06-29 | Update build badge | Ha Thach | |
| 2023-06-12 | update docs | hathach | |
| 2023-04-14 | Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942 | HiFiPhile | |
| 2023-03-23 | update doc and generate deps list | hathach | |
| 2023-03-17 | Update README.rst | Ha Thach | |
| 2023-03-17 | reduce number of supported RA to only those that is tested | hathach | |
