Aubr.Cool
f3c2930d05
correct stm32f10x txisr error
2017-02-27 09:38:15 +08:00
zchong-cht
9cb9bf377c
add /bsp/beaglebone/uboot_cmd.txt file
2017-02-13 22:09:09 +08:00
Bernard Xiong
0a60415e75
Update HAL to V1.6.0; Fix the armcc startup file.
2017-02-07 15:42:42 +08:00
Aubr.Cool
4008a0a5fb
stm32f10x usart add interrupt tx mode
2017-01-19 14:27:13 +08:00
Aubr.Cool
d671e7546c
lpccan irq add irq enter & irq leave
2017-01-18 09:49:48 +08:00
Aubr.Cool
9b4222b2f0
bxcan irq add irq enter & irq leave
2017-01-18 09:46:16 +08:00
Aubr.Cool
cd679a251e
[BSP] stm32f10x bxcan correct ext frame filter
2016-12-26 14:26:47 +08:00
mwang1
182622c411
add nuvoton m451 bsp with gcc&keil support
2016-12-07 21:03:23 +08:00
Peter Harliman Liem
fdfa909853
[Bsp] Fix missing spiconfig set in dm365
2016-11-08 22:13:03 +08:00
Aubr.Cool
12424777f6
add bsp stm32l072
2016-09-22 12:31:38 +08:00
Aubr.Cool
c2d8bff672
[Bsp] stm32f10x delete compiler c99 mode
2016-09-21 11:31:53 +08:00
Aubr.Cool
8c229e412a
[Bsp] lpc408x fix compiler error
2016-09-21 11:10:25 +08:00
Aubr.Cool
e0b371edfd
[BSP] LPC408X Delete compiler c99 mode
2016-09-21 10:48:21 +08:00
pangweishen
5de8bb2c50
Update rtconfig.h
...
When useing the macro of _WIN32 in the file of rtconfig.h , then the file of dfs_win32.c will removed and compiled some mistakes. Fix it.
2016-09-01 14:09:42 +08:00
Bernard Xiong
cd43855e48
Merge pull request #658 from xuzhuoyi/master
...
[BSP] Add support for STM32F429I-DISC1
2016-08-22 21:06:22 +08:00
xuzhuoyi
5f0102865d
[bsp][stm32f429-disco] Fix assertion failed at function:rt_malloc
2016-08-22 15:59:53 +08:00
xuzhuoyi
119da5b035
[bsp][stm32f429-disco] Change StdPeriph to HAL
2016-08-22 01:03:17 +08:00
xuzhuoyi
234f1c6995
[bsp][stm32f429-disco]Fix hard fault while init heap
2016-08-20 23:04:01 +08:00
xuzhuoyi
715cbb7809
[bsp][stm32f429-disco] Add SDRAM support
2016-08-20 18:27:07 +08:00
aozima
1e2854381b
disable stm32 EMAC hardware checksum.
2016-08-19 17:31:12 +08:00
xuzhuoyi
94cb87223e
[bsp][stm32f429-disco] Add stm32f42x GPIO index
2016-08-19 17:25:59 +08:00
xuzhuoyi
1ea925f9d1
[bsp] add new bsp stm32f429-disco
2016-08-19 00:35:30 +08:00
armink
f4f4bd543d
[BSP] Add usart DMA Rx driver to stm32f40x.
2016-07-09 11:07:20 +08:00
kontais
c72433560d
flush cache after exception code install on ls1b
2016-06-15 08:42:38 -07:00
kontais
b96f07e477
flush cache after exception code install
2016-06-15 08:09:56 -07:00
Bernard Xiong
4503e5d79d
Merge pull request #634 from margguo/master
...
[BSP] Update gpio.c in BSP/stm32f10x/drivers/gpio.c
2016-05-23 22:23:03 +08:00
margguo
09b0e48439
add 48 pins IC define in BSP/stm32f10x
2016-05-23 22:15:14 +08:00
margguo
4bbbfab29c
add 48 pins IC define in BSP/stm32f10x
2016-05-23 22:00:21 +08:00
margguo
3defb749cb
add 48 pins IC define in BSP/stm32f10x
2016-05-23 21:57:19 +08:00
armink
7d17f50a31
[BSP] Add usart DMA Rx driver to stm32f10x.
2016-05-14 13:43:14 +08:00
Bernard Xiong
eb320a0104
[BSP] fix the CRLF issue in usb_ch9 of imx6sx
2016-05-04 08:24:21 +00:00
weety
46e963b315
[CHG] fixed compile error under linux platform
2016-04-25 15:42:07 +08:00
Bernard Xiong
fd7a65b4be
[LIBC] remove minilibc when compiling simulator under Linux
2016-04-24 19:59:48 +08:00
Bernard Xiong
255f8b7c34
[BSP] Add BSP for Ingenic X1000 CPU
2016-04-24 19:34:41 +08:00
Bernard Xiong
43f68131ce
[BSP] Add fh8620 bsp from Shanghai Fullhan Microelectronics Co., Ltd.
...
FH8620 BSP
Copyright (c) 2016 Shanghai Fullhan Microelectronics Co., Ltd.
All rights reserved
2016-04-18 13:52:39 +08:00
gbcwbz
0d63eb5f6d
fix hardfault when RT_CAN_USING_BUS_HOOK is enabled in bsp/stm32f10x
...
function `rt_pin_write` is invoked by function `can_bus_hook`, and it should to be initialized by gpio.c.
but gpio.c was not added in SConscript
2016-04-14 23:47:32 +08:00
gbcwbz
b420e83da4
fix can baud rate config error in bsp/stm32f10x fix #597
...
enum CANBAUD was changed in components/drivers/include/drivers/can.h ,
which causes array index out of bound in bsp/stm32f10x/drivers/bxcan.c
temporarily remove RT_CAN_USING_BUS_HOOK, because there are some bugs in
bsp/stm32f10x/applications/canapp.c function can_bus_hook
2016-04-13 21:24:36 +08:00
gbcwbz
a6fcf8cf1f
remove function finsh_set_device in application.c in bsp/stm32f10x
...
finsh_set_device is not needed since version 1.2.0
2016-04-09 13:15:49 +08:00
gbcwbz
e35ad3e677
fix initialization error in bsp/stm32f10x
...
temporarily disable canapp initialization.
2016-04-03 21:39:33 +08:00
Bernard Xiong
5c86147236
Update sd_sim.c
2016-03-23 23:08:35 +08:00
Bernard Xiong
55bbe7290e
Delete gic.h_old
2016-02-02 15:16:22 +08:00
Bernard Xiong
0e916cee16
Delete gic.c_old
2016-02-02 15:16:14 +08:00
Bernard Xiong
97e263c498
Delete interrupt.h_old
2016-02-02 15:15:57 +08:00
ardafu
e377814ce9
[bsp] rename bsp name from stm32f411re to stm32f411-nucleo
2016-01-25 16:10:54 +08:00
ardafu
48e765fdee
[bsp][stm32f411-nucleo] Remove unused BSP library.
2016-01-25 15:51:33 +08:00
ardafu
313c775b22
[BSP][STM32F411RE]
...
1. Target board: STM32F411RE-Nucleo
2. Using STM32 HAL library version 1.4.3 (STM32Cube_FW_F4_V1.10.0)
2016-01-25 15:39:34 +08:00
yuht
585475991c
update get “geometry” source
...
in function internal,get "geometry" form paramater "dev->user_data", not use public variable "SDCfg"
2016-01-06 09:54:39 +08:00
Bernard Xiong
3e890570c9
[BSP] change the template setting in lpc176x;
...
fix the compiling warning when enable DFS.
2016-01-06 05:05:08 +08:00
yuht
2e1af44270
add RT_DFS_ELM_CODE_PAGE
...
解决因为缺少RT_DFS_ELM_CODE_PAGE 导致scons无法正确配置工程文件系统代码页问题。
2016-01-04 09:03:08 +08:00
zhoujie
fc2467a190
fix keil armcc compiling report "Error: expected an expression"
2015-12-10 21:47:53 +08:00