Commit Graph

8127 Commits

Author SHA1 Message Date
007a8bd46d Merge pull request #2672 from tinic/master
Add support for STM32U535xx/STM32U545xx
2024-06-15 10:56:24 +07:00
edf1ef6d97 Merge pull request #2675 from Okarss/fsdev_toggle_bits
[FSDEV] Simplify toggle bit logic
2024-06-14 20:36:03 +02:00
fb6a6acbff Revert the DSB because of RISC-V 2024-06-14 18:39:48 +03:00
00062ddb0c [STM32 FSDEV] Simplify toggle bit logic 2024-06-14 18:16:09 +03:00
0ac0c37078 Merge pull request #2674 from hathach/add-ch32v103
Add ch32v103 (not working yet)
2024-06-14 20:34:32 +07:00
2be72a97b8 minor update 2024-06-14 17:55:36 +07:00
e1012997f0 more update 2024-06-14 16:55:46 +07:00
f32851cf2a fix ci skip example for ch32v1 2024-06-14 16:16:10 +07:00
5e9ad7daee add ch32v10x to ci build 2024-06-14 16:09:08 +07:00
9ae0053573 newline 2024-06-14 16:08:26 +07:00
33f5547ed4 add ch32v103 bsp support, compile but does not run, probably due to compile/linker issue 2024-06-14 16:06:37 +07:00
969b06d77c minor update 2024-06-14 12:51:50 +07:00
2ed027f2bd use stock core_riscv.h for ch32 v2 v3 2024-06-14 12:51:28 +07:00
a6d3e2a36d Use STREQUAL instead of EQUAL to fix the cmake build. 2024-06-12 09:23:18 -07:00
48e18762b5 Use correct definition. 2024-06-12 09:02:48 -07:00
9be10f2adb Fix pin definitions. 2024-06-12 08:59:43 -07:00
a0006e6861 Merge branch 'hathach:master' into master 2024-06-12 08:33:48 -07:00
bc576e7cee Make it work. 2024-06-12 08:33:10 -07:00
6a1dc25079 Add missing files. 2024-06-12 08:14:06 -07:00
28c2433375 Add stm32u545nucleo board. 2024-06-12 08:08:25 -07:00
ba2f2299c3 Merge pull request #2668 from hathach/add-c6-board
Add esp c6 devkit board
2024-06-06 16:48:08 +07:00
8df372ae7a clean up 2024-06-06 16:19:02 +07:00
7771cae94c fix gnurx bin 2024-06-06 16:13:25 +07:00
902cc3310b correct script 2024-06-06 16:09:38 +07:00
302445e64f try to build rx using build_util 2024-06-06 16:07:11 +07:00
90deeddf3d add c6 devkit, tested with max3421e 2024-06-06 15:49:20 +07:00
60d7fcb1ee Use correct backend. 2024-05-30 13:26:14 -07:00
2e946ac77a Use correct specs. 2024-05-29 13:23:18 -07:00
22e6b1130f Cleaner approach. 2024-05-29 13:13:47 -07:00
4938128ccc Make it compile for STM32U545. 2024-05-29 12:54:15 -07:00
d10b65ada4 Merge pull request #2663 from hathach/tweak-espidf-include
fix xtensa_api.h include
2024-05-29 15:20:55 +07:00
8767d1ab7d fix xtensa_api.h include 2024-05-29 15:19:59 +07:00
1fe86f654f Merge pull request #2647 from andrewleech/additional_dcd_sof_enable
Add support for dcd_sof_enable() to some additional ports.
2024-05-27 20:42:28 +02:00
003a5d4f55 Merge branch 'master' into additional_dcd_sof_enable 2024-05-27 20:10:44 +02:00
a9745c9818 Fix tud_sof_cb_enable() return type. 2024-05-27 20:35:35 +10:00
8f0459c89e Fix frame count in tud_sof_cb(). 2024-05-27 20:35:35 +10:00
087fe79e2c renesas: Add support for dcd_sof_enable(). 2024-05-27 20:35:35 +10:00
160cd79fdb nrf5x: Add support for dcd_sof_enable(). 2024-05-27 20:35:35 +10:00
e229270a1c microchip samd: Add support for dcd_sof_enable(). 2024-05-27 20:35:35 +10:00
a2e5ea1882 chipidea/mimxrt: Add support for dcd_sof_enable(). 2024-05-27 20:35:35 +10:00
fd11bf17fd Merge pull request #2661 from hathach/release-0.17.0
bump up version to 0.17.0 (not release yet)
2024-05-24 20:39:33 +07: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
37e638b3dd Merge pull request #2657 from Rbb666/rtthread
[osal]Add usb-device and host macro controls.
2024-05-24 12:25:12 +02:00
2c880012f7 [osal]Add usb-device and host macro controls. 2024-05-24 16:51:22 +08:00
41c7cdac68 Merge pull request #2659 from hathach/fsdev-generalize-ch32
CH32 add support for usbd (only), fsdev
2024-05-24 15:18:30 +07:00
daffb24111 minor clean up 2024-05-24 14:13:58 +07:00
937b2eac36 change default clock to 144mhz 2024-05-24 14:00:02 +07:00
4ce439a75a add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/cmake PORT=0/1. default to fsdev 2024-05-24 13:58:44 +07:00
927015baae wch usbfs/usbhs need to specify which driver to use. for v307 default to highspeed 2024-05-24 11:38:44 +07:00