Commit Graph

2791 Commits

Author SHA1 Message Date
Bernard Xiong f9dbebfa4a
Merge pull request #2300 from XiaojieFan/stm32f103-hw100k-ibox2
Add support W5500,ESP8266,RS485,I2C,RTC,ADC,IWG.
2019-02-05 15:59:08 +08:00
Zhou Yanjie ad11448024 X1000: mtd_nor_partition.c: 修复编译过程中的警告/Fix compile-time warnings
在第166行中,“rt_size_t length”应改为“rt_uint32_t length”。
在第200行中,“rt_size_t length”应改为“rt_uint32_t length”。

In line 166, "rt_size_t length" should be changed to "rt_uint32_t length".
In line 200, "rt_size_t length" should be changed to "rt_uint32_t length".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-05 14:55:11 +08:00
Vincent-VG ef975032d2 修改board.c文件头 2019-02-05 10:16:46 +08:00
Vincent-VG 08f75483de 修改文件头 2019-02-05 09:57:38 +08:00
Bernard Xiong 6d1c75d826
Merge pull request #2309 from Ingenic-community/master
BSP: X1000: drivers: board_key.c: 修复编译过程中的警告/Fix compile-time warnings
2019-02-04 19:41:37 +08:00
Zhou Yanjie d3f47a6574 X1000: drv_sfc_gd25qxx_mtd.c: 修复编译过程中的警告/Fix compile-time warnings
在第36行中,“rt_size_t size”应改为“rt_uint32_t size”。
在第43行中,“rt_size_t size”应改为“rt_uint32_t size”。

In line 36, "rt_size_t size" should be changed to "rt_uint32_t size".
In line 43, "rt_size_t size" should be changed to "rt_uint32_t size".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-03 00:39:16 +08:00
Zhou Yanjie c4bdf80cfa X1000: board_key.c: 修复编译过程中的警告/Fix compile-time warnings
在第217行中,“(rt_uint32_t*)&keyId”应改为“(rt_ubase_t*)&keyId”。

