summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)Author
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
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-08add G0 to supported platforms in README.rst :)Hubert Denkmair
2023-01-31added fuzzing statushathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-08-19more docs updatehathach
2022-07-25update dochathach
2022-07-19increase version for releasehathach
along with minor doc update
2022-06-16update readmehathach
2022-06-02add renesas ra mcu family to supported devices docsRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2022-04-01Add WCH CH32V307 to readme supported listRafael Silva
2022-02-10readme: fix typoZenithal
2022-01-26add rt-thread's tinyusb repo addressMan, Jianting (Meco)
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-17correct link in rsthathach