Commit Graph

69 Commits

Author SHA1 Message Date
4a44dd5c47 Merge branch 'master' into fork/IngHK/cdch_upgrade
# Conflicts:
#	README.rst
#	docs/reference/index.rst
#	src/class/cdc/cdc_device.c
#	src/class/cdc/cdc_host.c
2025-06-16 11:08:01 +07:00
2e231a7517 doc update 2025-06-12 15:57:56 +07:00
f392b4c91d Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947
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-04-27 09:42:42 -04:00
8f288e96a8 refactor: Fix inline literal and code blocks in .rst documents
- 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.
2025-03-07 21:21:33 +08:00
de38e53271 update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst for docs index.rst 2024-12-27 17:48:45 +07:00
29f226c2fb docs index.rst pointed to README.rst 2024-12-27 15:27:04 +07:00
824793a428 move mcu supported to README.rst, separated supported boards to boards.rst 2024-12-27 11:34:35 +07:00
568c785da1 Add support for the STM32C0 and the NUCLEO-C071RB. 2024-11-27 22:28:32 +07:00
115b1bb71e prepare for 0.17.0 release 2024-09-13 23:23:37 +07:00
27ddf19631 add sndfifo owner info to skip rewriting data for retrying NAKed 2024-08-26 14:27:23 +07:00
215832397b update doc, re-enable metro m7 for hil, only build make windows/macos on PR 2024-08-19 19:44:22 +07:00
1402e6ec0d add flash-uniflash support for ti tm4c 2024-08-15 14:36:31 +07:00
5f060a357d Update the STM32 documentation 2024-06-14 21:23:17 +03:00
3175aaa0eb increase version as pre-releases, still need more clean up before actual relesae 2024-05-24 20:17:53 +07:00
afbb07b472 test README.rst 2024-05-24 17:36:17 +07:00
db60fa1c63 add CH32V20x USB OTG/FS driver 2024-05-15 20:01:00 +07:00
ea175a78aa updated contribution, readme and some comments 2024-02-24 13:00:46 +01:00
5c14bd13da MCX A and MCX N merged to MCX family 2024-02-20 18:02:42 -06:00
7e0100408d MCX modified to MCXA and MCXN 2024-02-09 11:15:26 -06:00
0e12d36531 update doc, move sponsor to top of the page 2023-11-24 19:11:28 +07:00
0601d174b1 Merge branch 'master' into feature/ch32f20x 2023-11-24 11:33:34 +07:00
7c56c05c9a more readme 2023-11-01 11:51:34 +07:00
04c12d302e add target link to adafruit logo 2023-11-01 11:23:01 +07:00
484937a042 update readme, add sponsor section 2023-11-01 10:40:20 +07:00
765ba4b9ac update doc to add supported mcus 2023-10-31 16:21:45 +07:00
ce627f4318 feat(ch32f20x): add support of ch32f20x 2023-10-06 13:04:54 +03:00
1eb0cb0c65 update readme to include max3421 support 2023-09-11 15:45:26 +07:00
9d94296741 fix issue 2188: support usbh_app_driver_get_cb() 2023-08-14 15:38:48 -07:00
f5d0510064 Update build badge 2023-06-29 22:57:58 +07:00
d2d486dced update docs 2023-06-12 17:06:04 +07:00
cbf4b1aec8 Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942 2023-04-14 13:16:52 +02:00
f80d11301e update doc and generate deps list 2023-03-23 16:33:35 +07:00
bc57358eb0 Update README.rst 2023-03-17 19:29:25 +07:00
c12795734c reduce number of supported RA to only those that is tested 2023-03-17 10:59:08 +07:00
05e0205ad0 Merge branch 'master' into renesas-ra 2023-03-08 21:05:06 +07:00
af577d2b6d add G0 to supported platforms in README.rst :) 2023-03-08 14:25:30 +01:00
5f4701bb3e added fuzzing status 2023-01-31 18:40:49 +07:00
949950e592 Merge branch 'master' into ch32v307 2023-01-07 23:46:46 +07:00
961e83e083 more docs update 2022-08-19 17:14:53 +07:00
23ea8d1e25 update doc 2022-07-25 22:27:33 +07:00
b0b155c949 increase version for release
along with minor doc update
2022-07-19 12:28:52 +07:00
2036a0b62a update readme 2022-06-16 14:41:10 +07:00
0bf0e0b35f add renesas ra mcu family to supported devices docs
Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt>
2022-06-02 09:35:30 +01:00
817227a850 Add WCH CH32V307 to readme supported list 2022-04-01 10:05:14 +01:00
678c415bea readme: fix typo 2022-02-10 22:30:31 +08:00
6085999e2b add rt-thread's tinyusb repo address 2022-01-26 20:08:34 -05:00
7de166390e Merge branch 'master' into master 2022-01-25 22:29:05 +07:00
1a7de71e79 correct link in rst 2022-01-17 12:15:54 +07:00
13015a17a4 Update README.rst 2022-01-06 12:40:08 -05:00
5f9e361f5c [rt-thread] add rt-thread os in readme 2022-01-02 02:06:53 -05:00