Meco Man
a354f846e8
[libc]&[dfs] remove unnecessary RT_USING_POSIX and RT_USING_DFS_DEVFS
2021-10-13 15:21:41 -04:00
Sherman
de3fe00954
[add] 添加 README.md 及相关文档
2021-10-13 19:19:51 +08:00
Sherman
8e9a346450
[examples/rt-link/rtlink_example.c] 修改 log_w 为 LOG_W
2021-10-13 18:56:19 +08:00
Sherman
f2468fa70e
Merge branch 'master' of github.com:ShermanShao/rt-thread
2021-10-13 18:18:01 +08:00
Sherman
9c4e022bd4
[examples/rt-link/rtlink_example] 替换 log_w 为 LOG_W
2021-10-13 18:17:27 +08:00
mazhiyuan
d006905c88
修改size_t为rt_size_t
2021-10-13 16:23:06 +08:00
guozhanxin
bf8afd09f3
[update] Adjust C++11 Kconfig option name
2021-10-13 16:03:43 +08:00
guozhanxin
8c4cdceb20
[fix] armclang cpp11 build error.
2021-10-13 16:03:09 +08:00
mazhiyuan
3c5ed4b108
修复stm32g系列不同芯片串口中断不匹配
2021-10-13 15:44:32 +08:00
Bernard Xiong
0873b8163b
Merge pull request #5162 from xiangxistu/cxx_pthread
...
[modify] those file name is risky if you use both "c++" and "POSIX pthread".
2021-10-13 15:41:36 +08:00
Bernard Xiong
0c82690f32
Merge pull request #5160 from cndabai/bsp
...
修复部分bsp编译报错
2021-10-13 15:40:38 +08:00
Bernard Xiong
e7f4a1177a
Merge pull request #5148 from loogg/mlw-fx
...
fix the tick of drv_common.c in stm32 bsp
2021-10-13 15:39:42 +08:00
Bernard Xiong
577bd1cc7c
Merge pull request #5149 from mysterywolf/strnlen
...
fixed bug #5138
2021-10-13 15:39:19 +08:00
Bernard Xiong
98404184b1
Merge pull request #5128 from liukangcc/action
...
[update] add riscv toolchain for ci.
2021-10-13 15:37:26 +08:00
liuxianliang
9f2616e323
[modify] those file name is risky if you use both "c++" and "POSIX pthread".
2021-10-13 15:20:29 +08:00
liukangcc
2fd896dc89
[update] fix SCB_EnableDCache 宏与函数名冲突
2021-10-13 14:07:05 +08:00
guo
0211f2fcc1
Merge pull request #5161 from mysterywolf/libc
...
[libc][keil] remove libc_stdio_read() in __MICROLIB
2021-10-13 13:39:24 +08:00
Meco Man
b6c2368bef
[libc][keil] remove libc_stdio_read() in __MICROLIB
2021-10-12 23:06:19 -04:00
mazhiyuan
99e9ea61bc
修复部分bsp编译报错
2021-10-13 11:02:01 +08:00
guo
e3045389d0
Merge pull request #5157 from mysterywolf/win32
...
[bsp][simulator] support for finding a msvc path automatically
2021-10-13 09:50:03 +08:00
Meco Man
663991897b
fixed bug #5138
2021-10-12 21:47:57 -04:00
guo
c41bf91e68
Merge pull request #5156 from charlown/master
...
[bsp/wch/arm/ch32f103c8-core/board/board.h]: 加入宏开关;添加移植文档
2021-10-13 09:14:35 +08:00
Meco Man
09b4f0040e
[bsp][simulator] attachment pr of #3592
2021-10-12 13:37:14 -04:00
Jianting (Meco) Man
7544b40122
Merge pull request #53 from jasonbu/master
...
simulator add support for msvc auto find path
2021-10-12 12:20:02 -05:00
charlown
0ea1fac551
[bsp/wch/arm/ch32f103c8-core/board/board.h]: add macro definition.
...
[bsp/wch/arm/ch32f10x_port_cn.md]: add ch32f10x_port_cn.md.
2021-10-12 21:27:39 +08:00
malongwei
ceef6543ee
fix sysTickMillisecond to _systick_ms of drv_common.c in stm32 bsp
2021-10-12 15:27:48 +08:00
Lim-LinYuanbo
06fdc108b4
解决无法dist问题 ( #5150 )
...
* first commit, keil test pass
* feat : n32g452xx direct structure base at32
1. 重新整理目录结构
* feat : 基于AT32,将各驱动移植整改待验证
1. 部分驱动已经整改,但未验证
2. 根据AT32整改目录结构
* feat : add README document
1. 完善配置文件
2. 添加说明文档
* feat : 验证添加的驱动
1. UART 1-3 验证通过
2. ADC 1-2 CH 6-9 验证通过
3. TIM 6-7 验证通过
* feat : complete readme document
* feat : format code
1. ref https://github.com/mysterywolf/formatting
* feat : 完成PWM驱动移植与自测
1. 添加PWM测试代码
2. 修正PWM驱动周期与脉冲错误问题
* feat : 删除多余代码与多余的文件,修正注释与函数命名
* feat : fix tim channel comment
* feat : 完成DEMO测试例子
1. 完成MAIN函数中的LED测试例子
2. 完善README文档
3. 更新添加许可文件
* feat : 根据BSP提交自查完善固件
1. 添加.ignore_format.yml文件
2. 修正main.c的注释
* feat : add last line in .ignore_format.yml
* feat : delet file_path in .ignore_format.yml
* fix: gPIO/ADC driver
1. add ADC temperature&vref channel.
2.add GPIO IPD/OD configration
* fix: 解决告警
1. 解决告警(rt_drv_pwm.c: warning: implicit declaration of function 'atoi')
* feat: add scons --dist function
* fix: 解决MDK5无法编译问题
* perf: delete invalid code
Co-authored-by: linyuanbo_breo_server <linyuanbo@breo.com.cn>
2021-10-12 14:35:01 +08:00
192.168.1.134
291bbac24f
perf: delete invalid code
2021-10-12 14:02:26 +08:00
guo
76a6b2cf3a
Merge pull request #5134 from CaocoWang/stm32wle5_lm401
...
Stm32wle5-lm401
2021-10-12 10:53:53 +08:00
liukangcc
791ec32926
[update] add riscv toolchain for ci.
2021-10-12 10:49:26 +08:00
guo
f5f944897e
Merge pull request #5143 from liukangcc/spi
2021-10-12 10:11:25 +08:00
guo
0f8c465352
Merge pull request #5136 from cndabai/thread_tc
2021-10-12 09:52:01 +08:00
Sherman
9e00f2b079
[add] 添加 README.md 及相关文档
2021-10-12 09:46:25 +08:00
guo
7b6ecb1b95
Merge pull request #5137 from mysterywolf/tool
...
[tools] 增加将汇编启动文件入口函数由main改为entry的自动扫描脚本
2021-10-12 09:39:17 +08:00
Bernard Xiong
2ee81eda1a
Merge pull request #5147 from charlown/master
...
[bsp/wch/arm/Libraries/ch32_drivers/drv_rtc_ch32f10x.c]: rename rtc ops.
2021-10-12 08:20:54 +08:00
Meco Man
1c90cb3620
[tools] 增加将汇编启动文件入口函数由main改为entry的自动扫描脚本
2021-10-11 20:18:03 -04:00
Bernard Xiong
c8a8b97d3a
Merge pull request #5129 from liukangcc/hal
...
[update] the stm32_hal library to the latest version.
2021-10-12 06:03:30 +08:00
Bernard Xiong
bacbf28889
Merge pull request #5139 from greedyhao/ab32
...
[bsp][bluetrum] convert uintxx_t to rt_uintxx_t
2021-10-12 06:03:18 +08:00
Bernard Xiong
465f5fa4eb
Merge pull request #5140 from liukangcc/uart
...
[drivers] add uart dma support for stm32l1
2021-10-12 06:02:59 +08:00
Bernard Xiong
2944686dbc
Merge pull request #5142 from liukangcc/imx
...
[imxrt1050xxx] update imxrt template project to support scons --dist
2021-10-12 06:02:46 +08:00
Bernard Xiong
17833c9b2b
Merge pull request #5144 from liukangcc/stm32h750
...
[update] fix stm32h750-artpi-h750 工程执行 scons --dist 后无法编译
2021-10-12 06:02:31 +08:00
Bernard Xiong
907d948e8d
Merge pull request #5145 from enkiller/1011-2010
...
[bsp][simulator] Fix compilation errors
2021-10-12 06:02:19 +08:00
bernard
71f88fb501
!356 向启动打印中添加编译时间信息
...
Merge pull request !356 from Nrush/gitee_master
2021-10-11 21:59:23 +00:00
Meco Man
698569c3ca
[stm32][lib] modify heap size to zero
2021-10-11 17:25:15 -04:00
Jianting (Meco) Man
1426e57db0
Merge branch 'RT-Thread:master' into hal
2021-10-11 15:58:20 -05:00
nrush
861c579c60
[Kernel] Add build time to the boot printing
...
When the firmware is built many times in a day, we can not distinguish
them by current boot printing for the lack of compile time. So, it is
necessary to add __TIME__ to rt_show_version().
Signed-off-by: nrush <1741598985@qq.com>
2021-10-11 15:25:26 +00:00
malongwei
88133da8e5
fix the tick of drv_common.c in stm32 bsp
2021-10-11 22:38:59 +08:00
charlown
a9aa150e16
[bsp/wch/arm/Libraries/ch32_drivers/drv_rtc_ch32f10x.c]: rename rtc ops.
2021-10-11 21:29:23 +08:00
192.168.1.134
85a2ecdebc
fix: 解决MDK5无法编译问题
2021-10-11 21:13:57 +08:00
192.168.1.134
3e6853cd39
feat: add scons --dist function
2021-10-11 20:53:18 +08:00