Commit Graph

1773 Commits

Author SHA1 Message Date
uestczyh222 345bea8b1d [BSP]fix F4-HAL bsp usbdriver 2017-11-23 16:05:27 +08:00
tangyuxin a702dde0c7 [bsp]Add SOC type 2017-11-22 20:02:11 +08:00
Bernard Xiong 5b8aa350ac
Merge pull request #1026 from caogos/master
[BSP] 龙芯1c平台的rtt统一标准的I2C接口
2017-11-22 13:42:37 +08:00
勤为本 711ad21e30 龙芯1c平台的rtt统一标准的I2C接口 2017-11-22 13:12:11 +08:00
tanek liang 1061a49d2d [bsp] stm32l476 bsp update
- add pin driver and user led
- add kconfig support
- clean code
2017-11-20 20:08:16 +08:00
uestczyh222 5e0e1701e2 [BSP][stm32f4xx-hal][driver]Add RTC driver 2017-11-19 14:38:19 +08:00
uestczyh222 52794a0291 [BSP]rename STM32F40x_HAL to STM32F4xx-HAL 2017-11-18 14:47:07 +08:00
uestczyh222 d2076cbb64 [Bsp][STM32F4xx_HAL]Fix hal_conf.h to include rtthread.h 2017-11-18 14:21:53 +08:00
tanek liang f6828446bc [bsp] update delay function 2017-11-18 07:26:22 +08:00
uestczyh222 747e49337e [bsp][New][STM32F4xx_HAL]Can to use usb and menuconfig to choose mcu 2017-11-18 07:25:49 +08:00
uestczyh222 9134f48db9 [BSP][STM32F10x_HAL]Add mcu type choose in menuconfig 2017-11-17 14:16:18 +08:00
tanek liang 40d0ff9960 [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
tanek liang a0c2e50e36 [bsp] support GCC for RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 37bb0e96e2 [bsp] update template and project after enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 249c3d471c [bsp] enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 71818e8da1 [bsp] lpc54608 update MDK scatter file 2017-11-16 11:05:32 +08:00
tanek liang 6e3c629cde [bsp] lpc54608 update CMSIS lib to V5.0.3 2017-11-16 11:05:32 +08:00
tanek liang dcce8489db [bsp] add gcc support 2017-11-16 11:05:32 +08:00
MiraculousConch 234c6113ed [BSP]STM32F10x_HAL fix uart3
修复了串口初始化没有使能GPIO时钟的bug
2017-11-16 10:09:23 +08:00
uestczyh222 0b830302ca [BSP]Update STM32F10xHAL bsp to RTT 3.0.0
With USB Device Drivers
2017-11-15 23:46:00 +08:00
Bernard Xiong 849a1e1901
Update board.h 2017-11-15 17:15:48 +08:00
DengQilong 7df2b52826 update bsp_lpc54608 2017-11-14 16:48:36 +08:00
tangyuxin 029feac5d0 [bsp]update SConstruct&Kconfig&rtconfig.py 2017-11-13 18:10:05 +08:00
tangyuxin f878c6a59f [bsp]update rtgui_demo.c 2017-11-13 18:08:31 +08:00
bernard 3815ece6d6 [BSP] Update X1000 config & SConstruct files. 2017-11-13 16:00:52 +08:00
bernard f859a81d6c [BSP] Update config in X1000 bsp. 2017-11-13 15:37:08 +08:00
bernard d913068c73 [BSP] Remove CANNA board information. 2017-11-13 15:24:23 +08:00
bernard 9fa72925a2 [BSP] Remove some board information. 2017-11-13 15:21:31 +08:00
Bernard Xiong 02e161bee7
Merge pull request #982 from enkiller/modify_x1000_bsp
[bsp]update x1000 bsp driver
2017-11-13 14:26:05 +08:00
DengQilong e79f9e6b02 fix bsp for lpc54608 2017-11-13 14:18:05 +08:00
tanek liang a752418065 [gui] fix rtgui_dc_end_drawing() too few arguments in function call 2017-11-12 22:21:59 +08:00
tanek liang d12ea8eb49 [bsp] remove old head file include for RTGUI 2017-11-12 22:20:58 +08:00
tanek liang 9f141407cc [bsp] fix stm32f429-apollo scons build error and update template (using external scatter file) 2017-11-12 22:12:37 +08:00
tangyuxin d724e75f22 [bsp]update x1000 bsp driver 2017-11-11 13:53:20 +08:00
Bernard Xiong 21daf7359a
Update drv_i2c.c 2017-11-10 19:47:53 +08:00
Bernard Xiong 6f91a917c6
Update SConscript 2017-11-10 19:46:00 +08:00
tanek liang 7920c2f02f [bsp] fix imxrt1052-evk iar/mdk project build error:
- <sys/socket.h> not found
2017-11-10 18:12:07 +08:00
tanek liang c3ff9772b7 [bsp] fix stm32f429-apollo iar project build error:
- timespec has already been declared
- <sys/socket.h> not found
2017-11-10 18:12:07 +08:00
armink 045f6c368c [BSP] Fix stm32f10x BSP error code. 2017-11-08 00:05:46 +08:00
armink 1e9f9824d3 [BSP] Update stm32f40x BSP gpio driver. 2017-11-08 00:05:46 +08:00
勤为本 1bbe09df94 把龙芯1c的SPI接口改为RTT统一的SPI接口 2017-11-08 00:05:05 +08:00
SummerGift d6f80720b6 update bsp/stm32f429-apollo/rtconfig.h bsp/stm32f429-apollo/.config 2017-11-07 17:30:41 +08:00
Bernard Xiong 6b1911e4f4 [BSP] Enable more options in qemu-vexpress-a9 for test. 2017-11-06 20:13:20 +08:00
ArdaFu 9cb1b7a252 [bsp][tm4c129x] Replace SysClock with SystemCoreClock 2017-11-06 14:07:31 +08:00
weety 86b9875d5e [BSP] update sdio driver. 2017-11-05 22:22:09 +08:00
weety ce12bdd1bb [BSP] update sdio driver for components init. 2017-11-05 22:17:38 +08:00
weety db41e7e30e [BSP][DM365] update mmcsd driver. 2017-11-05 21:43:02 +08:00
weety 222edd25c0 [BSP][AT91SAM9260] update sdio drivers. 2017-11-05 21:42:31 +08:00
weety 212da4d2d7 [BSP][dm365] Fix compile warning. 2017-11-05 00:49:39 +08:00
weety 76e1c8029d [BSP][dm365] Fixed net link down issue. 2017-11-05 00:33:51 +08:00