Commit Graph

2329 Commits

Author SHA1 Message Date
xuzhuoyi f9a809fd39 [bsp][stm32f429-disco] Add LCD/touch/i2c to Kconfig 2018-10-04 15:45:13 +08:00
xuzhuoyi 61bca24ce6 [bsp][stm32f429-disco] Change touch exec from hard timer to thread 2018-10-03 19:47:34 +08:00
xuzhuoyi 18e0e0fcdd [bsp][stm32f429-disco] Open touchscreen device when board init finished 2018-10-03 18:49:48 +08:00
xuzhuoyi 8ed3e82e22 [bsp][stm32f429-disco] register touch device to RT-Thread 2018-10-03 16:50:04 +08:00
xuzhuoyi b5bb1f5785 [bsp][stm32f429-disco] Add touchscreen support 2018-10-03 15:20:09 +08:00
xuzhuoyi a0c848b0e7 [bsp][stm32f429-disco] Add i2c support 2018-10-03 00:00:47 +08:00
xuzhuoyi 1ca25164fc [bsp][stm32f429-disco] Fix missing of info->framebuffer 2018-10-02 22:12:53 +08:00
Bernard Xiong d9dcfb13d0
Merge pull request #1858 from Guozhanxin/master
更新 HIFIVE1 bsp
2018-09-30 20:52:09 +08:00
guozhanxin dcbad84470 [bsp][hifive1]更新 README,添加编译及下载运行方法 2018-09-30 18:07:57 +08:00
guozhanxin 23e92786f3 [bsp] hifive1 update: default select debug mode and update debug flags 2018-09-30 18:07:07 +08:00
xuzhuoyi ffd38a57c3 [bsp][stm32f4xx-hal] Fix compile failure when using ARM Compiler V6.10.1 2018-09-30 14:53:55 +08:00
guozhanxin f58da45090 [bsp][hifive1] add Makefile file 2018-09-30 10:33:34 +08:00
Wu Han 64c9eaa7dc Add I2C1 in Kconfig 2018-09-29 18:58:15 +08:00
Wu Han 52fa0189ad Add I2C bus driver for stm32f10x 2018-09-29 16:11:31 +08:00
guozhanxin 99b632915f [bsp][stm32f4xx-HAL] update PWM driver
1. Fixed the overflow error of intermediate value
2. Fixed the error that counter register is not cleared
3. Add macro control for each channel
2018-09-26 18:23:36 +08:00
SASANO Takayoshi 829ea925fc To avoid 'unknown type name' error, replace uint8_t and uint16_t to
rt_uint8_t and rt_uint16_t respectively.
2018-09-24 08:14:36 +09:00
Bernard Xiong b9e7cf7fa3 [BSP] Enable memory pool for i.MXRT1050-EVK. 2018-09-22 22:22:18 +08:00
Bernard Xiong 8293138408 [BSP] Update building script for gcc in i.MXRT/i.MXRT1050-EVK 2018-09-22 11:57:48 +08:00
Bernard Xiong 1f8836c1db [BSP] Update project file for i.MXRT/i.MXRT1050-EVK. 2018-09-22 11:37:32 +08:00
lin 05cc8415ad [BSP]Add sct and fix some drivers bug 2018-09-21 16:11:56 +08:00
Bernard Xiong b611f317fe
Merge pull request #1830 from RT-Thread/bsp_imxrt
Add standalone i.MXRT BSP for EVK.
2018-09-21 13:20:21 +08:00
Bernard Xiong 9d538371e6 [BSP] Add i.MXRT libraires. 2018-09-20 23:18:14 +08:00
Bernard Xiong 00d7d6f537 [BSP] Add standalone i.MXRT 1050 EVK BSP. 2018-09-20 23:10:27 +08:00
Bernard Xiong 87fcdf96bc [BSP] Add CMSIS files for i.MXRT 2018-09-20 23:08:32 +08:00
nongxiaoming 2edb385d27 [bsp][stm32f40x] Fix the bug of gpio driver. 2018-09-20 15:24:45 +08:00
Bernard Xiong 6806c0fa4b
Merge pull request #1826 from armink/fix_qemu
[bsp][qemu-vexpress-a9] Enable the software simulation RTC device
2018-09-20 09:22:52 +08:00
lida 31c0617942 [bsp][stm32f40x] add file .config rtconfig.h 2018-09-19 11:31:35 +08:00
armink 7ff50a39ed [bsp][qemu-vexpress-a9] Enable the software simulation RTC device options. 2018-09-19 11:30:39 +08:00
lida 786b296a8e [bsp][stm32f40x]add main.c to file applications ,delete application.c and startup.c 2018-09-18 15:11:57 +08:00
Bernard Xiong 3fce70d804
Merge pull request #1815 from xuzhuoyi/stm32f429-disco
Add LCD and guiengine support for stm32f429-disco
2018-09-17 14:24:02 +08:00
liruncong f977b2a955 修改重新menuconfig后编译失败问题 2018-09-16 09:19:45 +08:00
xuzhuoyi 65fff5b4b2 [bsp][stm32f429-disco] Fix The Travis CI building failure 2018-09-15 16:22:54 +08:00
xuzhuoyi d5c7a63800 [bsp][stm32f429-disco] Modify readme.md 2018-09-15 14:28:09 +08:00
Bernard Xiong 8b161fad6d
Merge pull request #1794 from AubrCool/fix-bxcan.fif1.filter.error
[bsp] stm32f10x correct fifo1 alloc error
2018-09-15 13:14:37 +08:00
Aubr.Cool a53e5c73f1
stm32f10x bxcan
bxcan fix align
2018-09-15 08:37:38 +08:00
xuzhuoyi efe00652c1 [bsp][stm32f429-disco] Change to use rt_components_init() 2018-09-14 20:30:09 +08:00
xuzhuoyi 68c5cc39c3 [bsp][stm32f429-disco] Add guiengine support 2018-09-13 21:35:52 +08:00
xuzhuoyi fd7af6a150 [bsp][stm32f429-disco] Add SPI Error Handler 2018-09-13 19:13:00 +08:00
xuzhuoyi e58bc98ff0 [bsp][stm32f429-disco] Add LCD support 2018-09-13 18:44:51 +08:00
Bernard Xiong e0c003deb5
Merge pull request #1793 from liruncong/am335x
修正bsp\beaglebone重新menuconfig未增加任何配置项时编译失败问题. 并增加C++编译支持
2018-09-12 15:02:59 +08:00
Aubr.Cool 771d958e6f [bsp] stm32f10x correct fifo1 alloc error 2018-09-11 15:15:25 +08:00
Bernard Xiong 84a2ca3421
Update rtconfig.py 2018-09-11 08:34:04 +08:00
Bernard Xiong 5014a5ed6e
Update rtconfig.py 2018-09-11 08:32:32 +08:00
liruncong 2cf705d6c7 am335x改动:
1. SConstruct中增加对C++支持
2. 重新menuconfig. 删除application.c/startup.c,增加main.c. 以便通过编译
2018-09-10 20:25:09 +08:00
Bernard Xiong 63178eb1d6
Merge pull request #1781 from Lawlieta/cy
[bsp] update keil/iar project for sal 'af_inet.h' error
2018-09-08 23:02:22 +08:00
weety 7deaadd782 [bsp][dm365] Fixed thread priority config error, update Kconfig file. 2018-09-07 23:01:39 +08:00
chenyong 1b906876dd [bsp] update keil/iar project for sal 'af_inet.h' error 2018-09-07 17:15:22 +08:00
weety 21c8014da3 [bsp][dm365] update Kconfig file. 2018-09-06 14:16:02 +08:00
weety bf3ef10aec [bsp][dm365] Support Kconfig. 2018-09-06 14:12:28 +08:00
weety d344ff5a9e Merge branch 'pyconfig' of https://github.com/weety/rt-thread into pyconfig 2018-09-05 09:40:12 +08:00