obito
55f4d28ec5
我们学生一般都会用体积比较小的最小系统,也就是网上热卖的STM32F103C8T6最小系统,所以先做出这个最小系统的BSP,方便大家直接使用到自己的项目当中,也方便那些没有开发板的人用这个最小系统学习RTT
2019-03-10 19:09:49 +08:00
obito
75448d5e4b
因为刚入手RT-Thread的时候就想找这个正点原子战舰V3开发板的BSP,结果没找到,一开始就制作BSP门槛相对高了,特此增加了正点原子的战舰V3开发板的BSP(STM32F103ZET6),方便所有和我用这款开发板的人快速入门RTT
2019-03-10 19:09:13 +08:00
gbcwbz
860f8d954d
[finsh] change return type of finsh_getchar from ch to int
...
finsh_getchar invokes getchar, who's return type is int, and return value may < 0, which means error occurred or EOF.
finsh should handle that situation properly, and inform user about the error.
2019-03-10 15:50:03 +08:00
Bernard Xiong
6a12704bc6
Merge pull request #2412 from armink/fix_ulog
...
Update the ulog
2019-03-10 13:04:25 +08:00
Bernard Xiong
1cf890c1bf
Merge pull request #2413 from liruncong/errorwarn
...
部分警告及问题修改
2019-03-10 13:02:59 +08:00
liruncong
4f108dbadf
[components/libc]armclang支持相关
2019-03-10 10:55:27 +08:00
liruncong
ce9629cb57
[components/libc/compilers/armlibc]_sys_exit增加RT_WEAK限定,由具体bsp重新实现,通常需要关闭中断,关闭IO输出等
2019-03-10 10:55:24 +08:00
liruncong
d0239b43a0
[components/cplusplus]修正cplusplus_system_init在arm V6下的问题
2019-03-10 10:55:22 +08:00
liruncong
e5522d6292
[components/net]增加const限定
2019-03-10 10:55:11 +08:00
liruncong
39673cf4f6
[src]消除参数传递警告(warning: passing argument 1 of 'zoneindex' from incompatible pointer type [-Wincompatible-pointer-types])
2019-03-10 10:54:54 +08:00
armink
584593071e
[component][ulog] Fixed the thread name output.
2019-03-09 15:49:32 +08:00
armink
b2c338970f
[kservice] Update the rt_strnlen function.
2019-03-09 15:46:56 +08:00
armink
7f3f8d8352
Update the rtdbg.h for ulog enable.
2019-03-09 13:43:35 +08:00
Bernard Xiong
59d04452ce
Merge pull request #2409 from zhaojuntao/update-ci-0308
...
[ci] 使用环境变量配置 ci 中 auto test 使用的项目仓库
2019-03-08 21:49:15 +08:00
Bernard Xiong
d9a8cc71f2
Merge pull request #2404 from Guozhanxin/temp_1
...
完善 sensor 框架
2019-03-08 20:36:26 +08:00
Bernard Xiong
382f2f17ff
Merge pull request #2405 from Guozhanxin/pwm
...
[bsp][stm32]更新pwm驱动
2019-03-08 20:34:59 +08:00
Bernard Xiong
cd8a9b6750
Merge pull request #2410 from misonyo/change
...
[bsp/lpc408x]更新旧启动机制
2019-03-08 20:34:34 +08:00
misonyo
01671090a7
[bsp/lpc408x]更新旧启动机制
2019-03-08 15:02:46 +08:00
MurphyZhao
799eb31ac3
[ci] 调整 ci 中 auto test 使用的项目仓库
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-03-08 14:24:13 +08:00
Bernard Xiong
60b15494ac
Merge pull request #2406 from zhaojuntao/update-ci-0308
...
[ci] 调整 ci 中 auto test 使用的项目仓库
2019-03-08 13:02:42 +08:00
MurphyZhao
745aea0f9c
[ci] 调整 ci 中 auto test 使用的项目仓库
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-03-08 11:50:38 +08:00
guozhanxin
8a9e1caebe
[bsp][stm32]更新pwm驱动
2019-03-08 10:58:45 +08:00
guozhanxin
f6eabb2d0a
[sensor] Fixed a problem where threads were repeatedly created。| 修复线程被重复创建的问题
2019-03-08 10:37:48 +08:00
guozhanxin
507a90f055
[sensor] add irq_handle for driver. | 为底层驱动添加中断回调。
2019-03-08 10:34:10 +08:00
Bernard Xiong
53630d2b9f
Merge pull request #2403 from jesven/branch_Makefile
...
now makefile works
2019-03-08 09:20:29 +08:00
Bernard Xiong
366b9171a1
Merge pull request #2399 from zhaojuntao/update-ci-0304
...
[ci] update Travis yml to support auto test
2019-03-08 08:55:22 +08:00
Bernard Xiong
4028aa1eba
Merge pull request #2397 from lgnq/master
...
Update clock.c
2019-03-07 21:14:23 +08:00
Bernard Xiong
c5bb91ad60
Merge pull request #2393 from lymzzyh/Kconfig
...
[Kconfig]将Kconfig unix格式化
2019-03-07 17:06:49 +08:00
Bernard Xiong
ce2cbb42ec
Merge pull request #2388 from armink/fix_rtdbg
...
Remove the DBG_COLOR and DBG_ENABLE definition.
2019-03-07 17:03:23 +08:00
Bernard Xiong
a041f768a6
Merge pull request #2384 from wangyq2018/es32f0654
...
[bsp/es32f0654] switch system clock from 24MHz to 48MHz
2019-03-07 16:33:51 +08:00
lgnq
308065a9a2
Update clock.c
...
function rt_timer_check(void) is already decleared in rtthread.h
2019-03-07 16:30:53 +08:00
armink
4f7c06f923
[component][DFS] Change the log level on dfs_file_open() func.
2019-03-07 15:56:39 +08:00
shaoguoji
8671e706b5
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
2019-03-07 15:43:08 +08:00
Bernard Xiong
19563a21a6
Merge pull request #2382 from Lawlieta/develop
...
[net][sal_socket] improve closesocke/shutdown error handling
2019-03-07 14:48:21 +08:00
shaojinchun
4e22be8937
now makefile works
2019-03-07 14:42:58 +08:00
ZYH
7f11e4ded2
[Kconfig]将Kconfig unix格式化
2019-03-07 13:20:36 +08:00
armink
8fa6c1d9cd
Remove dbg_enter and dbg_exit macro.
2019-03-06 18:02:29 +08:00
armink
0d7ba79219
Remove the DBG_COLOR and DBG_ENABLE definition.
2019-03-06 17:54:30 +08:00
wangyq2018
abd83b10df
[bsp/es32f0654] switch system clock from 24MHz to 48MHz
2019-03-06 15:48:06 +08:00
Bernard Xiong
85a0aaa3c2
Merge pull request #2381 from Guozhanxin/hw_us
...
[bsp][stm32] add rt_hw_us_delay
2019-03-06 01:13:06 +08:00
Bernard Xiong
6008be4055
Merge pull request #2378 from wangyq2018/es32f0334
...
[bsp] add es32f0334 bsp
2019-03-06 01:11:16 +08:00
chenyong
0d9b7d60db
[net][sal_socket] improve closesocke/shutdown error handling
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-03-05 19:25:05 +08:00
guozhanxin
f4e74ccd18
[bsp][stm32] add rt_hw_us_delay
2019-03-05 18:23:22 +08:00
wangyq2018
cc5a9438a5
[bsp] add es32f0334 bsp
2019-03-05 16:16:10 +08:00
MurphyZhao
2ffa11cd00
[ci] update Travis yml to support auto test
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-03-04 17:39:05 +08:00
Bernard Xiong
aa7166df01
Merge pull request #2376 from loogg/mlw-fs
...
解决_tc_flush可能引起的缓冲区冲突
2019-03-03 15:56:00 +08:00
MLW
8b18522cfd
解决_tc_flush可能引起的缓冲区冲突
2019-03-03 14:12:01 +08:00
loogg
5260e647cb
Merge pull request #1 from RT-Thread/master
...
同步更新
2019-03-03 13:59:54 +08:00
Bernard Xiong
f44b8b7bdf
Merge pull request #2374 from jinsheng20/stm32f746
...
Stm32f746
2019-03-02 17:21:16 +08:00
Bernard Xiong
7a4e57d70c
Merge pull request #2375 from loogg/mlw-fs
...
修复libc_errno.h的bug
2019-03-02 17:20:21 +08:00