杨连钊
699bb32073
[stm32f10x-HAL] add function rt_hw_us_delay
...
实现rt_hw_us_delay函数
2018-06-11 08:59:30 +08:00
Bernard Xiong
564df04da1
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2018-06-10 18:01:15 +08:00
Bernard Xiong
8e67f65688
[BSP][stm32f411-nucleo] Add ARCH type and change for module & lwP.
2018-06-10 18:00:49 +08:00
Bernard Xiong
884fb70fe9
[Kernel] Add device ops feature.
2018-06-10 17:59:17 +08:00
zhuangwei123
e7f78855bd
[bsp/ls1cdev]drv_spi.c astyle格式化代码
2018-06-10 10:52:05 +08:00
zhuangwei123
b05a5a6f3d
[bsp/ls1cdev]SPI0添加CS0支持,移除drv_spi.c中的msd_init。SPI00可用于注册NORFLASH驱动
2018-06-09 21:09:33 +08:00
liang yongxiang
7154956a4a
[bsp][imxrt1052-evk] update sdk to EVKB
2018-06-09 18:32:31 +08:00
Bernard Xiong
a3ef5f37e3
Merge pull request #1502 from zheng-chow/master
...
Fix the SD Card and EMAC issue:
2018-06-04 19:30:43 +08:00
Bernard Xiong
d450f54142
Merge pull request #1501 from TanekLiang/hifive1-fixed-led
...
[bsp][hifive1] remove unused code
2018-06-04 19:28:53 +08:00
zheng-chow
ed75173cac
Fix the SD Card and EMAC issue:
...
1. The issue concerns sdmmc library bug (I finally solved) in SD_Init() in the file sdmmc/src/fsl_sd.c:SD_SelectBusTiming()
calls SD_SwitchFunction() which sets block size to 64bytes (512bits).Therefore SD_SetBlockSize(card, FSL_SDMMC_DEFAULT_BLOCK_SIZE)
should be called again before SD_Init() exits.
2. The issue is wrong variable in drv_emac.c:lpc_emac_tx(), and the wrong data length of send packet
to cause the send failure.
Signed-off-by: zheng-chow <sernia.zhou@foxmail.com>
2018-06-04 18:14:59 +08:00
ArdaFu
7a1f8ee1c4
[libcpu][arm][arm926] Using C header file to define stack and heap size.
2018-06-04 13:34:45 +08:00
Bernard Xiong
7d6b7dc3f0
Merge pull request #1497 from arthur-jx/master
...
[bsp] [stm32f10x] fix watchdog control set timeout argument bug.
2018-06-04 13:21:40 +08:00
liang yongxiang
99cbadc1d9
[bsp][hifive1] remove unused code
2018-06-04 11:43:02 +08:00
LiuJX
de17adf56c
[bsp] [stm32f10x] fix watchdog control set timeout argument bug.
2018-06-04 11:05:56 +08:00
armink
0b1b549742
[bsp][stm32f429-apollo] Disable the SPI DMA mode. It has some problem when using big data transmission.
2018-05-31 17:16:15 +08:00
armink
62ed2b9d0f
[bsp][stm32f429-apollo] Change the SDIO initialization frequency to 400K for improve reliability.
2018-05-31 17:11:04 +08:00
liang yongxiang
43922e465e
[bsp] add new bsp: hifive1
2018-05-31 14:58:59 +08:00
zyh
7621246259
[Bsp]Add readme for stm32f40x
2018-05-31 09:47:33 +08:00
zyh
0214092051
[Bsp]Add Readme for stm32f10x
2018-05-31 09:36:59 +08:00
Bernard Xiong
798e45f885
Merge pull request #1488 from TanekLiang/lpc54608-readme
...
[bsp][lpc54608-LPCXpresso] add README.md
2018-05-31 08:40:10 +08:00
liang yongxiang
9c051e4fd1
[bsp][lpc54608-LPCXpresso] add README.md
2018-05-30 21:43:33 +08:00
Bernard Xiong
e52bd1b8fc
Merge pull request #1487 from yangjie11/master
...
[stm32f10x-HAL] Fixed the problem of including functions in RT_ASSERT()
2018-05-30 15:47:17 +08:00
user
dab7477312
[stm32f10x-HAL] Fixed the problem of including functions in RT_ASSERT()|修复了:当屏蔽宏定义RT_DEBUG时,RT_ASSERT()中的函数运行不到
2018-05-30 14:47:11 +08:00
Bernard Xiong
c39b66fcf3
Merge pull request #1486 from qgyhd1234/gcc
...
[gcc]:修改GCC分散加载文件
2018-05-30 13:37:15 +08:00
zylx
8752d76b67
[gcc]:修改GCC分散加载文件
2018-05-30 10:23:48 +08:00
Bernard Xiong
fe691c2ab3
Merge pull request #1484 from TanekLiang/riscv-update
...
remove hifive1 bsp and risc-v/e310 porting
2018-05-29 16:20:39 +08:00
Bernard Xiong
385ee9afed
Merge pull request #1483 from TanekLiang/nds32-update
...
remove AE210P bsp and nds32 porting
2018-05-29 16:20:25 +08:00
yunjian
06aa5b547e
解决get_week的有效值与IS_RTC_WEEKDAY判断有效值不一致的问题。
...
get_week获取的值是0-6.而stm32f4xx_rtc.h中IS_RTC_WEEKDAY中判断的有效值是1-7.当设置日期是周日时,会有问题。
2018-05-29 14:41:04 +08:00
liang yongxiang
6605b65ef0
[bsp] remove AE210P bsp
2018-05-29 13:00:18 +08:00
liang yongxiang
be27862154
[bsp] remove hifive1 bsp
2018-05-29 12:59:19 +08:00
liang yongxiang
5faae3350c
[libcpu] remove libcpu/risc-v
2018-05-29 12:59:13 +08:00
liang yongxiang
bf21bbc423
[bsp][lpc408x] add README.md
2018-05-29 12:57:41 +08:00
Bernard Xiong
ae98804dfb
Merge pull request #1481 from enkiller/dev
...
[bsp][qemu]添加Audio驱动
2018-05-29 12:51:41 +08:00
Bernard Xiong
8ff8e57e27
Merge pull request #1480 from TanekLiang/gd32450z-update
...
[bps][gd32450z-eval] update lwip to 2.0.2
2018-05-29 12:50:07 +08:00
Bernard Xiong
0812757870
Merge pull request #1479 from TanekLiang/v2m-delete
...
[bsp] remove unused bsp
2018-05-29 11:22:09 +08:00
tangyuxin
bc544bec47
[bsp][qemu]添加Audio驱动
2018-05-29 10:55:42 +08:00
Bernard Xiong
b8bbb71648
[BSP][stm32f4xx-HAL] Add GNU GCC support.
2018-05-29 10:43:55 +08:00
liang yongxiang
03a05abdef
[bsp] remove unused bsp
2018-05-29 10:43:06 +08:00
Bernard Xiong
9dd8855938
[BSP][stm32f411-nucleo] Update README.md file.
2018-05-29 10:26:54 +08:00
liang yongxiang
0cbd41a697
[bps][gd32450z-eval] update lwip to 2.0.2
2018-05-29 10:19:30 +08:00
Bernard Xiong
f1d0cb872d
[BSP][stm32f411-nucleo] Add GCC support.
2018-05-29 10:19:27 +08:00
Bernard Xiong
43aab3c0a0
[BSP][X1000] Update download URL of cloner for X1000
2018-05-28 22:14:10 +08:00
Bernard Xiong
4e024728ad
[BSP][X1000] Update README.md for X1000
2018-05-28 22:10:20 +08:00
tangyuxin
cc30bd3756
[bsp][qemu]更改中断栈大小为2048
2018-05-25 16:03:39 +08:00
Bernard Xiong
b030e6773d
Merge pull request #1468 from misonyo/gd32303-github
...
[bsp][gd32303e-eval]add gcc support
2018-05-24 11:44:10 +08:00
Bernard Xiong
b0a91ad136
Merge pull request #1466 from qgyhd1234/407uart
...
[bsp]:修改控制台打印串口由rt_config.h控制
2018-05-24 11:09:24 +08:00
luo jiao
8d0328c784
[bsp][gd32303e-eval]add gcc support
2018-05-24 10:49:26 +08:00
zylx
21ea377318
[bsp]:修改控制台打印串口由rt_config.h控制
2018-05-23 19:11:25 +08:00
liang yongxiang
e43200fa09
[bsp][gd32450z-eval] update bsp:
...
- add gcc support
- update project because GUI had move to packages
- enable RT_USING_USER_MAIN mode
2018-05-22 22:56:41 +08:00
Tanek
eb0ce51171
Merge pull request #1462 from misonyo/gd32303-github
...
[BSP/gd32303e-eval]修改readme表格显示错误问题等
2018-05-22 18:06:00 +08:00
luo jiao
35081fd584
[BSP/gd32303e-eval]修改readme表格显示错误问题等
2018-05-22 16:56:37 +08:00
Tanek
b42dcd1feb
Merge pull request #1460 from misonyo/gd32303-github
...
add gd32303e-eval bsp
2018-05-21 21:02:18 +08:00
luo jiao
4f4a04437f
add gd32303e-eval BSP
2018-05-21 17:15:05 +08:00
Bernard Xiong
3a6eace914
Merge pull request #1442 from qgyhd1234/phy_fire
...
[网络驱动]:优化 phy_init() 函数
2018-05-21 16:21:31 +08:00
zylx
9db81ed708
[网络驱动]:优化 phy_init() 函数
2018-05-21 10:54:48 +08:00
Tanek
a99b09658e
Merge pull request #1439 from Guozhanxin/imx1050
...
[BSP][RT1050] fix EVK .scf issue. | 修复 官方板分散加载文件问题.
2018-05-20 15:04:24 +08:00
Bernard Xiong
1ad1bd3c37
Merge pull request #1457 from zhuangwei123/master
...
[bsp/ls1cdev]添加自引导特性,添加配置选项
2018-05-20 11:08:26 +08:00
ZYH
c0c27ee27c
Merge pull request #1456 from uestczyh222/master
...
[BSP][STM32F7-DISCO]Add iar support ,scons iar/armcc support
2018-05-19 18:11:45 +08:00
zyh
c75967565e
[BSP][STM32F7-DISCO]Add iar support ,scons iar/armcc support
2018-05-19 17:05:48 +08:00
guozhanxin
3a3187933d
update rtconfig.h|更新 rtconfig.h的配置
2018-05-19 15:53:36 +08:00
guozhanxin
3f559d7d38
[BSP][RT 1050]Distinguish HyperFlash and QSPI Flash|区别开 HyperFlash 和 QSPI flash.
2018-05-19 15:53:35 +08:00
Tanek
64ad95253b
Merge pull request #1454 from uestczyh222/master
...
[BSP][imxRT1052]fix scons build with iar armcc
2018-05-19 15:26:03 +08:00
Tanek
200ca18742
Merge pull request #1453 from uestczyh222/imxrtmdk
...
[Bsp][Imxrt1052]fix mdk proj default
2018-05-19 15:25:49 +08:00
zyh
391b8da216
Merge remote-tracking branch 'upstream/master'
2018-05-19 13:07:07 +08:00
zyh
9c7b6b9ee2
[BSP][STM32F7-DISCO]Add README.md
2018-05-19 12:00:45 +08:00
zyh
367430127e
[BSP][imxRT1052]fix scons build with iar armcc
2018-05-19 11:29:38 +08:00
ZYH
17632812c7
Merge pull request #1448 from uestczyh222/F769-Disco
...
[BSP][STM32F7-DISCO]fix bsp
2018-05-19 11:00:30 +08:00
zyh
bce78ac360
[Bsp][Imxrt1052]fix mdk/iar proj default
2018-05-19 10:47:32 +08:00
zyh
3bccfdd797
[Bsp][STM32F4xx-HAL]fix build error default
2018-05-19 09:58:38 +08:00
zyh
140bf7686d
[BSP][STM32L476-nucleo]fix build error with gcc
2018-05-18 20:32:47 +08:00
zyh
65ceb4a0bd
[Bsp][STM32L476-nucleo]remove scons armcc build support
2018-05-18 20:24:38 +08:00
zyh
ca59fbb588
[Bsp][STM32L476-nucleo]fix readme.md
2018-05-18 20:22:03 +08:00
zyh
fef8169a15
[BSP][STM32F7-DISCO]fix bsp
...
update to 3.0.4
2018-05-18 20:19:18 +08:00
zyh
a1eccf0e57
[Bsp][STM32L476-Nucleo]Add Readme
2018-05-17 16:25:28 +08:00
zyh
e8a4bf8f93
[Bsp][STM32F10x-HAL]fix readme.md
2018-05-17 15:36:33 +08:00
zyh
ae24e71dc1
[Bsp][stm32l476-nucleo]fix compile args in gcc rename driver filename update hal version update kconfig
2018-05-17 11:38:51 +08:00
zyh
7577b1a373
Merge remote-tracking branch 'upstream/master'
2018-05-16 11:15:23 +08:00
Bernard Xiong
d4af0828ea
Merge pull request #1432 from ArdaFu/master
...
[BSP] TM4C129X: Modify rtconfig.py to support compile from IAR-SCONS
2018-05-16 10:27:23 +08:00
zyh
e46e9e6f21
[Bsp][STM32F10x-HAL]Add README.md
2018-05-16 09:45:44 +08:00
ArdaFu
f5e1949efd
[BSP] TM4C129X: Move the IAR compile argument to IAR condition branch.
2018-05-16 09:39:56 +08:00
Bernard Xiong
f4e5b8d82c
Merge pull request #1436 from Guozhanxin/imx1052
...
fix ATK shareboard board xip issue.
2018-05-16 09:06:20 +08:00
zyh
206ce5121d
[BSP][STM32F4xx-HAL]readme.md add figure
2018-05-15 21:15:26 +08:00
zyh
2fccd79ddc
[Bsp][STM32F4xx-HAL]Add Readme.md
2018-05-15 18:05:55 +08:00
guozhanxin
12f7f448c0
[BSP][RT1050] fix ATK shareboard board xip issue. | 修复正点原子、shareboard板子xip编译错误问题.
2018-05-15 16:11:53 +08:00
ArdaFu
16474d4436
[BSP] ASM9260T: Fix IAR_IDE compile errors. Tested with IAR version 8.10.1.
2018-05-14 00:24:07 +08:00
ArdaFu
45645be9d2
[BSP] TM4C129X: Modify rtconfig.py to support compile from IAR-SCONS
2018-05-13 23:23:25 +08:00
Bernard Xiong
ab33cd3110
Merge pull request #1431 from ArdaFu/master
...
[BSP] TM4C129X: Fix IAR compile errors.
2018-05-13 22:46:42 +08:00
Tanek
275ce5ddf1
Merge pull request #1427 from qgyhd1234/eth_fire
...
[驱动]:添加野火1052 drv_eth.c 和phy.c 文件
2018-05-13 12:57:53 +08:00
ArdaFu
9f5e87d574
[BSP] TM4C129X: Fix last commit error. Modify .icf IAR Link file, move block RTT_INIT_FUNC to flash region.
2018-05-13 12:12:09 +08:00
zhuangwei123
9a7caed323
[bsp/ls1cdev]添加自引导特性,添加配置选项
...
1、添加自引导特性,添加配置选项
2、修复cpuport.c的bug
3、修复ls1c_pin.c不能默认复用的bug
2018-05-12 19:33:32 +08:00
balanceTWK
e1f59e2d96
[bsp][stm32f429apollo] 移除CONSOLE_DEVICE宏定义以及相关的
2018-05-12 18:58:16 +08:00
liu2guang
1805a4d9c0
[BSP][RT1050] fix fire board xip issue. | 修复野火板子xip编译错误问题.
2018-05-12 05:33:04 +08:00
Tanek
f582b621d2
Merge pull request #1423 from qgyhd1234/scf
...
[修改]:修改HyperFlash启动文件
2018-05-11 22:26:27 +08:00
zylx
453b7a9f1d
[驱动]:添加野火1052 drv_eth.c 和phy.c 文件
2018-05-11 20:37:07 +08:00
zhuangwei123
ce6a918316
Merge remote-tracking branch 'upstream/master'
2018-05-11 14:45:16 +08:00
zhuangwei123
cba34bd4d1
[bsp/ls1cdev]drv_gpio add interrupt ops
2018-05-11 14:36:18 +08:00
zhuangwei123
1d80396781
[bsp/ls1cdev]更新README.md
2018-05-11 12:43:43 +08:00
zhuangwei123
6a1fee138c
[bsp/ls1cdev]
...
1、astyle格式化drv_uart代码
2、修改drv_uart.h头文件声明
2018-05-11 10:15:32 +08:00
zylx
060ba3e9d2
[修改]:修改HyperFlash启动文件
2018-05-11 09:15:54 +08:00
zhuangwei123
6725dfa598
[bsp/ls1cdev]
...
1、uart驱动重写,采用uart驱动框架
2、添加并修改勤为本ls1c_uart
3、开启main为用户程序入口,删除application.c和startup.c,并对初始化部分做相应调整更新。
4、开启dhcp
2018-05-10 22:20:37 +08:00
liu2guang
51f638ad63
[BSP][RT1050] improve sdio stability and speed. | 优化SDIO接口稳定性和速度.
...
1.格式化代码.
2.优化SDIO接口稳定性和速度: 将SDIO时钟树中分频数增大, 提高内部时钟的稳定性, 同时SDIO速度提高到30M. 并且通过USB拷贝12M MP3文件测试, 多次拷贝数据稳定.
2018-05-10 07:36:59 +08:00
Zhou Yanjie
95111d262f
Add uboot binary for RealBoard.
2018-05-09 00:44:41 -07:00
Tanek
c3ce528d9f
Merge pull request #1414 from liu2guang/master
...
[BSP][RT1050] Fix RT1050 PIN 125~127 reg addr error. | 修复PIN驱动125~127…
2018-05-09 10:02:23 +08:00
Tanek
72af51204b
Merge pull request #1415 from Guozhanxin/imx1052
...
添加了ATK和SeeedStudio RT-M7的lcd支持,更新了README文件,
2018-05-08 16:59:19 +08:00
Tanek
d60a6c438e
Merge pull request #1322 from heyuanjie87/imx1050
...
Imx1050
2018-05-08 16:30:14 +08:00
Bernard Xiong
a00cdcd750
Merge pull request #1411 from armink/fix_libc
...
Fix libc
2018-05-08 14:32:29 +08:00
guozhanxin
62b38ed179
[bsp][imxrt1052-evk] update README.md
...
1. 添加ShareBoard、正点原子、SeeedStudio开发板的下载方式
2. 更新了一下驱动支持
2018-05-08 13:13:23 +08:00
guozhanxin
6b9797e9a7
[bsp][imxrt1052-evk] add SeeedStudio RT-M7 lcd support
...
修改Kconfig文件支持SeeedStudio RT-M7的lcd屏幕
2018-05-08 10:56:37 +08:00
armink
3b8e3aa7e4
[bsp/stm32f20x] Open RTC device on stm32f20x.
2018-05-08 10:16:34 +08:00
liu2guang
cec2ee4cdc
Merge remote-tracking branch 'upstream/master'
2018-05-08 06:41:56 +08:00
liu2guang
dfe3d953d9
[BSP][RT1050] Fix RT1050 PIN 125~127 reg addr error. | 修复PIN驱动125~127引脚寄存器地址错误.
2018-05-08 02:29:00 +08:00
huangzhihua
5d4b8fa2b8
[bsp][imxrt1052]update ctors/dtors sections to fix link error with RT_USING_CPLUSPLUS
2018-05-07 21:55:00 +08:00
guozhanxin
c9b430a023
[bsp][imxrt1052-evk] add ATK lcd support
2018-05-07 19:43:25 +08:00
Bernard Xiong
25e709eefb
Update rtconfig.py
2018-05-06 15:07:04 +08:00
Bernard Xiong
58724b95d5
Update rtconfig.py
2018-05-06 09:31:44 +08:00
guozhanxin
67516b9dca
add Seeed Studio RT-M7 board support.|添加Seeed Studio RT-M7开发板支持
2018-05-05 19:59:59 +08:00
Tanek
391de3afe5
Merge pull request #1405 from Guozhanxin/imx1052
...
add ATK board support.
2018-05-05 16:37:34 +08:00
Bernard Xiong
cc27c84145
Update README.md
2018-05-04 20:48:59 +08:00
guozhanxin
179d1e9989
add ATK board support.
2018-05-04 20:13:20 +08:00
heyuanjie
8b371e6be0
修正数据大小导致assert
2018-05-04 18:29:36 +08:00
Tanek
8b3e676a11
Merge pull request #1396 from RCSN/master
...
适配shareboard。
2018-05-04 17:00:50 +08:00
unknown
4d1d5a36c7
适配shareboard。
...
1、menuconfig适配shareboard选项。
2、对应的bsp的scons脚本不需要更改。
2018-05-02 22:46:49 +08:00
liang yongxiang
418c9dfc80
[bsp][imxrt1052-evk] update README.md : add running log
2018-05-02 22:20:15 +08:00
liang yongxiang
50b84bb08e
[bsp][imxrt1052-evk] change sdio default speed to 25M
2018-05-02 22:17:58 +08:00
liang yongxiang
03ff8a29c5
[bsp][imxrt1052-evk] update enet driver: revert all change for fsl_enet.c
2018-05-02 22:17:14 +08:00
heyuanjie
672d6e39e9
刷新cache
2018-05-02 10:28:58 +08:00
heyuanjie
313920126b
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into imx1050
2018-05-02 09:47:57 +08:00
Bernard Xiong
795f9873cc
Update README.md
2018-04-30 09:28:45 +08:00
Bernard Xiong
2c72a855fd
Update README.md
2018-04-30 09:24:02 +08:00
liang yongxiang
a4b78ca093
[bsp][imxrt1052] add readme
2018-04-29 22:37:52 +08:00
Bernard Xiong
4e2c55ab6a
Update rtconfig.py
2018-04-28 17:29:37 +08:00
Bernard Xiong
5a2108ea67
Update rtconfig.py
2018-04-28 17:25:09 +08:00
zyh
ba6b5ab5a6
[Bsp][F7-Disco]fix startup by gcc
2018-04-27 15:48:28 +08:00
Bernard Xiong
4356db5b11
[BSP] Update module compiling parameters for QEMU.
2018-04-26 23:20:58 +08:00
Bernard Xiong
4113f6bcda
[BSP] Update rtconfig.py for module in QEMU.
2018-04-26 11:34:22 +08:00
Tanek
48e769c170
Merge pull request #1377 from balanceTWK/master
...
[BSP][imxrt1052] add baudrate options, Delete simulate i2c .
2018-04-26 10:05:17 +08:00
Bernard Xiong
a0c9862c41
[BSP] Update rtconfig.py for QEMU.
2018-04-26 09:11:37 +08:00
zyh
801c3fcef6
[Bsp][i.mx rt] SDIO Upper speed
2018-04-23 20:17:45 +08:00
zyh
b2db09adf0
[Bsp][i.mx rt]USB device support HS
2018-04-23 20:13:37 +08:00
balanceTWK
071c2d3f50
[BSP][imxrt1052] add baudrate options, Delete simulate i2c .
2018-04-23 08:37:42 +08:00
Bernard Xiong
d5da0601a7
Merge pull request #1375 from uestczyh222/master
...
Add USB driver to fire
2018-04-21 11:25:30 +08:00
Bernard Xiong
58c1d721f7
Merge pull request #1373 from heyuanjie87/master
...
[imx rt]mdk memcpy导致奇地址崩溃
2018-04-20 18:14:29 +08:00
zyh
f3a886bda0
Add USB driver to fire
2018-04-20 15:12:14 +08:00
ZYH
3a2bf4fcad
Merge pull request #1370 from SummerGGift/2018416
...
[bsp][stm32f10x] : unable to use microlib
2018-04-20 11:50:43 +08:00
zyh
39558535f2
[Bsp][Tina]Add spi driver
2018-04-20 11:48:04 +08:00
heyuanjie
99e6d7dfcd
[imx rt]mdk memcpy导致基地址崩溃
2018-04-20 11:41:37 +08:00
zyh
7cbeb251e4
[Bsp][Tina]Add SDIO Driver
2018-04-20 11:15:07 +08:00
zyh
75194461ea
[Bsp][Tina]Add mmc clock and dram gate
2018-04-20 11:04:07 +08:00
SummerGift
0de277a0c0
[bsp][stm32f10x] : unable to use microlib
2018-04-20 09:53:51 +08:00
Bernard Xiong
388e426758
Merge pull request #1365 from uestczyh222/master
...
[Bsp][stm32f4xx-HAL]剔除多余空行格式化
2018-04-18 13:52:25 +08:00
zyh
1d48f9ff4b
[Bsp][stm32f4xx-HAL]剔除多余空行格式化
2018-04-18 09:47:49 +08:00
ZYH
3b1f16a538
Merge pull request #1362 from uestczyh222/master
...
[Bsp][STM32F1xx-HAL]剔除多余空行格式化文件
2018-04-18 09:47:17 +08:00
zyh
a716028850
剔除多余空行格式化文件
2018-04-17 17:26:59 +08:00
wbhb1234
757c56e6bf
Add drv_hwtimer
2018-04-17 14:13:13 +08:00
ZYH
32f393ffcb
Merge pull request #1358 from qgyhd1234/fix_stm32f4xx
...
[BSP][stm32f40x] Add components init.
2018-04-14 17:02:21 +08:00
zylx
182f2cab95
[BSP][imxrt1052-evk] fix rt_i2c_transfer bug.
2018-04-13 19:50:55 +08:00
liu2guang
f9e58990ef
[BSP][RT1050] fix rt1050 bsp bug and update code. | 修复RT1050 BSP bug并更新代码.
...
修复以下问题:
1. 修复当配置BSP为野火开发板时, 编译无法通过问题.。
2. 修复ft5406驱动挂载i2c总线到i2c1 bus。
3. 修复spibus时钟分频数错误,并修复所有spi bus都关闭时编译警告。
更新代码:
1. 移除rtgui相关初始化代码.。
2. 导出lcd相关配置参数:HSW/HFP/HBP/VSW/VFP/VBP/Backlight pin/Reset pin/width pixel/height pixel。
3. 当配置BSP为野火板子时, 默认添加sdio驱动。
2018-04-13 10:40:53 +08:00
zylx
5379c20879
[BSP][stm32f40x] Fix mdk4/mdk5 project build error.
2018-04-12 10:10:46 +08:00
zylx
3797867888
[BSP][STM32F40X] Fix components init.
2018-04-12 10:09:23 +08:00
zylx
27ff16a86f
[BSP][stm32f40x] Add components init.
2018-04-11 18:11:14 +08:00
ZYH
c7183603e3
Merge pull request #1352 from balanceTWK/master
...
[BSP][imxrt1052] update rtconfig.h Kconfig
2018-04-10 10:45:43 +08:00
balanceTWK
4b086cfff9
[BSP][imxrt1052] update rtconfig.h Kconfig
2018-04-09 18:58:03 +08:00
Bernard Xiong
10a4de16f7
Merge pull request #1350 from TanekLiang/gd32
...
[bsp][gd32450z-eval] Update project building error because of GUI eng…
2018-04-09 13:55:18 +08:00
Bernard Xiong
962a9b012c
Merge pull request #1346 from TanekLiang/imxrt-eth-fixed
...
[bsp][imxrt1052-evk] update eth driver
2018-04-09 13:54:45 +08:00
liang yongxiang
48058683ff
[bsp][gd32450z-eval] Update project building error because of GUI engine moved to package.
2018-04-09 12:03:42 +08:00
liang yongxiang
ae1536b2a0
[bsp][imxrt1052-evk] update eth driver
...
- fixed eth send frame bug
- code clean
2018-04-08 18:05:58 +08:00
Bernard Xiong
ac6302db30
Merge pull request #1344 from aozima/pulls
...
update scons script: strict SrcRemove() match rule.
2018-04-08 10:51:03 +08:00
aozima
1ff8d7339b
[bsp] [sam7x]: fix SConscript spelling error.
2018-04-08 10:24:06 +08:00
liang yongxiang
cd39c2525a
[bsp] support get compiler path by environment variables for IAR
2018-04-07 15:43:45 +08:00
Tanek
1d878887c0
Merge pull request #1340 from balanceTWK/master
...
[bsp][imxrt1052] add hardware i2c
2018-04-06 14:11:37 +08:00
balanceTWK
6d63451e38
[bsp][imxrt1052] add hardware i2c
2018-04-06 13:58:11 +08:00
liang yongxiang
5fd9bd67a8
[bsp][imxrt1052] support auto update flash programming algorithm for wildfire board
2018-04-05 18:49:14 +08:00
Bernard Xiong
f06f50f4ba
Merge pull request #1336 from TanekLiang/cache
...
[bsp][imxrt1052] add cache interface support
2018-04-05 07:42:40 +08:00
liang yongxiang
327a6b6ff1
[bsp][imxrt1052] add cache interface support
2018-04-04 09:43:13 +08:00
liang yongxiang
aaf574f6fd
[bsp][v2m-mps2] update project to remove mpython package default
2018-04-03 11:40:11 +08:00
heyuanjie
aa86f7f7bb
修正iis驱动
2018-04-01 17:49:39 +08:00
liu2guang
0bbb349145
[BSP][RT1050] Optimized spi bus driver. | 优化spi驱动.
...
1. menuconfig中导出spi总线IO选择配置.
2. menuconfig中导出spi总线时钟源配置.
3. 限制spibus总线速度最大为40MHz.
2018-03-31 20:25:13 +08:00
liu2guang
9826f07dfa
[BSP] add spi bus driver. | 添加spi总线驱动.
2018-03-30 13:18:40 +08:00
balanceTWK
144bfdbd18
[BSP][i.mxrt1052] fix uart
2018-03-29 18:19:40 +08:00
xx
38fc71608d
tab转空格
2018-03-29 17:35:37 +08:00
Tanek
75a2fe4d49
Merge pull request #1328 from SummerGGift/2018329
...
[bsp][imxrt1052-evk]: fix parameter type incompatible error
2018-03-29 16:46:34 +08:00
xx
4e077447f9
还原脚本文件
2018-03-29 15:40:10 +08:00
xx
d98c4ad116
[imx rt1050]修改sai edma驱动
2018-03-29 15:39:31 +08:00
Bernard Xiong
2e256db6ab
Merge pull request #1326 from TanekLiang/imxrt-gcc-fixed
...
[bps][imxrt1052] fixed gcc output bin file error
2018-03-29 14:44:11 +08:00
ZYH
db081c517f
[Bsp][STM32f4xx-HAL]fix pin index
2018-03-29 11:44:20 +08:00
Bernard Xiong
15ffe88466
Merge pull request #1324 from Bluebear233/nuc472
...
[BSP]NUC472
2018-03-29 10:50:20 +08:00
Bernard Xiong
a18275c219
Merge pull request #1325 from SummerGGift/2018328
...
[bsp] Add pin equipment for stm32f429-apollo
2018-03-29 10:34:18 +08:00
SummerGift
739bc6a259
[bsp][imxrt1052-evk]: fix parameter type incompatible error
2018-03-29 10:24:44 +08:00
liang yongxiang
852714c1c2
[bps][imxrt1052] fixed gcc output bin file error
2018-03-28 19:50:06 +08:00
SummerGift
f596c5ad88
[bsp] Add pin equipment for stm32f429-apollo
2018-03-28 15:17:30 +08:00
lzp
342f883acb
[BSP]NUC472
...
1.增加MDK4工程
2.修复GCC的链接文件 栈内存与动态内存地址重复
3.修复EMAC驱动宏错误
2018-03-28 14:40:05 +08:00
xx
e0314e637e
添加iis驱动
2018-03-28 12:33:26 +08:00
xx
5e477ae0ac
[imx-rt]在回调函数执行后才清除本次传输信息
2018-03-28 12:27:04 +08:00
ZYH
26119affdf
Merge remote-tracking branch 'upstream/master'
2018-03-28 10:10:39 +08:00
ZYH
e04c3cecc8
修改默认工程与menuconfig同步
2018-03-28 10:10:31 +08:00
liuguang
045500ce2c
[BSP] add fire board support and optimize bsp.|添加野火开发板支持并优化bsp.
...
1. 添加env menuconfig可以选择nxp官方或者野火开发板.
2. 修改drv_hp_rtc名称为drv_rtc.
2018-03-27 19:54:57 +08:00
Bernard Xiong
0d2b660f2b
Merge pull request #1315 from TanekLiang/v2m-update-pin
...
[bsp][v2m-mps2] add pin device support and update project files
2018-03-26 10:15:05 +08:00
Bernard Xiong
43e7785074
Merge pull request #1316 from sundm75/sundm75
...
[bsp][ls1c] fix ls1c issue
2018-03-26 10:13:59 +08:00
liang yongxiang
d43e20676f
[bsp][v2m-mps2] add pin device support and update project files
2018-03-25 23:38:29 +08:00
liuguang
f4b8cc4c66
Merge remote-tracking branch 'upstream/master'
2018-03-23 10:39:04 +08:00
ZYH
b30bd6b793
Merge pull request #1311 from uestczyh222/master
...
[Bsp][Drivers]Add a int endpoint
2018-03-23 10:16:22 +08:00
ZYH
1fd31983a3
[Bsp][Drivers]Add a int endpoint
2018-03-23 10:15:44 +08:00
ZYH
f88f467088
Merge pull request #1309 from uestczyh222/master
...
[Bsp][i.mxrt]Add USB Drivers support HS
2018-03-23 10:14:48 +08:00
liuguang
144e63eae2
[BSP] delete rtc driver error message. | 删除RTC驱动的错误信息.
2018-03-23 09:54:12 +08:00
ZYH
45c9b8c19a
Merge remote-tracking branch 'upstream/master'
2018-03-23 09:37:04 +08:00
ZYH
5713db3fb9
[Bsp][i.mxrt]Add USB Drivers support HS
2018-03-23 09:36:54 +08:00
liang yongxiang
9b3b6989fa
[bsp][v2m-mps2] fix "scons --target=mdk5" error
2018-03-21 10:08:03 +08:00
liuguang
60f17b69f6
[BSP] fix pin drive bug and add interrupt mode. | 修复PIN驱动BUG并添加中断模式.
...
更新如下:
1. 修复GPIO5_0~2管脚复用调用错误(错误情况会影响SDRAM正常工作)。
2. 添加中断模式,支持上升沿、下降沿、双边沿、高电平、低电平触发中断模式。
3. 移除C99特性。
2018-03-20 10:37:10 +08:00
Bernard Xiong
85d3c98309
Merge pull request #1299 from ArdaFu/master
...
[components][mini-libc] Add missing C99 definition
2018-03-19 19:49:06 +08:00
Tanek
1c318bafb7
Merge pull request #1301 from balanceTWK/master
...
[BSP] add other uart|添加其他串口
2018-03-19 19:35:07 +08:00
ArdaFu
f8bdaff905
[bsp][tm4x129x] Remove int/uint_fast8/16/32_t definition in BSP driver library's Sconscript. These definitions move to minilibc/stdint.h.
2018-03-19 15:23:24 +08:00
balanceTWK
761c0a27c5
[BSP] add other uart|添加其他串口
2018-03-19 14:55:54 +08:00
sundm75
d507382bbf
[bsp][ls1c] delete msd driver, use SD/TF card driver with spi in components
2018-03-18 20:33:57 +08:00
balanceTWK
1a24c9a29f
[bsp]add other uart | 添加其他串口支持
2018-03-18 15:56:15 +08:00
balanceTWK
1918d14a13
drv_uart
2018-03-18 15:16:58 +08:00
balanceTWK
1257e5d38a
del usart.c usart.h
2018-03-18 15:03:28 +08:00
balanceTWK
0cbd9dc8bf
add drv_uart.c drv_uart.h
2018-03-18 15:01:32 +08:00
sundm75
61d1df1268
[bsp][ls1c] modify file format
2018-03-18 08:48:15 +08:00
liang yongxiang
5c0345e2f8
[bsp][lpc824] fixed error: incomplete type is not allowed
2018-03-18 00:46:10 +08:00
sundm75
449f960c48
[bsp][ls1c] update config
2018-03-17 19:15:47 +08:00
sundm75
b102410ece
[bsp][ls1c] modify "RT_USING_UART" to "RT_USING_SERIAL"
2018-03-17 19:08:24 +08:00
sundm75
64829a07ba
[bsp][ls1c] add the condition for use touch
2018-03-17 19:06:43 +08:00
sundm75
af743afb01
[bsp][ls1c] add ls1c_hw_i2c_init
2018-03-17 19:04:23 +08:00
sundm75
4a8076e4b8
[bsp][ls1c] add ls1c_hw_spi_init
2018-03-17 19:03:50 +08:00
sundm75
4495e1c2a1
[bsp][ls1c] add rtgui_lcd_init
2018-03-17 19:02:27 +08:00
sundm75
0192ae2128
[bsp][ls1c]change RT_USING_UART to RT_USING_SERIAL;remove some device init
2018-03-17 18:59:50 +08:00
sundm75
05aea0f8cb
[bsp][ls1c]remove rt_components_init
2018-03-17 18:57:09 +08:00
liuguang
0dd4854dc7
[BSP] fix uart driver bug. | 修复串口驱动BUG.
2018-03-16 17:22:55 +08:00
liuguang
5a2df50edd
[BSP] add rt1050 hp rtc driver.| 添加RT1050 高功耗RTC驱动.
2018-03-16 17:03:20 +08:00
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
孙冬梅
6e987b2350
Merge pull request #2 from RT-Thread/master
...
update form origin
2018-03-10 18:33:45 +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
ZYH
ccf15490c9
[Bsp][Tina]Fix uart bug
2018-02-19 15:31:28 +08:00
ZYH
76a0cc9b58
Merge pull request #1222 from uestczyh222/master
...
[Bsp][tina]fix linux env error
2018-02-12 11:17:34 +08:00
uestczyh222
b158847219
[Bsp][tina]fix linux env error
2018-02-12 11:16:40 +08:00
ZYH
915ba043af
Update README.md
2018-02-11 14:21:02 +08:00
Bernard Xiong
a30a52d78d
Merge pull request #1219 from uestczyh222/master
...
[Bsp]增强F10x_HAL的GPIO中断逻辑
2018-02-09 17:21:29 +08:00
uestczyh222
3ea5cd0bdb
[Bsp]增强F10x_HAL的GPIO中断逻辑
2018-02-09 17:03:41 +08:00
Bernard Xiong
8e8fba798d
Merge pull request #1217 from uestczyh222/master
...
[BSP][tina] New bsp for allwinner tina
2018-02-09 16:49:02 +08:00
uestczyh222
9bf2a755e0
[Bsp][New BSP]New bsp for allwinner tina
2018-02-09 15:20:38 +08:00
孙冬梅
351f15be4b
Rename Ls1c_can.h to ls1c_can.h
2018-02-09 13:06:39 +08:00
孙冬梅
b4dc4fad21
Rename Ls1c_can.c to ls1c_can.c
2018-02-09 13:06:10 +08:00
sundm75
d78c3198b2
[BSP][ls1c]Fix drv_can.c: No such file or directory(ls1c_can.h)
2018-02-09 12:30:45 +08:00
sundm75
f9ffb4c840
[BSP][ls1c]Fix drv_can.c: No such file or directory(Drv_can.h)
2018-02-09 10:45:53 +08:00
sundm75
8c38597cdc
[BSP][ls1c]Modify kconfig RTT_DIR
2018-02-09 10:02:25 +08:00
sundm75
d8b85925e7
[BSP][ls1c]Add kconfig.
2018-02-09 09:25:20 +08:00
sundm75
b473c629e9
[BSP][ls1c]Mount sdcard in init_thread.
2018-02-09 09:23:49 +08:00
sundm75
5e102eeea9
[BSP][ls1c]Add some code in board init.
2018-02-09 09:22:25 +08:00
sundm75
c121d823fd
[BSP][ls1c]Fixed some bugs of ls1c lib.
2018-02-09 09:21:02 +08:00
sundm75
d08ce950e5
[BSP][ls1c]Add can driver and lib
2018-02-09 09:19:32 +08:00
LiuJX
24fb0a3656
1. 修改gpio中断没有清标志位的问题
2018-02-08 23:54:55 +08:00
aozima
cd74a4be47
[drivers] move tf/sd card driver to spi/spi/spi_msd.c, and update Kconfig script.
2018-02-07 10:28:30 +08:00
aozima
19433e0cf5
update SConscript: support scons 3.
2018-02-06 20:07:28 +08:00
ZYH
0979e30caa
Merge pull request #1202 from xeonxu/fix_gcc
...
Fixed #1187 running issue while using firmware compiled by gcc.
2018-02-02 21:18:03 +08:00
tanek liang
9faa6b1d7a
[bsp] fix uart driver bug
2018-02-02 10:39:40 +08:00
Noe Xu
37660ac515
Fixed #1187 running issue while using firmware compiled by gcc.
2018-02-01 14:41:45 +08:00
Bernard Xiong
f50a5e94b0
[BSP] Update qemu script
2018-01-23 11:16:59 +08:00
yangfasheng
0415298ceb
更新替换 SDL;
2018-01-19 13:38:43 +08:00
MurphyZhao
d9b440f90c
[bsp] update imxrt1052 iar project
...
1 update lwip default version to 2.02
2 remove iar project `_TIMESPEC_DEFINED` define
3 remove iar project `_DLIB_THREAD_SUPPORT` define
2018-01-17 19:47:32 +08:00
liu2guang
7b8a78360f
[Bsp] add sdcard drive | 添加sd卡驱动
2018-01-16 18:05:16 +08:00
sundm75
b08ff9eee2
[bsp] Add SmartloongV3 display,touch,msd, hw_i2c driver
2018-01-15 14:56:48 +08:00
sundm75
123af35c94
删除上次提交
2018-01-15 14:33:29 +08:00
sundm75
0cb2e880b9
修改touch
2018-01-15 05:27:39 +08:00
sundm75
37aa65db48
[bsp] Add display,sd,touch,hw_i2c driver
2018-01-14 19:47:49 +08:00
MurphyZhao
472491e7ca
Fix IAR Version Problem
...
[bsp/lpc54608-LPCXpresso/applications/SConscript]
[bsp/imxrt1052-evk/applications/SConscript]
2018-01-10 15:10:02 +08:00
MurphyZhao
c258ca794d
Fix-IAR-Version-Problem
...
[dlib/sys/time.h] Fix iar version problem
[bsp/stm32f429-apollo/applications/SConscript] Remove CPPDEFINES
2018-01-10 10:55:59 +08:00
BernardXiong
9a9a0e9082
[BSP] Add sd.bin in command
2018-01-02 15:16:12 +08:00
BernardXiong
0266ebce5b
[BSP] Update xplorer4330 bsp.
2017-12-31 23:01:21 +08:00
BernardXiong
f6b49e7318
[BSP] Update to IRAM2 in frdm-k64f
2017-12-31 23:00:39 +08:00
Bernard Xiong
0f3563fd64
[BSP] Update project files
2017-12-31 21:45:32 +08:00
Bernard Xiong
68a5e7d5a3
[BSP] Update building script
2017-12-31 21:40:20 +08:00
Bernard Xiong
e8a6da95d4
Merge pull request #1152 from Bluebear233/nuvoton
...
[BSP]NUC472 增加网络驱动
2017-12-31 21:21:25 +08:00
Bernard Xiong
28e925c931
[BSP] fix the compiling issue
2017-12-31 21:19:52 +08:00
bluebear233
bf6726aeec
[BSP]NUC472 增加网络驱动
2017-12-31 20:28:34 +08:00
Bernard Xiong
8a923193ab
Merge pull request #1151 from enkiller/development
...
[bsp] Add keyboard and mouse driver for qemu-vexpress-a9
2017-12-31 16:41:44 +08:00
tangyuxin
e36a989f25
[bsp]qemu-vexpress-a9添加鼠标键盘驱动
2017-12-31 16:22:43 +08:00
bernard
7c3d6fbbda
[BSP] fix the option of EMAC file in SConscript.
2017-12-30 14:46:02 +08:00
tangyuxin
1f25504c0b
[bsp]修复qemu-vexpress-a9 SD卡不能多块读写的BUG
2017-12-30 12:56:46 +08:00
Bernard Xiong
31b163c8fa
Merge pull request #1139 from polariss/master
...
[BSP] Add stm32h743-nucleo evaluation board transplantation project
2017-12-29 15:34:12 +08:00
polariss
a194d4f8f2
Delate unused files of bsp/stm32h743-nucleo/Libraries
2017-12-29 11:22:27 +08:00
uestczyh222
0779b00905
[BSP][STM32F4xx-HAL]Update clock tree
...
修正84M主频下48M时钟的产生错误
修正没有对部分芯片需要单独配置48M时源(RCC_PERIPHCLK_CLK48)
增加芯片存在非通用时钟树配置时产生编译警告
严正警告。F4工作在100M主频下(F411等)无法正确产生48M时钟,此时请另行配置时钟或降频至84M使用。自动配置的时钟将导致芯片无法启动。(只要是不能产生48M时钟的HCLK配置均不能使用该BSP内的自动时钟配置,芯片最大主频中只有100M无法使用)
2017-12-29 06:05:42 +08:00
Bernard Xiong
b5054b31cf
Merge pull request #1140 from BernardXiong/master
...
[Kernel] fix the object container initialization issue
2017-12-25 20:57:59 +08:00
Bernard Xiong
c90573197a
Merge pull request #1137 from SummerGGift/upfate_fh8620
...
[bsp] : modify some rt_inline function to adapt the new compiler
2017-12-25 19:06:25 +08:00
polariss
718484bc3d
[BSP] Add stm32h743-nucleo evaluation board transplantation project
2017-12-25 16:51:34 +08:00
SummerGift
862708828e
[bsp] : optimize code format
2017-12-25 15:59:56 +08:00
SummerGift
9971072bdc
[bsp] : modify some rt_inline function to adapt the new compiler
2017-12-25 15:55:53 +08:00
Bernard Xiong
c9a505be37
[BSP] fix the compiling issue in AT91SAM9260
2017-12-24 10:21:33 +08:00
Bernard Xiong
d31e90a8e3
[BSP] Add network nic command in Linux for vexpress-a9 bsp
2017-12-24 00:06:29 +08:00
Bernard Xiong
a5664695d3
[BSP] fix compiling warning in QEMU vexpress-a9
2017-12-24 00:06:29 +08:00
aozima
7cd6cec84a
[BSP] update stm32107/stm32407 Ethernet driver: support multicast filter.
2017-12-19 20:54:29 +08:00
bluebear233
f3d8aea1f9
[BSP]增加NUC472
2017-12-17 12:08:31 +08:00
bernard
7c2bcdd3de
[BSP] update SDL to SDL2 in simulator.
2017-12-16 00:05:23 +08:00
Bernard Xiong
a4776edb5f
Merge pull request #1114 from TanekLiang/imxrt_lcd_update
...
[bsp] remove unused file from project
2017-12-15 23:46:25 +08:00
Bernard Xiong
a00c6a5b8d
Merge pull request #1113 from uestczyh222/master
...
[BSP][STM32F4xx-HAL][USB HOST]Add USB host drivers and rename device …
2017-12-15 23:45:31 +08:00
tanek liang
6eeb2d8b94
[bsp] remove unused file from project
2017-12-15 21:41:33 +08:00
uestczyh222
03a69276e4
[BSP][STM32F4xx-HAL][USB HOST]Add USB host drivers and rename device drivers
2017-12-15 17:52:31 +08:00
tangyuxin
c3fc52627f
[bsp]imxrt1052-evk 支持scons编译C++代码
2017-12-15 17:32:10 +08:00
tanek liang
916e64cdcc
[bsp] update project for LCD driver, and use CMSIS-DAP as default
2017-12-15 16:31:44 +08:00
tanek liang
59ea0e16be
[bsp] add LCD and touch driver, and update configuration
2017-12-15 16:31:44 +08:00
tanek liang
f1c6dc1a4d
[bsp] update Ethernet PHY configuration
2017-12-15 16:31:42 +08:00
Bernard Xiong
50ffc11704
[BSP] Add board type in imxrt1052-evk bsp
2017-12-15 14:41:03 +08:00
bernard
f0dce37543
[BSP] Update simulator bsp for MSVC.
2017-12-14 10:16:31 +08:00
bernard
fdc4fee036
Update .gitignore file.
2017-12-14 09:58:40 +08:00
bernard
eb1daff7d4
[BSP] Fix the simulator build for Win32.
2017-12-13 20:38:56 +08:00
Bernard Xiong
6962bd1f1e
Merge pull request #1101 from BernardXiong/master
...
[Kernel] Use rt_object_get_information to get object chain
2017-12-13 14:14:40 +08:00
Bernard Xiong
37b8532216
[BSP] update config to remove wlan in x1000 bsp
2017-12-13 12:51:46 +08:00
SummerGift
124d2e1790
[BSP]:add stm32f429_flash.sct for stm32f429-apollo bsp
2017-12-13 09:40:00 +08:00
SummerGift
6584c70353
fix eth init error
2017-12-13 09:39:12 +08:00
uestczyh222
dcb0f280b4
[BSP][fix and update]STM32F4xx-HAL fix an error
...
[1]修复了当选择含有CCMRAM的F4系列MCU时造成的heap初始化错误
2017-12-12 10:54:28 +08:00
Bernard Xiong
a3d96ed555
Use rt_object_get_information to get object chain
2017-12-12 07:38:02 +08:00
Bernard Xiong
7515fb9d83
[lwIP] merge net/Kconfig
2017-12-11 19:16:23 +08:00
Bernard Xiong
3f6f872ceb
Merge pull request #1096 from TanekLiang/imxrt
...
[bsp] fix scons +(mdk/iar) build error and clean code
2017-12-11 14:00:31 +08:00
tanek liang
c32093482e
[bsp] clean code
2017-12-11 13:03:26 +08:00
tanek liang
8278e3b344
[bsp] update linker file configuration
2017-12-11 12:57:16 +08:00
Bernard Xiong
616ce9f151
[BSP] remove finsh_system_init declaration in lpc824
2017-12-10 10:33:46 +08:00
Bernard Xiong
f9b3b24401
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2017-12-10 10:29:56 +08:00
bernard
0c075a5b2c
[BSP] Add WIFI_USING_AP6212 option for X1000
2017-12-09 19:11:58 +08:00
Bernard Xiong
870c1fd15c
Merge pull request #1090 from TanekLiang/imxrt_fix
...
[bsp] fix uart bug and use linker scritp symbol fo heap
2017-12-09 12:01:14 +08:00
tanek liang
3b44eac542
[bsp] replace magic number as link script symbol
2017-12-09 11:24:16 +08:00
tanek liang
75ecc46739
[bsp] fixed uart overrun bugs
2017-12-09 11:12:46 +08:00
Bernard Xiong
5e8fde8617
[BSP] rename stm32f429_armfly to stm32f429-armfly
2017-12-09 10:20:46 +08:00
tanek liang
a1f6c4ccf3
[bsp] add missing files for debugger
2017-12-08 17:24:22 +08:00
tanek liang
bc3ef4d9bc
[bsp] sram heap rename
2017-12-08 17:21:38 +08:00
Bernard Xiong
b0bff83669
Merge pull request #1085 from BernardXiong/master
...
[BSP] fix the finsh_system_init issue in BSP
2017-12-08 13:02:07 +08:00
Bernard Xiong
f74cde045b
[BSP] fix the finsh_system_init issue in BSP
2017-12-08 11:57:22 +08:00
Bernard Xiong
4ad621075b
Merge pull request #1084 from enkiller/master
...
[bsp]54608更新GUI引擎宏定义
2017-12-07 20:35:49 +08:00
tangyuxin
ded66869c6
[bsp]54608更新GUI引擎宏定义
2017-12-07 19:09:23 +08:00
tanek liang
5fe9bcd176
[bsp] Delete duplicate code
2017-12-07 15:06:33 +08:00
tanek liang
7631dba4c7
[bsp] remove unused files
2017-12-07 13:43:58 +08:00
tanek liang
f79bd13d5d
[bsp] add memory dump function
2017-12-07 13:42:45 +08:00
tanek liang
010891fcd1
[bsp] add link info dump and update SDCard mount
2017-12-07 13:41:05 +08:00
tanek liang
da30f0fae2
[bsp] update MDK and IAR project
2017-12-07 13:38:51 +08:00
tanek liang
f88e1268be
[bsp] support using debuger download, runing after reboot
2017-12-07 13:36:52 +08:00
tanek liang
68f13f5d92
[bsp] add sdram driver
2017-12-07 13:26:23 +08:00
tanek liang
6a88e5b20e
[bsp]clean code
2017-12-07 13:15:52 +08:00
tanek liang
5fd89e4461
[bsp] update eth driver: fix phy init never timeout bug
2017-12-07 13:14:41 +08:00
Bernard Xiong
37c6eac27b
[BSP] Update qemu nographic script
2017-12-05 20:17:55 +08:00
lin
2706bccbdd
[BSP]Add more drivers and fix some problem
2017-12-04 18:52:02 +08:00
parai
d0f7ec73b9
better use gcc to link instead of g++
...
on ubuntu, use g++ will add a additional linkflag "-lstdc++" and this will result link failed.
2017-12-04 14:35:18 +08:00
bernard
89af35b0c3
[BSP] Add qemu-nographic script
2017-12-02 16:37:50 +08:00
bernard
9463fd9ae8
[BSP] Add '-nostartfiles' to link flags.
2017-12-02 10:53:42 +08:00
bernard
ae7237dc53
[BSP] Fix the WIN32 compiling issue.
...
rename _errno to __rt_errno for conflict in WIN32.
2017-11-30 23:56:52 +08:00
Bernard Xiong
1e55105b1d
Merge pull request #1065 from BernardXiong/master
...
[libc] Add mmap API.
2017-11-30 21:19:18 +08:00
bernard
98786df5cc
[BSP] Update configuration of qemu-vexpress
2017-11-30 21:18:55 +08:00
Bernard Xiong
c1f78f0468
Merge pull request #1063 from kuangdazzidd/dev_mini2440_sdio
...
[BSP] add csd support for mini2440 sdio driver.
2017-11-30 21:18:07 +08:00
kuangdazzidd
c3e2f6a568
add csd support for mini2440 sdio driver.
2017-11-30 20:41:45 +08:00
Bernard Xiong
7bc87e4ae8
[Kconfig] Rename all of KConfig files to 'Kconfig'
2017-11-30 20:12:53 +08:00
bernard
c8932cda2b
[BSP] Add SDIO/EMAC drivers for VExpress A9 bsp
2017-11-30 16:33:16 +08:00
tanek liang
50de6eedf5
[bsp] fix lpc54608 printf bug
2017-11-29 18:35:13 +08:00
MiraculousConch
596d9b427b
[BSP]mv stm32f10x_HAL to stm32f10x-HAL
2017-11-29 13:44:59 +08:00
tanek liang
f37df10a63
[bsp] update stm32f429 bsp
...
- enable SPI/SPI Flash/SDIO/SDCARD default
- update mount file system code
- enable C99 for MDK4 template
- update all project file
2017-11-28 22:01:02 +08:00
gaoxiang
4d7434f9d3
添加直接可以打开的MDK工程文件
2017-11-27 17:36:41 +08:00