summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)Author
2025-11-01add STM32U3 device (adjusted from STM32U0)tswan22
2025-10-30Merge branch 'master' into add-ohci-lpc55hathach
# Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake
2025-10-14Update README.rstHa Thach
Co-authored-by: Copilot <[email protected]>
2025-10-14add tools that provided freely to develop projecthathach
2025-10-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2025-10-06remove dcd_esp32sx which is replaced by dwc2hathach
2025-10-02Merge pull request #3023 from ennebi/mtpHa Thach
Add support for MTP device class
2025-10-02add CLAUDE.md and fix pre-commit buildhathach
2025-10-01Merge branch 'master' into fork/ennebi/mtphathach
2025-09-30update docsMengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Merge branch 'master' into fork/ennebi/mtphathach
2025-09-27implement serial for MTPhathach
2025-09-20Fix table display issue in README.rstCascade Kobayashi
Fix an table display issue in README.rst that was introduced in commit 4182342112d92898d2b55ef9562c545a9ebf52ac.
2025-09-16Add 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-01add at32 to README.rst, rename at32 board to lower case, correct name to ↵hathach
match mcu, add meta data
2025-07-18Report CH32V305 as workingJie Feng
2025-06-16Merge branch 'master' into fork/IngHK/cdch_upgradehathach
# Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c
2025-06-12doc updatehathach
2025-04-27Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947Eli 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-07refactor: Fix inline literal and code blocks in .rst documentsDarian 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-27update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵hathach
for docs index.rst
2024-12-27docs index.rst pointed to README.rsthathach
2024-12-27move mcu supported to README.rst, separated supported boards to boards.rsthathach
2024-11-27Add support for the STM32C0 and the NUCLEO-C071RB.David (Pololu)
2024-09-13prepare for 0.17.0 releasehathach
2024-08-26add sndfifo owner info to skip rewriting data for retrying NAKedhathach
2024-08-19update doc, re-enable metro m7 for hil, only build make windows/macos on PRhathach
2024-08-15add flash-uniflash support for ti tm4chathach
2024-06-14Update the STM32 documentationOkarss
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-24test README.rsthathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-02-24updated contribution, readme and some commentsIngHK
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-09MCX modified to MCXA and MCXNJerry Palacios
2023-11-24update doc, move sponsor to top of the pagehathach
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-11-01more readmehathach
2023-11-01add target link to adafruit logohathach
2023-11-01update readme, add sponsor sectionhathach
2023-10-31update doc to add supported mcushathach
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-09-11update readme to include max3421 supporthathach
2023-08-14fix issue 2188: support usbh_app_driver_get_cb()rppicomidi
2023-06-29Update build badgeHa Thach
2023-06-12update docshathach
2023-04-14Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942HiFiPhile
2023-03-23update doc and generate deps listhathach
2023-03-17Update README.rstHa Thach
2023-03-17reduce number of supported RA to only those that is testedhathach