4446 Commits

Author SHA1 Message Date
Aubr.Cool
81feb775fa [Bsp] stm32f10x add fm24cl64 drv 2017-07-20 11:55:27 +08:00
Aubr.Cool
8f4e80669b [Components] driver i2c add fm24clxx drv 2017-07-20 11:55:27 +08:00
Bernard Xiong
6ab027677b Merge pull request #764 from AubrCool/fix-msh.argc.error
[Components] correct msh argc too many error
2017-07-19 23:53:44 +08:00
Aubr.Cool
e4fea38726 [Components] correct msh argc too many error 2017-07-19 15:34:15 +08:00
Bernard Xiong
8819016f28 Merge pull request #763 from caogos/master
[bsp] Add GPIO/PWM/timer drivers to RT-Thread.
2017-07-18 11:50:30 +08:00
勤为本
878b222741 将“龙芯1c库”中硬件定时器相关接口移植到RT-Thread 2017-07-18 11:33:27 +08:00
勤为本
d22df879ac 将“龙芯1c库”中硬件pwm相关接口移植到RT-Thread 2017-07-18 11:28:02 +08:00
勤为本
0940301981 将“龙芯1c库”中的GPIO相关接口移植到RT-Thread 2017-07-18 11:15:10 +08:00
Bernard Xiong
8034add04a Merge pull request #760 from TanekLiang/stm32f40x
[bsp] fixed uart5 tx rcc error
2017-07-09 09:10:03 +08:00
tanek liang
6199b378f5 [bsp] fixed uart5 tx rcc error 2017-07-08 22:41:00 +08:00
Bernard Xiong
1e4c3e6ab3 Merge pull request #759 from TanekLiang/stm32l476-nucleo
[bsp] add new bsp for stm32l476-nucleo
2017-07-06 14:17:30 +08:00
tanek liang
da3b4d7606 [bsp] add new bsp for stm32l476-nucleo 2017-07-05 18:17:16 +08:00
Bernard Xiong
e47515d876 Merge pull request #758 from JianRuiqian/master
[DeviceDrivers] improve sdio
2017-07-04 07:19:44 +08:00
ruiqian
465fdfc2ff Update sdio.c 2017-07-04 00:50:48 +08:00
ruiqian
0a798b33a5 Update mmcsd_core.c 2017-07-04 00:50:25 +08:00
ruiqian
bf48d2b745 Update sdio.h 2017-07-04 00:49:50 +08:00
ruiqian
1590e38f46 Update mmcsd_host.h 2017-07-04 00:49:23 +08:00
ruiqian
ae8ca61051 Update mmcsd_card.h 2017-07-04 00:48:53 +08:00
Bernard Xiong
315a616436 Merge pull request #755 from TanekLiang/master
[bsp] insert keep section .rti_fn* in GCC link file
2017-07-02 15:25:11 +08:00
tanek liang
165868c46c [bsp] insert keep section .rti_fn* in GCC link file 2017-07-01 15:59:23 +08:00
Bernard Xiong
2ef114c50a Merge pull request #754 from TanekLiang/master
[bsp] update k64 bsp to ksdk and add enet driver
2017-07-01 15:51:23 +08:00
tanek liang
a2d56fb5d9 [bsp] add enet driver for k64 FRDM 2017-07-01 13:46:24 +08:00
tanek liang
d7c5c4e35e using components init 2017-07-01 13:38:39 +08:00
tanek liang
50d96d7d0a [bsp] update mdk template
* add mkd5 support(template.uvprojx)
2017-07-01 12:35:05 +08:00
tanek liang
a4a5903b5c [bsp] update k64f bsp to KSDK 2.2 2017-07-01 11:33:12 +08:00
Bernard Xiong
1f0081e796 [Kernel] Fix typo 2017-06-26 09:16:19 +08:00
Bernard Xiong
6e902e17ae Merge pull request #750 from flyingcys/master
[bsp] fix bxcan.c inline bug
2017-06-24 07:10:44 +08:00
flyingcys
bd62def30c [bsps] fix bsp/stm32f10x/bxcan.c inline bug 2017-06-24 00:11:09 +08:00
flyingcys
35e59002ef [bsp] fix bxcan.c inline bug 2017-06-23 23:23:58 +08:00
Bernard Xiong
8437c049e6 [Kernel] Fix the number_mask initialization issue in TCB. 2017-06-15 23:30:18 +08:00
Bernard Xiong
9c44022502 Merge pull request #748 from TanekLiang/master
[bsp] update RCC initial for system
2017-06-15 16:33:29 +08:00
Bernard Xiong
dd6454d87d Merge pull request #749 from FlyLu/master
[DeviceDrivers]Fix continuous write page bug for spi_flash_at45dbxx driver
2017-06-15 16:33:00 +08:00
FlyLu
fe457da958 [DeviceDrivers]Fix continuous write page bug for spi_flash_at45dbxx driver 2017-06-15 16:05:34 +08:00
bernard
b47994cb42 Add more checking for SConscript files of libc. 2017-06-15 14:38:39 +08:00
bernard
6515dc238c [finsh] Add checking the result of chdir. 2017-06-15 14:37:56 +08:00
bernard
bc0fbbfe82 [DFS] change the cmd to long data type. 2017-06-15 14:37:18 +08:00
bernard
b7cf723162 [DFS] code cleanup 2017-06-15 14:36:59 +08:00
bernard
6e63cbb9be [DFS] "console" device check.
[DFS] To make sure the "console" device exist or not when initialize
console device.
2017-06-15 14:36:40 +08:00
tanek liang
761a793a4b [bsp] remove error_handler() and resume RT_ASSERT() 2017-06-14 17:25:42 +08:00
tanek liang
1d6c38f42f [bsp] remove RT_ASSERT() because UART not work now 2017-06-14 17:07:08 +08:00
tanek liang
df40819b4b [bsp] replace error_handler() by RT_ASSERT(RT_NULL) 2017-06-14 16:47:05 +08:00
tanek liang
81fce5d000 [bsp] replace error_handler() by RT_ASSERT(RT_NULL) 2017-06-14 16:43:07 +08:00
tanek liang
4978e340a9 [bsp] replace error_handler() by RT_ASSERT(RT_NULL) 2017-06-14 16:41:23 +08:00
tanek liang
f537194d01 [bsp] update RCC initial for system
* set internal oscillator trimming value to default
  * replace integer constant by macro from HAL library
  * remove SystemCoreClockUpdate() because "SystemCoreClock" updated in HAL_RCC_ClockConfig()
  * remove delay()
2017-06-13 23:44:45 +08:00
Bernard Xiong
a453b3318b Merge pull request #747 from TanekLiang/master
[BSP] stm32f429-apollo bsp add new device
2017-06-09 20:51:20 +08:00
Bernard Xiong
5b03b01125 Merge pull request #746 from pinhaozhang/master
[libc] modified:   components/libc/newlib/libc.c
2017-06-09 20:49:23 +08:00
tanek liang
a157b25f55 [bsp] added Ethernet driver and lwip in stm32f429-apollo board
* use uart1 as default console device
    * add pcf8574 support(a general-purpose remote I/O expansion chip)
2017-06-09 14:58:33 +08:00
pinhaozhang
1330a70207 modified: components/libc/newlib/libc.c 2017-06-09 12:18:40 +08:00
tanek liang
269a7683b5 add ili9341 lcd device and simple gui demo 2017-06-08 18:36:55 +08:00
tanek liang
e4999e60b0 [bsp] stm32f429-apollo added spi flash driver and mount as FatFs 2017-06-08 12:05:10 +08:00