74 Commits

Author SHA1 Message Date
hathach
824793a428
move mcu supported to README.rst, separated supported boards to boards.rst 2024-12-27 11:34:35 +07:00
hathach
6a36c74b10
embed metadata to family.c and board.h to generate supported boards doc 2024-12-27 09:11:09 +07:00
hathach
ab9472f584
update doc, bump up release 0.18.0
revert OPT_MCU_RAXXX value back to 1403
2024-12-25 12:23:56 +07:00
David (Pololu)
568c785da1
Add support for the STM32C0 and the NUCLEO-C071RB. 2024-11-27 22:28:32 +07:00
hathach
ab8160a29b
hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it enumerate device but has issue with msc bulk in 2024-11-07 16:37:33 +07:00
hathach
57aac432b5
add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-10-10 16:28:36 +07:00
hathach
115b1bb71e
prepare for 0.17.0 release 2024-09-13 23:23:37 +07:00
hathach
215832397b
update doc, re-enable metro m7 for hil, only build make windows/macos on PR 2024-08-19 19:44:22 +07:00
Okarss
822ff7b316 Update for OTG_FS devices 2024-06-21 16:23:28 +03:00
Okarss
7594d8e103 Fix the legend 2024-06-21 15:56:54 +03:00
Okarss
458be5dad8 Fix the table 2024-06-18 13:40:49 +03:00
Okarss
5083d1eb33 Update Host mode information for FSDEV devices 2024-06-18 12:12:44 +03:00
Okarss
5f060a357d Update the STM32 documentation 2024-06-14 21:23:17 +03:00
hathach
3175aaa0eb
increase version as pre-releases, still need more clean up before actual relesae 2024-05-24 20:17:53 +07:00
Matthew Tran
db60fa1c63
add CH32V20x USB OTG/FS driver 2024-05-15 20:01:00 +07:00
hathach
64bc0aac55
update doc index.rst to match readme.rst (duplicated) 2024-03-26 10:39:51 +07:00
Mengsk
35615ecb6f Update doc. 2023-12-13 17:41:54 +01:00
hathach
0e12d36531
update doc, move sponsor to top of the page 2023-11-24 19:11:28 +07:00
hathach
426f791e7a
minor doc 2023-11-24 19:09:34 +07:00
Ha Thach
0601d174b1
Merge branch 'master' into feature/ch32f20x 2023-11-24 11:33:34 +07:00
hathach
765ba4b9ac
update doc to add supported mcus 2023-10-31 16:21:45 +07:00
denis.krasutski
ce627f4318 feat(ch32f20x): add support of ch32f20x 2023-10-06 13:04:54 +03:00
mndza
14d69e46be
Update support for Cynthion boards
- Rename LUNA to Cynthion
- Add support for newer revisions (>=0.6)
- Bootloader (saturn-v) default size is now 2K
2023-06-30 11:30:33 +02:00
hathach
f80d11301e
update doc and generate deps list 2023-03-23 16:33:35 +07:00
hathach
1fc203b085
more update to kinetis bsp 2023-03-18 19:50:24 +07:00
Bob Paddock
b13b95a670 Document that support for the FRDM-K32L2A4S has been added. 2023-03-18 16:50:51 +07:00
hathach
3623ba1884
fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
hathach
e0b1de923c
add ra4m1_ek board 2023-03-16 22:43:58 +07:00
hathach
92aed7e3e0
rename symbols 2023-03-16 11:28:10 +07:00
hathach
05e0205ad0
Merge branch 'master' into renesas-ra 2023-03-08 21:05:06 +07:00
Ha Thach
949950e592
Merge branch 'master' into ch32v307 2023-01-07 23:46:46 +07:00
Bastien Nocera
8f88ff559e Fix typo in getting_started guide
Fixes: 1234111 ("add get-deps target")
2022-10-18 15:14:45 +02:00
hathach
961e83e083
more docs update 2022-08-19 17:14:53 +07:00
hathach
23ea8d1e25 update doc 2022-07-25 22:27:33 +07:00
hathach
b0b155c949
increase version for release
along with minor doc update
2022-07-19 12:28:52 +07:00
hathach
12341118e3 add get-deps target
update ci to get-deps first
2022-07-01 16:24:58 +07:00
Rafael Silva
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
Rafael Silva
dcadbf3364 rename renesas driver to link
link was chosen according to the name for the usb core on datasheets, LINK core

Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt>
2022-06-02 09:35:30 +01:00
Sven
16c0eb0d2f
fix links in docs
changed markdown formatting to rst formatting
2022-05-24 21:45:35 +02:00
Greg Davill
7d395c674c Update supported table 2022-03-23 00:46:44 +10:30
Greg Davill
46fb850e02 Update support table 2022-03-23 00:06:51 +10:30
Rafael Silva
4642cb8d0a
documentatio: fix bad supported dev table format 2022-03-04 15:35:32 +00:00
Scott Shawcroft
8a6fe8a8f3
Merge pull request #1300 from sharpie7/master
Some platforms require SDKs and use of cmake
2022-02-22 15:03:59 -08:00
NexusXe
ada7a23ddc
Fix capitalization 2022-02-16 08:33:06 -06:00
NexusXe
a72d0245fa
Fix link to supported boards
It used to point to `boards.md`, which doesn't exist.
2022-02-16 08:29:20 -06:00
kkitayam
ce7a8fed36 Add a partial support mark to KL25 2022-01-28 01:18:44 +09:00
Iain Sharp
a80f23711e
Some platforms require SDKs and use of cmake 2022-01-24 20:56:13 +00:00
kkitayam
745607357b Update Renesas RX status 2021-12-27 21:51:23 +09:00
Alex Voinea
103817b8b6
Fix typo
Oops. Made a typo in 6de423606fc9d512efb830b198c76f095a182a1c
2021-12-22 22:56:53 +02:00
Alex Voinea
6de423606f nucleo-f439zi support 2021-12-21 18:24:05 +01:00