In line 217, "(rt_uint32_t*)&keyId" should be changed to "(rt_ubase_t*)&keyId".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-03 00:38:10 +08:00
yuneizhilin e5726f206a 完善stm32_adc_init函数 2019-02-01 12:56:36 +08:00
Bernard Xiong 903d1d73ca
Merge pull request #2301 from sunshine0824/stm32l432
[bsp][stm32] add rtc and iwdg bsp support
2019-02-01 10:28:25 +08:00
Bernard Xiong 11a3645537
code cleanup 2019-02-01 10:07:56 +08:00
Bernard Xiong 9771d3170b
code cleanup 2019-02-01 10:06:34 +08:00
Bernard Xiong a0636e4f9b
Merge pull request #2283 from jinsheng20/stm32f746-disco
Stm32f746 disco
2019-02-01 09:49:35 +08:00
Bernard Xiong c422816ba4
Remove Dir('#') 2019-02-01 09:44:21 +08:00
Bernard Xiong 1cb27129c6
Use bridge script for SConscript 2019-02-01 09:43:31 +08:00
sun_shine 4283003981 [bsp][stm32] add onchip flash support 2019-01-31 14:33:51 +08:00
Bernard Xiong 48aa297560
Merge pull request #2280 from sunshine0824/stm32l053
Stm32l053
2019-01-30 21:41:48 +08:00
jinsheng 57036d8d4a 更改默认不启动qspi驱动 N25@128 2019-01-30 20:45:56 +08:00
sun_shine d1d070d5ae [bsp][stm32] add rtc and iwdg bsp support 2019-01-30 16:28:37 +08:00
sunshine0824 35ebd2dbe3
Update README.md
完善进阶使用描述
2019-01-30 16:18:10 +08:00
dingo1688@126.com 8b7f6193a3 Add support W5500,ESP8266,RS485,I2C,RTC,ADC,IWG. 2019-01-30 14:29:27 +08:00
Bernard Xiong b24dde2525
Merge pull request #2287 from misonyo/dev
[components/drivers & bsp/stm32]fix kconfig syntax error etc.
2019-01-30 11:35:56 +08:00
sun_shine 99a41baf71 [bsp][stm32] delete main.c myself code, modify README.md,add blank line to SConscript 2019-01-29 08:46:44 +08:00
Vincent-VG cad05f7c55 add stm32l476-st-nucleo 2019-01-28 19:24:33 +08:00
SummerGift 532a14ddd8 [bsp][stm32] fix flash partition bug 2019-01-28 14:00:13 +08:00
SummerGift 32b43c1fde [bsp][stm32] optimize spi flash prompt message 2019-01-28 13:56:32 +08:00
misonyo 227b6eb30d [components/drivers & bsp/stm32]fix kconfig syntax error and add rx buffer size config 2019-01-28 13:54:20 +08:00
sun_shine db6cc7d16a [bsp][stm32] delete Kconfig $ 2019-01-28 12:04:02 +08:00
Bernard Xiong d53a8f551c
Merge pull request #2262 from ylz0923/patch-4
Fixbug stm32f1xx_hal_can.h
2019-01-28 11:41:14 +08:00
BalanceTWK e7c5fa13f5 Use astyle to format the drv_pin.c 2019-01-27 21:36:07 +08:00
BalanceTWK 70738c3711 [BSP] Fixed imxrt1050 gpio driver | 修复 imxrt1050 gpio 驱动 2019-01-27 21:22:02 +08:00
sun_shine bb8ea9bfb5 [bsp][stm32] add stm32l053 bsp 2019-01-27 14:01:12 +08:00
BernardXiong 699fe7afe9 [BSP] Remove the unnecessary STM32 BSP 2019-01-27 05:42:30 +00:00
sun_shine aec43da278 [bsp][stm32] modify HAL_Drivers for stm32l0 2019-01-27 13:11:15 +08:00
BernardXiong 86d7b7a347 [BSP] remove imxrt1052-evk and use imxrt later 2019-01-27 01:11:35 +00:00
Bernard Xiong 11a75e4062 [bsp][stm32f767-st-nucleo] Fix the eol.
Fix the end of line issue.
2019-01-27 01:02:41 +08:00
jinsheng c21150ae30
Update README.md 2019-01-26 16:35:42 +08:00
jinsheng 050d14c598 增加 QSPI 驱动 N25Q128 2019-01-26 16:24:20 +08:00
Bernard Xiong e02f1afdfe
Merge pull request #2256 from foss-for-synopsys-dwc-arc-processors/arc_support
[bsp][synopsys] add the support of synopsys arc emsk
2019-01-26 10:34:13 +08:00
Bernard Xiong d4a09eff94
Merge pull request #2268 from sunshine0824/stm32l0xx_HAL_bug
[bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error
2019-01-26 10:27:56 +08:00
Bernard Xiong b3c4f3be20
Merge pull request #2227 from ylz0923/patch-2
Update board.c
2019-01-25 18:47:03 +08:00
sun_shine 406bec6301 [bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error 2019-01-25 16:33:46 +08:00
Wayne Ren 50d70636dd [bsp][synopsys][emsk] add the doc of emsk
add the documenatation

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-01-25 10:34:14 +08:00
Wayne Ren d8aa99a29c [bsp][synopsys] add the support of synopsys arc emsk
* the initial support of synopsys designware arc processor
* the initial support of synospsy ARC EM Starter Kit
* the bsp code is based on embarc which is a common SDK for
all synopsys ARC-based boards
* use "scons --gdb" to debug emsk with em9d configuration
* for detailed board information, pls go embarc.org

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-01-25 10:29:34 +08:00
杨连钊 616b87ea37
Update stm32f1xx_hal_can.h 2019-01-24 15:40:53 +08:00
Bernard Xiong 448488f789
Merge pull request #2253 from sunshine0824/stm32l0xx_HAL
[bsp][stm32] add STM32L0xx_HAL
2019-01-23 16:54:47 +08:00
whj d61ddb8108 [bsp][stm32]stm32f107 同步最新模板 2019-01-23 13:29:03 +08:00
whj 994c261b77 {bsp][stm32]stm32f107 更新到最新模板 2019-01-23 13:01:55 +08:00
whj 1b2d5661c0 [bsp][stm32]add stm32f107 bsp 2019-01-23 11:46:24 +08:00
sun_shine af3b30ffac [bsp][stm32] add STM32L0xx_HAL 2019-01-23 09:12:17 +08:00
SummerGift ebf961bc92 [bsp][stm32] fix stm32/stm32g071-st-nucleo bug 2019-01-22 17:47:24 +08:00
SummerGift da3ec767a4 [bsp][stm32] add stm32g071-st-nucleo ci && index 2019-01-22 15:15:17 +08:00
SummerGift 317fbd4222 [bsp][stm32] add stm32g071-st-nucleo bsp 2019-01-22 15:08:30 +08:00
SummerGift 45ece194cc [bsp][stm32] update bsp headfile 2019-01-22 10:05:57 +08:00
SummerGift 3b472cb3cd [bsp][stm32] optimize stm32 headfile 2019-01-22 09:15:05 +08:00
Bernard Xiong 99bef01983
Merge pull request #2232 from SummerGGift/add_stm32_new_framework
[bsp][stm32] update bsp && fix driver bug
2019-01-21 08:44:42 +08:00
Bluebear233 6802bb15e0 [bsp][nuvoton_m487]Add EMAC drive 2019-01-20 13:43:15 +08:00
Bernard Xiong 0889bafda8
Merge pull request #2233 from zhaojuntao/fix-bsp-flash-drv
[bsp][stm32/libraries] 移除 flash 驱动中 flash write 函数对 size 对齐的限制
2019-01-19 16:20:20 +08:00
tangyuxin ed725350a9 [tools] 修复命令行使用 iar 工具链,库文件链接不上的问题 2019-01-19 15:16:14 +08:00
MurphyZhao bc2ee9999b [bsp][stm32] 移除 f0 和 f1 中 flash write 对 size 对齐的限制
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-19 14:44:23 +08:00
SummerGift e9a6050e61 [bsp][stm32] Fixed an error when SPI transfers data larger than 65535 2019-01-19 14:31:30 +08:00
Bernard Xiong d97300701f
Merge pull request #2229 from misonyo/kconfig
fix Kconfig syntax error
2019-01-19 13:00:01 +08:00
SummerGift 127fe968b3 [bsp][stm32] update stm32 bsp index 2019-01-19 09:33:54 +08:00
SummerGift 032b72ddc2 [bsp][stm32] add g0 series bsp library 2019-01-19 09:24:03 +08:00
SummerGift 38a3858dcb [bsp][stm32] fix dma config bug 2019-01-19 09:15:40 +08:00
SummerGift dd9515b297 Merge remote-tracking branch 'remotes/origin/master' into add_stm32_new_framework 2019-01-19 09:06:49 +08:00
Bernard Xiong 8859b7b625
Merge pull request #2204 from FindYGL/master
为RT-Thread 增加德飞莱STM32F103C8开发板 的BSP
2019-01-18 18:58:49 +08:00
MurphyZhao 25b49352d5 [bsp][stm32/libraries] 修复 drv_flash_l4.c 驱动中无法写入非8字节对齐的数据的限制
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-18 11:13:10 +08:00
SummerGift 224c171dc8 Merge remote-tracking branch 'remotes/origin/master' into add_stm32_new_framework 2019-01-18 09:28:06 +08:00
SummerGift 1a761aa920 [bsp][stm32] update README.md 2019-01-17 14:30:02 +08:00
SummerGift 4805d99430 [bsp][stm32] update drv_lcd 2019-01-17 14:18:38 +08:00
HubretXie 35ded2acb3
Update uart_config.h 2019-01-17 13:09:39 +08:00
HubretXie a4b57e2d6c
Update uart_config.h 2019-01-17 13:09:06 +08:00
HubretXie 8580b9a818
Update dma_config.h
串口dma中断名称统一修改为uart
2019-01-17 12:58:31 +08:00
HubretXie 0e4b502319
Update dma_config.h
串口dma中断名称统一修改为uart
2019-01-17 12:56:39 +08:00
HubretXie 6203117522
Update drv_usart.c
DMA中断函数名称统一修改为UART
2019-01-17 12:53:52 +08:00
Bernard Xiong 257e81ac84
Merge pull request #2216 from XiaojieFan/stm32f103-hw100k-ibox
Add  stm32f103-hw100k-ibox.
2019-01-17 10:15:08 +08:00
Bernard Xiong 9831e2309c
Merge pull request #2182 from jinsheng20/stm32f746_st_disco
增加stm32f746-disco bsp
2019-01-17 10:14:51 +08:00
Bernard Xiong b1643334c5
Merge pull request #2218 from sunshine0824/stm32l432
add bsp stm32l432-st-nucleo
2019-01-17 10:13:56 +08:00
Bernard Xiong 48e960d60f
Merge pull request #2223 from e31207077/stm32f767-st-nucleo
增加 ST 官方 stm32f767-nucleo 开发板
2019-01-17 10:13:33 +08:00
Bernard Xiong 479ea9a520
Merge pull request #2192 from HubertXie/master
[stm32][drv_usart]修复串口中断接收数据丢数据问题
2019-01-17 09:59:17 +08:00
Bernard Xiong 9786c2424f
Merge pull request #2154 from balanceTWK/master
[bsp][imxrt] 添加RTC依赖选项 RT_USING_LIBC | add RTC dependency options RT_…
2019-01-17 09:57:39 +08:00
misonyo 992e5d6582 [three BSP]fix kconfig file syntax error 2019-01-16 23:30:52 +08:00
misonyo 69cd16e136 [all BSP]fix kconfig file syntax error 2019-01-16 23:23:38 +08:00
FindYGL 0548109466 修改之前BSP版本存在的一些问题,使之符合规范 2019-01-16 22:03:27 +08:00
杨连钊 a5a4c6a503
Update board.c
优化void rt_hw_us_delay(rt_uint32_t us)
2019-01-16 16:38:16 +08:00
weety ad7f6f3588 [bsp][k210] Fixed Kconfig file Syntax error. 2019-01-16 14:56:42 +08:00
jinsheng f4f81460cf
Update README.md 2019-01-16 13:18:25 +08:00
sun_shine 36c4abe1f9 [bsp][stm32] add bsp stm32l432-st-nucleo 2019-01-16 12:57:22 +08:00
e31207077 9b88b4c04c
增加 ST 官方 stm32f767-nucleo 开发板 2019-01-16 12:31:16 +08:00
Hao Zhu c2c2b89f6b 修复链接文件错误
在更改后系统无法正常运行,现恢复到之前版本
2019-01-15 23:04:27 +08:00
Hao Zhu e489c75347 增加对lcd和sd驱动的支持 2019-01-15 16:17:01 +08:00
dingo1688@126.com ae84c617e2 Add stm32f103-hw100k-ibox. 2019-01-14 23:24:24 +08:00
jinsheng 67c41b3d92 修改readme 2019-01-14 21:28:34 +08:00
Bernard Xiong 1acb6418f6
Merge pull request #2215 from SummerGGift/add_stm32_new_framework
[bsp][stm32] optimize docs && add lcd driver for f4 series bsp
2019-01-14 18:12:27 +08:00
SummerGift 1264fec1f9 [bsp][stm32] add lcd drivers for f4 series bsp 2019-01-14 16:40:29 +08:00
SummerGift 0d7ac3448f [bsp][stm32] add lcd driver 2019-01-14 16:37:44 +08:00
SummerGift 62efbf86de [bsp][stm32] optimize docs 2019-01-14 16:31:22 +08:00
Noe Xu 5e47dc41b3 [STM32] Fix issue that CAN driver won't receive any messages once OV iterrupt occurs.
Change-Id: I4cd98ca4840f32925e89e8c467ec78e03e9a2836
2019-01-13 23:37:15 -08:00
FindYGL f1a13e1fc4 为RT-Thread 增加德飞莱STM32F103C8开发板 的BSP 2019-01-13 17:21:11 +08:00
HubretXie 706c0410cd
[stm32][drv_usart]修复串口中断接收丢数据问题
使用串口中断方式接收数据,读取数据时会自动清除标识,这里再次清除中断标识会导致下一个数据丢失。
使用finsh就可以测出这个问题,中断接收丢数据时无法查看历史命令。
2019-01-12 15:03:37 +08:00