Commit Graph

4596 Commits

Author SHA1 Message Date
supperthomas 05dbbc5786 fix the readme 2021-03-19 19:48:49 +08:00
supperthomas e8a80f5234 remove useless file 2021-03-18 07:17:24 +08:00
supperthomas 3e9c2e02c2 fixed the mistake 2021-03-18 06:53:53 +08:00
supperthomas c34386cfcd remove the useless file 2021-03-17 21:21:59 +08:00
supperthomas d804600146 Update main.c 2021-03-17 21:15:00 +08:00
supperthomas a6c57d9640 [bsp/stm32] add art-pi uart3 2021-03-17 21:15:00 +08:00
supperthomas 7fc7600eca add readme 2021-03-17 21:15:00 +08:00
supperthomas b8121d9d43 add first version 2021-03-17 21:15:00 +08:00
Bernard Xiong 95c0569b33
Merge pull request #4465 from mysterywolf/nrf5152
[nrf5x] auto formatted
2021-03-17 17:55:53 +08:00
Wayne Lin 6ec6285e1b [nuvoton] Update BSP.
1. Add NUC980 Chili board supporting.
2. Correct NuMicro.h including.
3. Implement rt_hw_us_delay system call function.
4. Move board.c to drv_common.c for M480 and M2354 series.
2021-03-15 15:41:41 +08:00
Bernard Xiong 60909301ed
Merge pull request #4443 from mysterywolf/readme
[ab32vg1] update readme
2021-03-15 09:24:43 +08:00
JiangYangJie 137bcdd5b4 add GET_PIN(PORTx,PIN)
Signed-off-by: JiangYangJie <JiangYangJie@126.com>
2021-03-14 18:47:54 +08:00
Meco Man 347916a755 [nrf5x] auto formatted 2021-03-14 15:18:33 +08:00
Meco Man ae75916e62 update 2021-03-12 18:08:37 +08:00
Bernard Xiong ca867e8c06
Merge pull request #4450 from mysterywolf/x86
[x86][drivers] auto formatted
2021-03-12 16:12:48 +08:00
Meco Man ed97957e32 [x86][drivers] auto formatted 2021-03-12 10:22:45 +08:00
Bernard Xiong 0e09f586eb
Merge pull request #4447 from mysterywolf/gd32
[gd32][drivers] auto formatted
2021-03-12 08:38:38 +08:00
Bernard Xiong 6307f3de9a
Merge pull request #4448 from mysterywolf/w60x
[w60x][drivers] auto formatted
2021-03-12 08:37:47 +08:00
Bernard Xiong 5c4f92126d
Merge pull request #4444 from mysterywolf/wdg
[ab32vg1] 增加看门狗溢出时间宏定义
2021-03-12 08:09:00 +08:00
Meco Man c20c2b6d5e [w60x][drivers] auto formatted 2021-03-12 00:09:55 +08:00
Meco Man 2e99d2855b [gd32][drivers] auto formatted 2021-03-12 00:03:36 +08:00
Meco Man eb894e88f1 update 2021-03-11 18:22:41 +08:00
Meco Man 1b189ca7fb update board.h 2021-03-11 18:20:09 +08:00
Meco Man 1a06e7ec27 [ab32] update readme 2021-03-11 15:19:36 +08:00
Meco Man 67e3282aec [ab32vg1] 增加看门狗溢出时间宏定义 2021-03-11 15:18:32 +08:00
Bernard Xiong 0beaeeef45
Merge pull request #4440 from mysterywolf/hw_delay
[ab32vg1] 增加rt_hw_us_delay()函数防止报错
2021-03-11 14:47:31 +08:00
Bernard Xiong d3f24f54fd
Merge pull request #4441 from mysterywolf/auto
[bluetrum] auto formatted
2021-03-11 14:47:10 +08:00
Bernard Xiong d69c411197
Merge pull request #4405 from zhuyf233/master
[bsp][stm32]fix stm32h7 flash driver error
2021-03-11 14:43:15 +08:00
Bernard Xiong 47e79990c2
Merge pull request #4438 from supperthomas/supperthomas
[bsp/max32660]add the fixed code
2021-03-11 14:29:17 +08:00
Meco Man f18dfa0850 auto formatted 2021-03-11 13:26:54 +08:00
Meco Man 8dfe39b3ac add void rt_hw_us_delay(rt_uint32_t us) 2021-03-11 13:24:28 +08:00
zhuyf233 2d5bbbf086
Merge branch 'master' into master 2021-03-10 19:07:53 +08:00
Bernard Xiong 550f34289f
Merge pull request #4419 from mysterywolf/rtc
[stm32]删除RTC对libc的依赖
2021-03-10 17:05:29 +08:00
Bernard Xiong 817afd271a
Merge pull request #4431 from mysterywolf/stm32
[stm32][driver] auto formatted
2021-03-10 17:05:01 +08:00
Meco Man 6263211623 [CI]修复脚本语法错误,解决CI报警 2021-03-10 14:05:08 +08:00
zhuyunfan 6b4cfce082 add name 2021-03-10 12:45:13 +08:00
zhuyunfan 7e66867e2b Merge branch 'master' of https://gitee.com/zyf96420/rt-thread 2021-03-10 07:28:54 +08:00
Bernard Xiong b6373dbca1
Merge pull request #4351 from iysheng/master
[bsp][gd32103c-eval] Add internal rtc driver
2021-03-09 20:59:04 +08:00
Bernard Xiong 7a596e1646
Merge pull request #4319 from OpenNuvoton/nuvoton
[bsp/nuvoton] Support NuMaker-M2354 Cortex-M23 platform.
2021-03-09 20:57:24 +08:00
iysheng 70217ef056 [bsp][gd32103c-eval] Add internal rtc driver 2021-03-09 12:13:42 +08:00
Wayne Lin 802a2a03f3 Keep --c99 flag and append MDK5 building notification. 2021-03-08 23:25:38 +08:00
Meco Man fc04d828ee [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
iysheng 5c8f6cc890 [bsp][gd32103c-eval] Add watchdog driver 2021-03-08 18:14:50 +08:00
supperthomas 1003a43d27 add the fixed code 2021-03-06 22:09:19 +08:00
supperthomas bcc318811c [bsp/max32660] add the scons --dist 2021-03-05 22:09:55 +08:00
zhuyunfan 9bc18ebfaf Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2021-03-05 13:16:46 +08:00
Meco Man 4f06fdc0ad [stm32]删除RTC对libc的依赖 2021-03-05 09:26:26 +08:00
yangjie da43448fab [bsp][samrtfusion2]add C99 support and update project files 2021-03-04 13:51:39 +08:00
zhuyunfan 8897a1cde3 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2021-03-03 16:28:23 +08:00
Bernard Xiong 4a40ba9535
Merge pull request #4407 from hyhkjiy/feature/nrf5x
[ADD]vscode support for nrf52832
2021-03-03 16:22:27 +08:00