Commit Graph

1934 Commits

Author SHA1 Message Date
liang yongxiang 4043a68ad4 [bsp][stm32f10x] update projects 2018-03-16 11:18:53 +08:00
ChunfengMu 2b1fc7c4c4 [bsp][stm32f10x]enable RT_USING_COMPONENTS_INIT and fix SConscript for rtc 2018-03-16 01:13:38 +08:00
liuguang 954d2447cd [BSP] add rt1050 pin driver code. | 添加rt1050 PIN驱动代码. 2018-03-15 04:50:34 +08:00
uestczyh222 3abe6bcc96 [Bsp][STM32F4xx-HAL]Add I2C driver 2018-03-14 15:31:06 +08:00
liang yongxiang 99e5b0a518 [bsp] fix spi4 typo 2018-03-13 20:55:15 +08:00
liang yongxiang ed917b4ec0 [bsp] update project to fix warning: duplicate drv_i2c.c file 2018-03-13 20:50:46 +08:00
liang yongxiang bfeae15f51 [bsp] update config file to fix error: external FD_SETSIZE too small for number of sockets 2018-03-13 20:50:42 +08:00
liang yongxiang da3c900685 [bsp] fix typo 2018-03-13 17:42:21 +08:00
liang yongxiang 7bff4a1bee [bsp] update rtconfig.h and .config 2018-03-13 17:25:53 +08:00
liang yongxiang 2f14a55e28 [bsp] fixed gcc warning: value computed is not used 2018-03-13 17:25:50 +08:00
liang yongxiang 249d5b5887 [bsp] update IAR and mdk project 2018-03-13 17:24:44 +08:00
liang yongxiang f268ffa5be [bsp] delete SDIO test code 2018-03-13 17:24:41 +08:00
liang yongxiang 5760c356ef [bsp] fix enum warnings 2018-03-13 17:24:38 +08:00
liang yongxiang 005b9da3d5 [bsp] update gcc nocache section 2018-03-13 17:24:33 +08:00
Bernard Xiong 0b5ac759e3
Merge pull request #1272 from RT-Thread/fix_simulator
Fix the control interface and GUI initialization
2018-03-11 15:11:07 +08:00
Bernard Xiong 03b8015413
Merge pull request #1266 from jiaooo/dev
change file name drv_iic to drv_i2c
2018-03-11 14:39:46 +08:00
Bernard Xiong 4de8758018 Fix the control interface and GUI initialization 2018-03-11 14:35:50 +08:00
luo jiao 1afb706c4d bsp/stm32f429-apollo:fix drv_i2c.c scons build error
Signed-off-by: luo jiao <luojiaoxy@163.com>
2018-03-11 13:40:16 +08:00
luo jiao 59f05f68f2 cchange file name drv_iic to drv_i2c 2018-03-08 12:21:06 +08:00
tangyuxin 5301a1b9d3 [bsp][allwinner_tina]更改表意不清晰的函数名字 2018-03-08 12:02:25 +08:00
Bernard Xiong 6107b74ac3
Merge pull request #1263 from moebiusever/master
fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration.
2018-03-08 10:16:05 +08:00
liang yongxiang b1abc48fc9 [bsp] add readme file for stm32f429-apollo board 2018-03-07 16:14:35 +08:00
moebius.ever 8160a4089a fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration. 2018-03-07 15:28:51 +08:00
Bernard Xiong 8f2588d609
Merge pull request #1258 from RT-Thread/feature_kconfig
[BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc
2018-03-05 22:16:27 +08:00
Bernard Xiong 5083b84c96 [BSP][qemu-vexpress-a9] add SOC chip type definition 2018-03-05 21:17:41 +08:00
Bernard Xiong 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
Bernard Xiong 2be6176b57
Merge pull request #1248 from valeriyvan/fixshift
Fixing shift operation in enum declaration
2018-03-04 20:52:36 +08:00
Bernard Xiong e6f2081aa9
Merge pull request #1257 from RT-Thread/fix_libc
rename fls to __rt_fls in MMC.
2018-03-04 20:42:58 +08:00
Bernard Xiong bb2eb41b44
Merge pull request #1250 from valeriyvan/fixmemcpy
Fix wrong memcpy parameter
2018-03-04 17:38:44 +08:00
Bernard Xiong f6a7136226 [BSP] Update sdcard driver in mini4020 2018-03-04 17:37:16 +08:00
Bernard Xiong c65ec96e8c [BSP] fix CRLF issue in gkipc bsp 2018-03-04 12:05:00 +08:00
Bernard Xiong f7296db4d6
Merge pull request #1253 from gokemicro/master
[BSP] Add gokemicro gkipc bsp
2018-03-04 10:52:29 +08:00
gokemicro b216125521 add README env hyperlink address 2018-03-04 09:05:57 +08:00
gokemicro e2ea23990b add gokemicro gkipc bsp 2018-03-04 08:21:19 +08:00
Bernard Xiong e78f3ea9a7
Merge pull request #1252 from RT-Thread/feature_noneui
[UIEngine] move UI engine as a package
2018-03-03 17:14:28 +08:00
Bernard Xiong 8b36b57a11 [UIEngine] move UI engine as a package 2018-03-03 16:34:01 +08:00
Tanek 7438d1846c
Merge pull request #1249 from valeriyvan/fixindefiniteloop
Uses const UINT8_MAX for max value of uint8_t; Fixes loop condition.
2018-03-03 16:19:10 +08:00
Bernard Xiong fa693c51fd
Merge pull request #1246 from TanekLiang/fvp-uart-update
[bsp] update uart driver and fixed typo
2018-03-03 15:48:18 +08:00
ZYH 78c83b364e
Merge pull request #1236 from zhang-peter/patch-1
stm32f10x enters external interrupt handler forever
2018-03-02 20:39:52 +08:00
Valeriy Van a3bac3cb61 Fix wrong memcpy parameter 2018-03-02 11:46:40 +01:00
Valeriy Van bea1115ff1 Uses const UINT8_MAX for max value of uint8_t type; Fixes loop condition. 2018-03-02 11:37:19 +01:00
Valeriy Van f4a36fa6e3 Fixing shift operation in enum declaration 2018-03-02 11:22:32 +01:00
liang yongxiang dc4fde203d [bsp] update uart driver and fixed typo 2018-03-02 17:12:04 +08:00
liang yongxiang 7d9cf74393 [bsp] update V2M-MPS2 readme file 2018-03-02 10:24:19 +08:00
liang yongxiang 311f4c96dd [bsp] add v2m-msp2 board support 2018-03-01 23:24:41 +08:00
Peter Zhang d3cb7478ec
[BSP] Fix: stm32f10x external interrupt bug
Missing of 'GPIO_EXTILineConfig' may cause that program enters interrupt handler forever.
2018-02-28 17:31:38 +08:00
emlslxl e65729660f fix uart register address structure type 2018-02-27 10:47:49 +08:00
emlslxl b23c2aab0b 修正因驱动文件缺少msd.c而编译文件包含msd.c引起的编译错误 2018-02-24 16:39:39 +08:00
Xeon Xu 2d2c01571c Add customized startup file for stm32f10x when using gcc. 2018-02-22 16:47:44 +08:00
Xeon Xu d841fef8c8 Revert "Fixed #1187 running issue while using firmware compiled by gcc."
This reverts commit 37660ac515.
2018-02-22 16:03:46 +08:00