Commit Graph

2744 Commits

Author SHA1 Message Date
SummerGift c692e194a6 [bsp][stm32] optimize board/SConscript code 2018-12-13 15:13:55 +08:00
SummerGift 6ef13c82aa [bsp][stm32] modify board/SConscript 2018-12-13 15:09:38 +08:00
SummerGift 6df6a7519a [bsp][stm32] modify sconstruct 2018-12-13 15:05:48 +08:00
Hao Zhu 5053e744a3 修改README 2018-12-13 14:20:14 +08:00
Hao Zhu cabf2f5ee5 添加i2c支持 2018-12-13 14:18:26 +08:00
SummerGift 968110ffd6 [bsp][stm32] add scons --dist function 2018-12-13 12:05:40 +08:00
yangjie caba8a7d11 [bsp][stm32 hal drv_gpio]If there is no pull-up or pull-down outside, there will be problems with just setting "GPIO_InitStruct.Pull = GPIO_NOPULL". 2018-12-13 10:33:46 +08:00
shaojinchun f5426f4a86 1 增加了bsp数据屏障接口函数 rt_hw_mb()
2 去除在secondary_cpu_c_start重复了的IPI handler的注册
2018-12-13 09:49:15 +08:00
e190 c042da4e9d
修复RTC驱动中一个粗心BUG
137行多了()
2018-12-13 08:38:53 +08:00
e190 3af4e3b404
修复I2C驱动一个粗心BUG
I2C2_BUS_CONFIG改为I2C3_BUS_CONFIG
2018-12-13 08:33:21 +08:00
Hao Zhu e0c2bf09e3 修改错误 2018-12-12 16:51:39 +08:00
Hao Zhu 9890034242 [bsp][stm32][stm32f767] 移植qspi 2018-12-12 16:49:27 +08:00
Hao Zhu 819c7d8929 [bsp][stm32][stm32f767] 修改一系列错误 2018-12-12 09:00:48 +08:00
Hao Zhu 757232cdb6 Merge remote-tracking branch 'upstream/master' 2018-12-11 23:08:55 +08:00
Hao Zhu b9b05fff4b [bsp][stm32][stm32f767] 移植片内flash驱动
补全了必要的hal库,stm32f767-fire的sram大小更正为512
2018-12-11 22:53:25 +08:00
流光 fc0d4e72a4 [bsp][lpc54114] 修复drv_gpio.c drv_romfs.c驱动未被默认编译的问题. 2018-12-11 15:04:49 +08:00
Bernard Xiong d00ef3b1ea
Merge pull request #2059 from e190/master
修复spi驱动中spi_config一个bug
2018-12-11 12:59:56 +08:00
e190 e296967000
修复spi驱动中spi_config一个bug" 2018-12-11 09:18:25 +08:00
Hao Zhu 76cbfa66c6 [bsp][stm32] 删除HAL/CMSIS/DSP_Lib及更新README 2018-12-11 09:02:27 +08:00
Hao Zhu 2396515f85 [bsp][stm32] 添加野火stm32f767开发板bsp 2018-12-11 08:24:04 +08:00
Hao Zhu 9d340ec6a9 [bsp][stm32] 添加野火stm32f767开发板bsp 2018-12-10 21:39:28 +08:00
Bernard Xiong b628ac0e7e
Merge pull request #2052 from jesven/lwp_ok
add lwp support
2018-12-10 20:00:25 +08:00
shaojinchun 2b21d2316a 修改许可协议
修改cpu目录名及相关修改
2018-12-10 18:23:21 +08:00
Bernard Xiong 92338d50c4
Merge pull request #2051 from SummerGGift/add_stm32_new_framework
[bsp][stm32] add more drivers for stm32 bsp
2018-12-10 17:07:28 +08:00
shaojinchun a8953e9211 add lwp support 2018-12-10 16:44:48 +08:00
SummerGift 892ad62983 [bsp][stm32] optimize flash driver config 2018-12-10 14:06:24 +08:00
Bernard Xiong fea5f2d8ae
Merge pull request #2034 from liu2guang/master
[BSP][LPC54114-lite] 添加i2c spi romfs spiflash sdcard pct2075驱动.
2018-12-10 13:59:58 +08:00
SummerGift c1f20dc458 [bsp][stm32] add flash driver docs 2018-12-10 13:44:26 +08:00
流光 b76dd4a9d5 [bsp][lpc54114] 移除PCT2075温度传感器驱动, 考虑在package中实现. 2018-12-10 10:45:31 +08:00
SummerGift d509db834b [bsp][stm32] add more drivers for stm32 bsp 2018-12-10 09:48:10 +08:00
Hao Zhu 762c1be8bb [bsp/stm32f7-disco] 修复串口驱动编译报错
__HAL_UART_CLEAR_FLAG在stm32f7xx_hal_uart.h中不存在,编译会报错
2018-12-08 23:07:58 +08:00
Bernard Xiong 4b0f9e76eb [BSP] Import RV32M1 SDK 2018-12-08 10:47:28 +08:00
Bernard Xiong c9576c3e53 [BSP] Add RV32M1_VEGA BSP. 2018-12-08 10:44:56 +08:00
Bernard Xiong 36b194aeb6 [BSP] Update Hifive1 BSP with unified RV porting. 2018-12-08 10:42:40 +08:00
Bernard Xiong 2a7d814f77 [libcpu] Add unified RISC-V libcpu porting. 2018-12-08 10:41:38 +08:00
BalanceTWK f375486e49 [stm32 drv usart] 修复串口发送第一个字节丢失的问题。| Fixed a problem where the first byte of a serial port was lost. 2018-12-06 15:04:36 +08:00
BalanceTWK 73d39e89ec 【bsp/stm32f10x】 修复串口驱动 | Fixed serial port drivers 2018-12-06 11:40:49 +08:00
流光 0ac963ac3a [bsp][lpc54114-lite] 移除c99语法特性, 并移除错误Kconfig脚本. 2018-12-06 10:01:45 +08:00
流光 b1a645a982 [bsp][lpc54114-lite] 修改重复的Kconfig条目。 2018-12-06 10:00:22 +08:00
BalanceTWK 18bcd2b2c6 【修复】 复位后串口打印第一个字节丢失的问题 | The loss of the first byte of serial port printing after reset. 2018-12-06 09:07:55 +08:00
Bernard Xiong 27cd03d454
Merge pull request #2036 from liruncong/const
rt_hw_interrupt_install函数name参数增加const限定
2018-12-06 06:04:11 +08:00
liruncong cd98097104 [bsp/raspi2]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:44:05 +08:00
liruncong 0844ba3c17 [bsp/qemu-vexpress-gemini]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:44:02 +08:00
liruncong a132ab29de [bsp/qemu-vexpress-a9]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:44:00 +08:00
liruncong 9f86a17e7b [bsp/imx6sx]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:59 +08:00
liruncong fedc573768 [bsp/hifive1]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:57 +08:00
liruncong b4df57d1d2 [bsp/gkipc]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:55 +08:00
liruncong 332dbfe0c3 [bsp/fh8620]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:51 +08:00
liruncong 577122573d [bsp/dm365]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:49 +08:00
liruncong eb7edd94e7 [bsp/asm9260]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:47 +08:00
liruncong 0d1fa98b27 [bsp/asm9260t]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:46 +08:00
liruncong e8e9ca8a25 [bsp/allwinner_tina]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:44 +08:00
流光 c6bfe11afa [更新] 添加i2c spi romfs spiflash sdcard pct2075驱动. 2018-12-05 19:04:47 +08:00
Bernard Xiong 5126111778
Merge pull request #2031 from yangjie11/dev-lpc54114-lite
[bsp]add bsp  lpc54114-lite
2018-12-05 17:33:41 +08:00
yangjie f43ee36d86 [bsp]delete some original driver files 2018-12-05 14:55:31 +08:00
yangjie 917c3f17f9 [bsp]modify README.md 2018-12-05 13:52:07 +08:00
yangjie f3e30a0d95 [bsp]add libs 2018-12-05 11:50:06 +08:00
yangjie 8e0d25f08e [bsp]add bsp lpc54114-lite 2018-12-05 11:44:53 +08:00
Bernard Xiong da56076b51
Merge pull request #2028 from aozima/bsp_dev
修复一系列BSP编译错误
2018-12-04 19:18:02 +08:00
Bernard Xiong 96c0a42f51
Merge pull request #2029 from jesven/fix-rt_hw_context_switch_interrupt
修正rt_hw_context_switch_interrupt中一处笔误
2018-12-04 19:17:46 +08:00
shaojinchun f64b7536e7 修正rt_hw_context_switch_interrupt中一处笔误 2018-12-04 18:07:38 +08:00
Bernard Xiong 0196df11e9
Merge pull request #2014 from SummerGGift/add_stm32_new_framework
[bsp][STM32] Add bsp based on new framework
2018-12-04 17:07:36 +08:00
SummerGift 3ed1ef7926 [bsp][STM32] optimize bsp linker_scripts && README.md 2018-12-04 11:32:48 +08:00
aozima a3b4e78527 [bsp][stm32f429-disco] support ANSI C. 2018-12-03 20:25:05 +08:00
aozima b15aa8a1ed [bsp][stm32f40x] support lwIP 2.x 2018-12-03 20:24:09 +08:00
aozima f63f1f80dd [bsp][stm32f107] support lwIP 2.x 2018-12-03 20:23:55 +08:00
aozima 62058e18fe [bsp][samd21] update scons script. 2018-12-03 20:22:59 +08:00
aozima cdf3f7e670 [bsp][rm48x50] update scons config: disable MDK support. 2018-12-03 20:22:06 +08:00
aozima cb1d1d70f1 [bsp][nv32f100x] update scons config: disable GCC support. 2018-12-03 20:21:32 +08:00
aozima b02bad374f [bsp][mini4020] update rtconfig.h 2018-12-03 20:15:12 +08:00
aozima 7e8608f35a [bsp][mb9bf500r] update scons config: disable IAR support. 2018-12-03 20:11:01 +08:00
aozima 5ee6bf4a8a [bsp][lpc176x] update scons script. 2018-12-03 20:10:28 +08:00
aozima 23833bfa78 [bsp][frdm-k64f] update MDK linker script. 2018-12-03 20:03:26 +08:00
aozima 01dbc85f73 [bsp][frdm-k64f] update scons config: update MDK support. 2018-12-03 20:03:01 +08:00
aozima d4cb16e5db [bsp][apollo2] update scons config: update MDK support. 2018-12-03 20:01:43 +08:00
aozima 2d48393fd2 [bsp][CME_M7] update lwIP config. 2018-12-03 20:00:23 +08:00
aozima 30538a9478 [bsp][CME_M7] update scons config: update MDK support. 2018-12-03 20:00:20 +08:00
aozima 808bc757f1 [bsp][CME_M7] update scons config: disable IAR support. 2018-12-03 19:57:25 +08:00
SummerGift 0a4abb8f94 [bsp][STM32] update linker_scripts for stm32 bsp 2018-12-03 18:45:51 +08:00
Bernard Xiong 9757f6b405
Merge pull request #2022 from whj4674672/master
[BSP]stm32f107 fix usart3
2018-12-03 17:41:04 +08:00
SummerGift 633876a66b [bsp][STM32] optimize stm32 BSP main.c 2018-12-03 15:58:24 +08:00
SummerGift afaadd8732 [bsp][STM32] optimize stm32 BSP docs 2018-12-03 13:54:44 +08:00
SummerGift 01bdef21e9 [bsp][STM32] add bsp 制作规范 2018-12-03 13:49:58 +08:00
Bernard Xiong efaac449d4
Create README.md 2018-12-02 12:09:23 +08:00
whj4674672 00f9958c38 [BSP]stm32f107 fix usart3 2018-12-01 16:30:24 +08:00
SummerGift 5cbe222196 [bsp][STM32] update stm32 bsp 2018-11-30 18:29:59 +08:00
SummerGift 739b2ba51c [bsp][STM32] Add bsp based on new framework 2018-11-29 17:06:06 +08:00
Noe Xu bbc628d5a0 [STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
Change-Id: I879acd7c67ea782389b8f69acb2846c2879f8fcf
2018-11-26 22:43:02 -08:00
Bernard Xiong 9f477667ab
Merge pull request #1770 from xuzhuoyi/master
添加对 TI C2000 DSP 的移植
2018-11-24 20:35:50 +08:00
xuzhuoyi 6c081947b5 [bsp][tms320f28379d] Classify c28x into ti-dsp 2018-11-24 17:41:55 +08:00
tangyuxin e2e2c0a1e0 [bsp][amebaz] Update WIFI driver 2018-11-24 09:47:26 +08:00
Bernard Xiong 8206a5ddea
Merge pull request #1995 from ErnestChen1/master
[avoid] "load" icon missing in keil 5
2018-11-22 22:45:40 +08:00
shaojinchun fc6bc1ad39 Add smp support to RT-Thread 4.0 2018-11-22 18:16:47 +08:00
chenchaoqun@rt-thread.com e23614b701 [avoid] "load" icon missing in keil 5 2018-11-22 10:12:57 +08:00
Bernard Xiong 27ec671eab [Tools] Add a draft project generator for SES. 2018-11-21 01:04:16 +08:00
Bluebear233 6eadbecd98 [BSP]修正NUVOTON M487 README说明 2018-11-20 13:45:18 +08:00
Bluebear233 d67c9fabfe [BSP]更新NUVOTON M487 Sconscript 2018-11-19 10:47:35 +08:00
Bluebear233 db2f06df5b [BSP]新增NUVOTON M487 MDK4支持 2018-11-19 09:50:52 +08:00
Bluebear233 a9d4773b46 [BSP]add NUVOTON M487 BSP 2018-11-19 09:49:32 +08:00
xuzhuoyi 17301e463c [bsp][tms320f28379d] Add support of Kconfig 2018-11-18 12:06:52 +08:00
xuzhuoyi 81f94fd271 [bsp][tms320f28379d] Remove redundant code 2018-11-18 11:09:01 +08:00
xuzhuoyi 9d6c8186c5 [bsp][tms320f28379d] Change stack config in rtconfig.h 2018-11-16 21:48:15 +08:00
xuzhuoyi b7a76b5e52 [bsp][tms320f28379d] Change license to Apache-2.0 2018-11-16 20:30:56 +08:00
xuzhuoyi 37db67d94a Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	src/thread.c
2018-11-16 20:09:46 +08:00
whj4674672 a3ea413f88 Fix usart3 initialization bug 2018-11-15 18:54:04 +08:00
EvalZero e14b1ac055 [bsp][stm32f429-apollo]add audio sound and micphone driver. 2018-11-15 11:32:11 +08:00
Bernard Xiong 944e28c9a9 [BSP] remove settings folder in stm32f411-nucleo 2018-11-10 19:15:27 +08:00
Bernard Xiong ba1e18868e
Merge pull request #1959 from yangjie11/fix
[bsp]fixed drv_usart.c because f411xE have no USART3
2018-11-10 06:51:53 +08:00
Bernard Xiong 9e80680a6c [BSP][ls1c] fix config issue 2018-11-09 17:55:17 +08:00
yangjie c79d928991 [bsp]fixed drv_usart.c because f411xE have no USART3 2018-11-09 10:26:39 +08:00
hichard ca4b48aac2 修复STM32F4-Hal bsp USB主机驱动的一个bug 2018-11-07 22:48:50 +08:00
chenyong db3f8d3344 [bsp] fix default project compilation error.
Signed-off-by: chenyong <1521761801@qq.com>
2018-11-05 20:18:12 +08:00
Bernard Xiong c7d9daefaa
Merge pull request #1868 from jg1uaa/master
change hello.mo building process, compile and link separately
2018-11-05 09:14:02 +08:00
armink 83b7b763b7 The dbg_log API is DISCARDED. Change all dbg_log to LOG_X. 2018-11-02 10:20:30 +08:00
yangfasheng 3d374b3c0d add touch driver;
update lcd driver;

Signed-off-by: yangfasheng <yangfasheng@rt-thread.com>
2018-10-31 09:58:37 +08:00
Bernard Xiong 94c358b13e
Merge pull request #1911 from XXXXzzzz000/add_pwm_driver
[driver][pwm] add pwm driver.
2018-10-26 17:51:40 +08:00
Bernard Xiong bbd7f4c6ec
Merge pull request #1927 from Guozhanxin/master
[bsp imxrt]添加 Arch Mix 开发板图片及厂商信息
2018-10-26 17:51:30 +08:00
Bernard Xiong d0cc930eec
Merge pull request #1924 from balanceTWK/master
【bsp】【stm32f10x-HAL】 update drv_usart.c
2018-10-26 17:51:00 +08:00
guozhanxin 2ed55f75db [bsp][imxrt]更新 ArchMix 的 README 2018-10-26 16:29:48 +08:00
guozhanxin 84c30bab5f 删除选择 flash 的选项 2018-10-26 16:03:55 +08:00
Bernard Xiong f97e19c509
Merge pull request #1919 from XXXXzzzz000/add_rtc_driver
[bsp][stm32f10x-HAL] add rtc driver
2018-10-26 07:08:50 +08:00
tyx 135ec47a6a [bsp][amebaz]支持IAR工程及smartconfig配网 2018-10-25 17:20:58 +08:00
XXXXzzzz000 d4bdeb03e7 [bsp][stm32f10x-HAL] add pwm driver. 2018-10-24 10:09:45 +08:00
BalanceTWK 9392c9ea49 [bsp][stm32f10x-HAL] update drv_usart.c 2018-10-23 21:46:55 +08:00
XXXXzzzz000 ea86ebf142 [bsp][stm32f10x-HAL] add rtc driver 2018-10-23 14:15:24 +08:00
Bernard Xiong 9442207455
Merge pull request #1915 from XXXXzzzz000/fix_stm32f4xx-hal_iwg
[bsp][stm32f4xx-HAL] fix iwg driver.
2018-10-23 10:22:15 +08:00
Bernard Xiong 87446464cf
Merge pull request #1918 from misonyo/license_change
[BSP][all NXP]change license to Apache-2.0
2018-10-23 10:19:02 +08:00
Bernard Xiong 47cfa1cbfa
Merge pull request #1917 from enkiller/dev
[bsp][amebaz] BSP工程更新,适配新的WLAN框架
2018-10-22 22:34:08 +08:00
misonyo a454393994 [BSP][all NXP]change license to Apache-2.0 2018-10-22 11:02:50 +08:00
tyx 646cb6cabc [bsp][amebaz] BSP工程更新,适配新的WLAN框架 2018-10-21 23:41:59 +08:00
SASANO Takayoshi b41ecff518 fix rt_system_module_init() -> rt_system_dlmodule_init(),
in components/libc/libdl/dlmodule.c.
2018-10-21 21:21:38 +09:00
Bernard Xiong 9c2f2e855b [BSP][IMXRT] change license to Apache license v2.0 2018-10-21 14:45:29 +08:00
XXXXzzzz000 262d4268a4 [bsp][stm32f4xx-HAL] fix iwg driver. 2018-10-20 17:53:07 +08:00
XXXXzzzz000 5e95c57456 add iwdg driver 2018-10-17 16:05:33 +08:00
XXXXzzzz000 8107542d76 [driver][iwdg]add iwdg driver. | 添加iwdg驱动,参考:stm32f4xx-HAL/driver_wdg 2018-10-17 15:54:00 +08:00
chenchaoqun@rt-thread.com 87dad10f3f [license] Change the license to Apache 2018-10-16 14:18:50 +08:00
Bernard Xiong 292f35f824
Merge pull request #1878 from uestczyh222/f1_i2c
[Bsp][stm32f1xx-hal]添加I2C驱动
2018-10-12 15:21:40 +08:00
Bernard Xiong 33cb916ff7
Merge pull request #1882 from uestczyh222/f4-build
[Bsp][stm32f4xx-hal]整理链接脚本
2018-10-11 20:52:20 +08:00
Bernard Xiong 7caaafa55f
Merge pull request #1881 from uestczyh222/f4-uart
[Bsp][stm32f4xx-hal]更新串口宏
2018-10-11 20:51:45 +08:00
Bernard Xiong 57303c14be
Merge pull request #1877 from uestczyh222/f4_iic
[Bsp][stm32f4xx-hal]修复I2C在开启优化时出现延时异常的问题
2018-10-11 18:51:08 +08:00
ZYH 743c264285 [Bsp][stm32f4xx-hal]整理链接脚本 2018-10-11 18:17:35 +08:00
ZYH 4c623b39ad [Bsp][stm32f1xx-hal]添加I2C驱动 2018-10-11 18:13:30 +08:00
ZYH bcfba031d5 [Bsp][stm32f4xx-hal]更新串口宏 2018-10-11 18:09:31 +08:00
ZYH ffdd7f98ad [Bsp][stm32f4xx-hal]修复I2C在开启优化时出现延时异常的问题 2018-10-11 16:47:25 +08:00
ZYH 0893e54293 [bsp][stm32f1xx-hal]修复当开启优化时m3_m4_delay_us延时失效问题 2018-10-11 16:42:13 +08:00
ZYH 6e5751d49b [BSP][STM32F1xx-HAL]修改协议 apache2.0 2018-10-11 10:18:24 +08:00
ZYH 6262acb5f9 [BSP][STM32F1xx-HAL] fix hse when hse no trigger
修复当选择HSE 而HSE不起振时 assert的问题,并优化模拟器参数
2018-10-11 10:14:49 +08:00
guozhanxin 7ea038373d [BSP] Add standalone i.MXRT 1050 Arch Mix BSP. 2018-10-10 09:28:40 +08:00
guozhanxin 5d4e4ae390 [bsp][imxrt] Remove SeeedStudio network dependencies 2018-10-10 09:19:55 +08:00
Bernard Xiong 37d25e32a1
Merge pull request #1846 from misonyo/master
[bsp/qemu-vexpress-a9]change idle task stack to 1024
2018-10-08 10:52:53 +08:00
SASANO Takayoshi c81ebdc6d9 there is dummy time() function, but now it is implemented in
components/libc/compilers/minilibc/time.c.

maybe this dummy code is no longer required, so deleted.
2018-10-07 05:56:27 +09:00
SASANO Takayoshi 86742879f3 There is no problem to create hello.mo with default compiler on
Debian-9.5/amd64.

But building hello.mo with i386-elf-gcc (5.5.0) cross compiler on
OpenBSD-6.3/amd64, undefined reference to 'rt_kprintf' error occurs.

To avoid this error, "compile and link" process needs to be divided to
simply "compile" and "link".

On Debian-9.5, both previous and current method produces same hello.mo.

We have to improve disk image creation (Linux dependent),
this is a future homework.
2018-10-06 18:33:18 +09:00
Bernard Xiong ee1e316d1e
Merge pull request #1866 from xuzhuoyi/stm32f429-disco
[bsp][stm32f429-disco] Repair mistake of i2c device name
2018-10-05 17:30:00 +08:00
xuzhuoyi 20f01fcadf [bsp][stm32f429-disco] Repair mistake of i2c device name 2018-10-05 14:40:39 +08:00
Bernard Xiong db16cada48
Merge pull request #1864 from xuzhuoyi/stm32f429-disco
STM32F429-DISCO 添加 I2C 和触摸屏支持
2018-10-05 14:40:35 +08:00
xuzhuoyi f8918c34f1 [bsp][stm32f429-disco] Repair encoding problem 2018-10-05 13:53:16 +08:00
xuzhuoyi 7d0a99c58f [bsp][stm32f429-disco] Remove code about littlevgl 2018-10-05 13:34:40 +08:00
xuzhuoyi a0fd5366ce [bsp][stm32f429-disco] Adjust the copyright information 2018-10-05 13:29:50 +08:00
nongxiaoming 9f3938da1e [bsp][stm32] Fix the warning when using ARM Compiler V6 2018-10-04 17:07:52 +08:00
nongxiaoming 4bc36f722c [bsp][stm32] Fix compile failure when using ARM Compiler V6. 2018-10-04 17:06:21 +08:00
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
misonyo 8e00c1dacc [bsp/qemu-vexpress-a9]change idle task stack to 1024 2018-09-27 10:36:25 +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
weety 2a46f0d5ee Fixed choice default value issue for stm32f4xx-HAL. 2018-09-05 09:37:56 +08:00
xuzhuoyi 305307c90c [bsp][tms320f28379d] Add bsp README.md 2018-09-04 11:47:06 +08:00
xuzhuoyi 5fd1213e73 [bsp][tms320f28379d] __rt_ffs() problem caused by 16-bit int 2018-09-03 21:39:56 +08:00
Bernard Xiong 1ae8048624
Merge pull request #1765 from uestczyh222/stm32h743-nucleo
[Bsp][stm32h743-nucleo] fix build error with gcc
2018-09-03 14:00:23 +08:00
ZYH c18ff69ed6 [Bsp][stm32h7xx-nucleo]rename S to s 2018-09-03 09:39:42 +08:00
xuzhuoyi 697a4495a6 [bsp][tms320f28379d] Add support for upward-growing stack 2018-09-03 00:03:06 +08:00
xuzhuoyi d85981a715 [BSP][tms320f28379d] Add port for tms320f28379d 2018-09-02 18:44:28 +08:00
流光 de66213d2e [bsp][lpc408x] 修复lpc408x的mdk5_ide编译错误. 2018-09-02 18:14:09 +08:00
流光 77e5792494 [bsp][frdm-k64f] 修复mdk4_scons/mdk5_scons/mdk5_ide编译错误. 2018-09-02 18:10:43 +08:00
Bernard Xiong 04ea2f35fe
Merge pull request #1766 from RT-Thread/rm_tm4c129x-dk
[BSP] remove tm4c129x-dk bsp
2018-09-02 17:39:13 +08:00
Bernard Xiong 6dc45fbbc4
Merge pull request #1764 from uestczyh222/qemu-vexpress-gemini
[Bsp][qemu-vexpress-gemini]fix build error with gcc
2018-09-02 16:51:59 +08:00
Bernard Xiong 8e9fca6eef [BSP] remove tm4c129x-dk bsp 2018-09-02 16:49:51 +08:00
Bernard Xiong eab458d0ba
Merge branch 'master' into nuvoton_nuc472 2018-09-02 16:10:26 +08:00
Bernard Xiong 90d05a2925
Merge pull request #1762 from uestczyh222/nuvoton_m05x
[Bsp][nuvoton_m05x]fix build error with gcc
2018-09-02 12:40:46 +08:00
zyh ab815cf360 [Bsp][stm32h743-nucleo] fix build error with gcc 2018-09-02 12:36:25 +08:00
zyh dee868dc9c [Bsp][qemu-vexpress-gemini]fix build error with gcc 2018-09-02 12:15:39 +08:00
zyh 2febf68317 [Bsp][nuvoton_nuc472]fix gcc build with gcc 2018-09-02 11:53:14 +08:00
zyh 46f740cd21 [Bsp][nuvoton_m05x]fix build error with gcc 2018-09-02 11:45:03 +08:00
zyh 2bd06ea448 [Bsp][Apollo2]fix build error with gcc 2018-09-02 11:21:03 +08:00
Bernard Xiong 7dc042e6b9 [dlmodule] Simply remove the module.c file from the project file. 2018-09-01 11:03:29 +08:00
流光 03ef0fc58d [bsp][rt1050] Fix the pin driver GCC build warning. | 修复pin驱动gcc编译警告. 2018-08-31 14:46:23 +08:00
Bernard Xiong d74d5801c8
Merge pull request #1751 from RT-Thread/feature_libdl
[Kernel] move module to libc/libdl.
2018-08-31 18:41:16 +08:00
Bernard Xiong f89b8ed250 [BSP] remove RT_USING_LIBDL option. 2018-08-31 12:58:26 +08:00
Bernard Xiong 25478836f7 [BSP] Remove module fature in mini2440 2018-08-31 09:11:58 +08:00
chenyong 8973fa9d3e [bsp][stm32f4xx-HAL] Add uart3 driver 2018-08-29 11:11:10 +08:00
shaojinchun 03cd2c005d Add the definition of RT_VBUS_USING_FLOW_CONTROL to vbus_api.h 2018-08-27 18:33:03 +08:00
shaojinchun 84e8c65683 RT_VMM_RB_BLK_NR now is calculated from _RT_VBUS_RING_SZ 2018-08-27 18:15:38 +08:00
shaojinchun 000887795f Move configs of VBUS to Kconfig, delete related head files in the bsp directory 2018-08-27 15:37:08 +08:00
Bernard Xiong 6bde1c520d
Merge pull request #1738 from zhuangwei123/master
[bsp/ls1cdev]修复以太网驱动发送字节丢失问题
2018-08-26 20:08:04 +08:00
zhuangwei123 1572cda572 [bsp/ls1cdev]astyle格式化 2018-08-26 18:27:38 +08:00
zhuangwei123 efa6eb1dc2 [bsp/ls1cdev]修复以太网驱动发送字节丢失问题 2018-08-26 12:19:20 +08:00
Bernard Xiong 2fa6b67412 [BSP] Update raspi2 README.md 2018-08-24 11:13:20 +08:00
Bernard Xiong 04ceae4349
Update README.md 2018-08-24 10:56:46 +08:00
shaojinchun e5f0b628f2 [bsp][raspi2] change README.md and configs 2018-08-24 09:49:06 +08:00
shaojinchun e0b04166e8 [bsp][raspi2] add raspberry pi 2 support 2018-08-23 09:52:41 +08:00
ZYH 28125ab9df [BSP][STM32F107]Update Kconfig 2018-08-18 11:22:30 +08:00
whj4674672 b8a6b1e38a add [BSP]stm32f107 Kconfig
add rt_console_set_devic,components,gpio,rtc
2018-08-17 22:43:55 +08:00
ZYH d06f9ac9df
Merge pull request #1716 from xeonxu/stm32hal_can
[STM32 BSP]CAN driver for stm32f4xx HAL.
2018-08-16 10:13:40 +08:00
Bernard Xiong 382c330725 [BSP] Add vscode settings for qemu-vexpress-a9 bsp 2018-08-15 09:15:08 +08:00
Noe Xu 33753f6331 [STM32 BSP]CAN driver for stm32f4xx HAL.
Change-Id: I60868dea91e0a632de469e4841410d4f1ae21516
2018-08-12 20:49:23 +08:00
Noe Xu 250de62d5c [STM32 BSP]Fix PWM channel calculate argorithm.
Change-Id: Ie65437365784033dcee8d8e9f21dfc5727ba9d3c
2018-08-12 19:57:36 +08:00
Bernard Xiong 2ec54bab7a
Merge pull request #1709 from zhuangwei123/master
[bsp/ls1cdev]rename kconfig to Kconfig
2018-08-09 17:43:01 +08:00
zhuangwei 67832e4509 rename kconfig to Kconfig 2018-08-09 14:50:00 +08:00
Bernard Xiong 7d255c68e5
Merge pull request #1632 from Guozhanxin/imx1052
[BSP][RT1052] Merge network drive.
2018-08-07 11:40:52 +08:00
Bernard Xiong 9e56babd17
Merge pull request #1697 from liangyongxiang/imxrt-fixed-uart-bug
[bsp][imxrt1052-evk] fixed uart bug: lost interrupt configuration whe…
2018-08-07 11:39:18 +08:00
ZYH 95a55864f3
Merge pull request #1703 from liangyongxiang/stm32l4
[bsp][stm32l476-nucleo] format code
2018-08-06 15:21:47 +08:00
ZYH bddea70d8a
Merge pull request #1704 from liangyongxiang/kconfig-l476
[bsp][stm32l476-nucleo] change default RTT_DIR to ../..
2018-08-06 15:21:08 +08:00
liang yongxiang ddc86ccc43 [bsp][stm32l476-nucleo] support "scons --target=mdk" 2018-08-06 14:44:05 +08:00
liang yongxiang 90a38740bf [bsp][stm32l476-nucleo] change default RTT_DIR to ../.. 2018-08-06 14:20:17 +08:00
liang yongxiang 3191bf8a15 [bsp][stm32l476-nucleo] format code 2018-08-06 14:15:00 +08:00
guochuangjian 63a13906cc fix uart ore-flag clear bug 2018-08-05 15:25:31 +08:00
guochuangjian 3de51fe256 fix usRcvBufferPos == MB_SER_PDU_SIZE_MAX bug 2018-08-05 15:08:50 +08:00
liang yongxiang a800493fd8 [bsp][imxrt1052-evk] fixed uart bug: lost interrupt configuration when re-configuring uart 2018-08-04 17:40:42 +08:00
Bernard Xiong fcab0f2cb4 [BSP] Fix the compiling issue with GCC6 2018-08-04 14:59:29 +08:00
guochuangjian 4b0839bd7b update uart isr ore-flag handle error bug. 2018-08-01 00:35:42 +08:00
balanceTWK 0541bc6e78 Remove redundant macro definition.| 移除多余的宏定义. 2018-07-25 06:56:56 +08:00
Bernard Xiong 94e6e293b6
Merge pull request #1627 from uestczyh222/master
[Bsp][STM32F4xx-HAL]Add pwm driver
2018-07-24 11:16:53 +08:00
zyh 257f147a97 [Bsp][stm32f4xx-hal][pwm]format code 2018-07-24 09:26:41 +08:00
jiezhi320 a137c06a93 Add GPIO Out_OD mode config
Add GPIO Out_OD mode config In stm32f10x bsp
2018-07-23 23:09:09 +08:00
liang yongxiang 08a2e7629a [bsp][ck802] clean up 2018-07-23 10:33:09 +08:00
guozhanxin 7df29a1920 [BSP][RT1052] Merge network drive. | 合并网络驱动文件 2018-07-22 15:53:55 +08:00
_--___ d1f77fc9f5
clock bug
change to APB1
2018-07-19 18:09:16 +08:00
tangyuxin 1bf9dea104 [bsp]qemu-vexpress-a9 网卡驱动bug修复 2018-07-19 10:07:27 +08:00
chenyong e46b16be34 [bsp] Adapt to SAL framework change 2018-07-18 13:42:16 +08:00
zyh 6bb167e995 [Bsp][STM32F4xx-HAL]fix warning 2018-07-16 22:32:07 +08:00
Bernard Xiong 7fb9f37b7d [BSP] Add width/height options for CLCD. 2018-07-15 15:14:54 +08:00
ZYH e1838418fb [Bsp][STM32F4xx-HAL]Add pwm driver 2018-07-15 02:05:48 +08:00
ZYH bae7927558 [Bsp][STM32F4xx-HAL]Fix Clock tree Support HSI| 修复时钟树,支持HSI 2018-07-14 19:46:09 +08:00
armink 6cd8658dad [rtdbg] Change all DBG_SECTION_NAME to new format. 2018-07-11 10:23:19 +08:00
brucechousz c55bb827c8 [BSP][STM32F4xx-HAL]更新norflash驱动,增加对sfud的支持 2018-07-08 17:48:11 +08:00
liu2guang a341a622ce [BSP][RT1050] Fix the fire ethernet driver compilation bug. | 修复野火以太网驱动编译BUG. 2018-07-08 00:53:23 +08:00
zyh 8c32f817a3 [BSP][STM32F4xx-HAL]support HSE Bypass 2018-07-05 17:11:53 +08:00
liu2guang a28c3bffcb [BSP][RT1050] Improve pin drive stability. | 提高PIN驱动稳定性.
1. 当先配置PIN为普通输入输出后, 再修改成中断, 不会出现无法触发中断的问题.
2018-07-03 15:59:07 +08:00
brucechousz b76db6b45b [Bsp][STM32F10x-HAL]优化GPIO驱动减小Flash占用 2018-06-30 17:56:02 +08:00
Bernard Xiong e474861a4b
Merge pull request #1592 from uestczyh222/master
[BSP][QEMU]fix run error on mac add dbg.sh on linux
2018-06-30 16:27:59 +08:00
zyh eead9cbd63 [BSP][QEMU]fix run error on mac add dbg.sh on linux 2018-06-29 22:56:42 +08:00
ZYH 0616f81ef6
Merge pull request #1584 from liu2guang/master
[bsp][stm32f10x] Fix compile error when configuring HSI.
2018-06-29 22:38:16 +08:00
Bernard Xiong 0f3820f1b6
Merge pull request #1578 from Zero-Sky/master
add bsp/TM4C129X-DK
2018-06-29 13:23:32 +08:00
liu2guang e7df811926 [bsp][stm32f10x] Fix compile error when configuring HSI. |修复当配置为HSI内部时钟做为时钟源时编译错误问题. 2018-06-29 13:19:44 +08:00
neverxie 4a915c33c4 fixed two bugs to drv_gpio.c 2018-06-28 20:14:12 +08:00
zero 01673841a0 add TM4C129X-DK
添加TM4C129X-DK开发板,完善README信息
2018-06-28 00:16:47 +08:00
luo jiao ef8398c2bb [components][drivers][pin module]:typo fix for pin_detach_irq 2018-06-26 22:18:58 +08:00
ZYH 010f070295 Merge remote-tracking branch 'upstream/master' 2018-06-24 11:08:03 +08:00
燕十三 cf659b99a5
Update README.md 2018-06-22 23:12:59 +08:00
燕十三 0e2dc2af12
Update README.md 2018-06-22 23:11:28 +08:00
flyingcys 54a28abb4b update drv_wifi.c 2018-06-22 23:05:38 +08:00
zyh 0488daa11f 优化GPIO驱动减小Flash占用1128->292 2018-06-22 14:50:16 +08:00
liang yongxiang 1568076168 [bsp][qemu-vexpress-a9] add qemu-nographic.bat for windows 2018-06-19 10:35:42 +08:00
Bernard Xiong 5efad2a2b8
Merge pull request #1542 from zhuangwei123/master
[bsp/ls1cdev]添加softfp支持,默认配置使用softfp编译
2018-06-16 16:06:55 +08:00