Bernard Xiong
a0df6bea81
Merge pull request #2440 from jesven/fix_lf
...
fix stm32767 lf
2019-03-13 17:16:00 +08:00
Bernard Xiong
a951279c1e
Merge pull request #2439 from sunshine0824/stm32f746
...
[bsp][stm32] modify sdram configuration
2019-03-13 17:15:17 +08:00
Bernard Xiong
f575aaa0b7
Merge pull request #2421 from jicheng0622/master
...
[BSP][i.MXRT]Add NXP i.MXRT1021-EVK BSP Support
2019-03-13 17:08:43 +08:00
shaojinchun
ce8bc80e8d
fix stm32767 lf
2019-03-13 14:27:23 +08:00
sun_shine
cca0eda2c2
[bsp][stm32] modify sdram configuration
2019-03-13 12:01:54 +08:00
Bernard Xiong
f165b9cb3b
Merge pull request #2424 from wangyq2018/es32f0654
...
[bsp/es32f0654] add pwm drivers
2019-03-13 08:58:45 +08:00
Bernard Xiong
aad4e1f343
Merge pull request #2429 from armink/del_keep
...
Delete the unused '--keep' link flag when used RT_USED marco.
2019-03-13 08:58:27 +08:00
Bernard Xiong
298ddc60ee
Merge pull request #2433 from lymzzyh/master
...
[BSP][K210]Add LCD Camera driver
2019-03-12 19:59:36 +08:00
Bernard Xiong
84aa8d34f1
Merge pull request #2432 from zhaojuntao/ci-0312
...
[ci] rm auto test stage
2019-03-12 18:10:07 +08:00
zyh
1022cfd3a7
[BSP][K210]Add LCD Camera driver
...
Signed-off-by: zyh <lymz@foxmail.com>
2019-03-12 17:29:38 +08:00
MurphyZhao
184a206cb4
[ci] rm auto test stage
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-03-12 17:12:38 +08:00
wangyq2018
27d842b552
[bsp/es32f0654] add pwm drivers
2019-03-12 11:48:28 +08:00
jicheng0622
ea867b623f
Delete redundant blank lines
2019-03-12 11:47:39 +08:00
armink
3e4a93cc91
Delete the unused '--keep' link flag when used RT_USED marco.
2019-03-12 11:40:53 +08:00
jicheng0622
48ca812dbc
Change license, update Readme and fixed some compability issues
2019-03-11 22:55:07 +08:00
jicheng0622
82cc9a9eae
Add RT1021-EVK BSP Support For RTThread By JiCheng
2019-03-11 13:10:36 +08:00
Bernard Xiong
359d570061
Merge pull request #2414 from gbcwbz/finsh
...
[finsh] change return type of finsh_getchar from ch to int
2019-03-11 09:44:49 +08:00
Bernard Xiong
a4f16ed41f
Merge pull request #2417 from obito0/master
...
[BSP]添加两个STM32的BSP
2019-03-11 09:41:02 +08:00
obito
ec5d9bed8c
更新了README.md,增加了我上传的这两个BSP的描述
2019-03-10 19:10:15 +08:00
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
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