Commit Graph

5111 Commits

Author SHA1 Message Date
Bernard Xiong 4423b487c5
Merge pull request #5044 from BernardXiong/libc_pr
[libc] remove rtlibc
2021-09-11 20:00:39 +08:00
BernardXiong 99804fa19a [bsp] fix formatting issue in mini2440 bsp 2021-09-11 18:32:01 +08:00
BernardXiong 0b13409c16 [BSP] fix compiling issue with libc 2021-09-11 18:09:22 +08:00
Bernard Xiong 8da9f78d72 [libc] remove rtlibc 2021-09-11 11:07:51 +08:00
Bernard Xiong 6af6a88d33
Merge pull request #4993 from charlown/master
support ch32f10x family, add ch32f103c8-core bsp
2021-09-11 09:19:22 +08:00
Bernard Xiong 7c526cea93
Merge pull request #5019 from Jackistang/master
serial: add CTS/RTS flowcontrol.
2021-09-11 08:48:42 +08:00
Rbb666 b31ef3c3f0 删除了board.h中多余的定义 2021-09-10 14:17:33 +08:00
Rbb666 334e3e238c 已验证ART-PI在rtthread主分支的I2C驱动,增加kconfig中I2C的配置。 2021-09-10 14:04:36 +08:00
Rbb666 1be660cfc3 修改kconfig,目前只保留验证RTC配置 2021-09-10 10:45:37 +08:00
Rbb666 1d4b298056 Merge branch 'master' of github.com:Rbb666/rt-thread 2021-09-10 10:25:22 +08:00
Rbb666 efbac1c283 已完成ART-PI在rtthread主分支的bsp模板,同时已经验证通过RTC外设。 2021-09-10 10:23:22 +08:00
Lim-LinYuanbo 77638c1787
添加 N32G452 最小系统 BSP 源码 (#4959)
[add] N32G452 BSP
2021-09-09 20:31:17 +08:00
xiaoqin 7fa1c819ee
add bsp of tae32f5300 (#5015)
* add bsp of tae32f5300

* [tae32f5300]Modify the format of the bsp of tae32f5300

* [tae32f5300]Remove the compilation scripts of gcc and iar

* [tae32f5300]Resolve conflicts of action.yml secondly
2021-09-08 17:04:39 +08:00
charlown 84111766f9 [bsp/wch/arm/Libraries/ch32_drivers]: support ch32f10x hwtimer.
[bsp/wch/arm/ch32f103c8-core]: add hwtimer1~4.
2021-09-08 16:45:55 +08:00
guo 42c0144319
Merge pull request #5023 from wenbodong2015/BSP_HC32L196
创建 HC32L196 bsp, 实现 uart 和 gpio 驱动
2021-09-08 10:06:07 +08:00
BernardXiong bfc1c6152e [BSP] Enable romfs in x86 BSP 2021-09-07 20:47:56 +08:00
wenbodong2015 3ec0a46f23
Merge branch 'master' into BSP_HC32L196 2021-09-07 17:44:33 +08:00
Bernard Xiong 7245922a5b
Merge pull request #5013 from GoldBr1987/master
HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。
2021-09-07 17:19:12 +08:00
charlown 7aa4dfec8b [wch/arm/ch32f103c8-core]:format board/Kconfig, format README.md. 2021-09-07 16:11:07 +08:00
wenbodong2015 ae926ab39f 补充Copyright和文末空格 2021-09-07 15:47:28 +08:00
wenbodong2015 1b472e988c 再次解决 HC32L196 scons编译问题 2021-09-07 11:34:14 +08:00
wenbodong2015 38bd06cc17 解决 HC32L196 scons编译问题 2021-09-07 11:19:47 +08:00
wenbodong2015 55d3011f95 创建 HC32L196 bsp, 实现 uart 和 gpio 驱动 2021-09-07 10:45:38 +08:00
charlown f6edb4754b delete dir_path in wch bsp ignore_format file. 2021-09-06 21:06:39 +08:00
GoldBr1987 c00507f49d 修改格式错误 2021-09-06 19:18:27 +08:00
guo ae3a972159
Merge pull request #5009 from lza1205/master
[bsp] add gd32105c-eval first commit
2021-09-06 18:48:02 +08:00
charlown 454d620b62 add wch bsp ignore_format file. 2021-09-06 17:38:53 +08:00
charlown abeb9500d0 fix rtconfig.py param: DEVICE = cortex-m3 in other platform. 2021-09-06 13:42:48 +08:00
Jackistang fca9207517 serial: add CTS/RTS flowcontrol. 2021-09-06 13:27:40 +08:00
Bernard Xiong 9d6a6547fd
Merge pull request #5010 from supperthomas/rice_nrf52833
[bsp/nrf5x] add the bsp of nrf52833
2021-09-06 00:49:53 +08:00
guo 877bb072cf
Merge pull request #5014 from mysterywolf/finsh
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
2021-09-05 19:49:43 +08:00
Meco Man e18d44940f [finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题 2021-09-05 01:57:26 -04:00
Bernard Xiong 6bd218204b
Merge pull request #5011 from mysterywolf/doc
[stm32][doc] 将英文文档的图片移入figure_en文件夹
2021-09-05 03:52:00 +08:00
guo 40df71e7a6
Merge pull request #5002 from JonasWen/bsp_hk32
【修改】bsp目录下增加忽略检查库文件
2021-09-04 18:06:18 +08:00
GoldBr1987 1d89578109 HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
lza1205 9debfd3d9a [bsp] 修改 PR 审核意见~ 2021-09-04 17:21:09 +08:00
jonas 81ab0a1943 【修改】bsp目录下增加忽略检查库文件 2021-09-04 11:12:17 +08:00
Meco Man a2fe0caeb7 [stm32][doc] 将英文文档的图片移入figure_en文件夹 2021-09-03 11:11:50 -04:00
supperthomas 8da2f96bc2 fix the readme.md 2021-09-03 22:25:59 +08:00
rice.chen 7f737e5e63 [add]Add nrf52833 support for Bluetooth protocol stack 2021-09-03 22:20:35 +08:00
rice.chen 8e0cebbd45 [add]add nrf52833 BSP 2021-09-03 22:20:34 +08:00
guo 31061873ae
Merge pull request #5005 from supperthomas/fix_nrfx
[bsp/nrf52840]fix the board uart config
2021-09-03 18:23:12 +08:00
charlown 5169360e21 support gcc for ch32f10x. 2021-09-03 15:44:19 +08:00
lza1205 a12b25fd21 [bsp] add gd32105c-eval first commit 2021-09-03 11:50:17 +08:00
guo 41b491eae3
Merge pull request #5004 from Rbb666/master
[STM32][DOC] figures更新图片描述,增加对应翻译,文件夹为figures_en
2021-09-03 11:27:10 +08:00
charlown 02a3ac4036 format wch bsp code. 2021-09-02 22:49:01 +08:00
charlown 8abbe89cee Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2021-09-02 22:39:34 +08:00
supperthomas 32a305904d fix the uart config 2021-09-02 21:34:31 +08:00
zhangbingru f0af710ae2 [STM32][DOC] figures更新图片描述,增加对应翻译,文件夹为figures_en 2021-09-02 14:38:45 +08:00
jqj96 8bb7d44a3a
Merge branch 'master' into master 2021-09-02 13:53:11 +08:00