Commit Graph

7786 Commits

Author SHA1 Message Date
shaojinchun 159def753f arm926内容整理 2019-03-14 17:24:35 +08:00
杨连钊 afe802733f [components][drivers][can] can.c fix bug. 2019-03-14 17:12:27 +08:00
zylx 9818ee2d29 [components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和 2019-03-14 16:39:50 +08:00
Bernard Xiong 0876c25a4e
Merge pull request #2448 from misonyo/pwm
[bsp/stm32f411]add pwm driver
2019-03-14 13:03:27 +08:00
misonyo c135b34b9d [bsp/stm32f411]add pwm driver 2019-03-14 11:16:24 +08:00
杨连钊 900050ba98 [bsp][stm32][stm32f103-fire-arbitrary][board]
修改stm32f1xx_hal_msp.c文件CAN引脚配置,
修改Kconfig文件,取消CAN2相关内容
还原stm32f1xx_hal_conf.h中与CAN不相关的内容
2019-03-14 09:50:19 +08:00
Bernard Xiong 8c230ba16a
Merge pull request #2445 from misonyo/patch-1
[components/shell] shell will not work if ch is none zero as random value in stack
2019-03-14 09:03:58 +08:00
misonyo 14e048aa8e
[components/shell] shell will not work if ch is none zero as random value in stack
The serial getchar will only modify the LSB of ch, the MSB 3 bytes
will be unchanged as the random value on stack, so if MSB 3 bytes
not zero, the value got is wrong.
2019-03-13 22:05:03 +08:00
shaojinchun 377bbdc833 继续fix stm32f767 的lf问题 2019-03-13 17:56:56 +08:00
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
shaoguoji 74f1396c9d 调整iar工程配置 2019-03-12 16:45:02 +08:00
shaoguoji 8820d898c3 修正链接脚本注释 2019-03-12 16:44:47 +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