tyustli
1be90253d0
delete the CMSIS from components and add the CMSIS
...
and add the CMSIS in some specific BSP
2019-03-26 13:58:33 +08:00
Bernard Xiong
0f22a85eba
Merge pull request #2499 from ylz0923/patch-1
...
[bsp][stm32][libraries][HAL_Drivers] Update drv_common.c
2019-03-26 08:54:10 +08:00
Bernard Xiong
b1a98ebe46
Merge pull request #2502 from BernardXiong/branch_tools
...
[Tools] Add Makefile generation and Eclipse target
2019-03-25 22:26:16 +08:00
Bernard Xiong
94e7f7316b
Merge pull request #2503 from qz721/libcpu_cortex_a
...
Make 'qemu-vexpress-a9' and 'imx6ul' use the same libcpu code.
2019-03-25 21:58:48 +08:00
qz721
2eb1bef773
Make 'qemu-vexpress-a9' and 'imx6ul' use the same libcpu code.
2019-03-25 20:03:49 +08:00
Bernard Xiong
bc6117b4e5
Merge pull request #2498 from tyustli/master
...
last push forget modified the templates to support C++
2019-03-25 19:36:43 +08:00
Bernard Xiong
c949383704
Merge pull request #2487 from wangyq2018/es32f0654
...
[bsp/es32f0654] add hwtimer driver
2019-03-25 19:19:09 +08:00
Bernard Xiong
598af9f918
Merge pull request #2486 from wangyq2018/es32f0334
...
[bsp/es32f0334] add hwtimer driver
2019-03-25 19:18:36 +08:00
杨连钊
b3cea3f5a8
Update drv_common.c
2019-03-25 10:35:32 +08:00
tyustli
4b6c732cd7
last push forget modified the templates to support C++
...
this time add C++ for templates
2019-03-25 10:28:12 +08:00
Bernard Xiong
1b0f7db7c3
Merge pull request #2496 from Ingenic-community/master
...
X1000:drv_uart.c:修复引脚路由中的问题/Fix bugs in pin routing
2019-03-24 17:26:30 +08:00
Bernard Xiong
b9932f80b6
Merge pull request #2386 from slcmcu/dev-stm32f405
...
[bsp][stm32]添加板载LED灯示例程序
2019-03-24 16:54:56 +08:00
Bernard Xiong
e4a9fb5cfc
Update drv_gpio.h
2019-03-24 16:51:26 +08:00
whj
1d760bfeec
[bsp][stm32]增加stm32h743-atk-apollo bsp
2019-03-24 11:34:17 +08:00
whj4674672
6dca889a36
[bsp][stm32]add stm32h743-atk-apollo
2019-03-24 10:43:59 +08:00
Zhou Yanjie
94a5f9951b
X1000:drv_uart.c:修复引脚路由中的问题/Fix bugs in pin routing
...
在配置引脚路由时需要将未使用的引脚配置为输入模式,
否则有可能同u-boot中的配置产生冲突。
Unused pins need to be configured as input mode when
configuring pin routing, otherwise there may be
conflicts with the configuration in u-boot.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-03-23 22:10:48 +08:00
Zhou Yanjie
a30587ff69
X1000:drv_gpio.h:添加枚举成员“GPIO_PULL”/Add enum member "GPIO_PULL"
...
在枚举“gpio_function”中添加成员“GPIO_PULL”
Add the member "GPIO_PULL" to the enumeration "gpio_function".
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-03-23 22:04:12 +08:00
tyustli
4f03ef589f
add c++ support for the bsp of stm32
2019-03-23 13:59:53 +08:00
wangyq2018
ed7ace9b92
[bsp/es32f0334] add hwtimer driver
2019-03-22 20:10:41 +08:00
wangyq2018
1e1c73c75d
[bsp/es32f0654] add hwtimer driver
2019-03-22 18:08:28 +08:00
Bernard Xiong
0b3c99d650
Merge pull request #2489 from jesven/fix_qemu_none_align
...
fix the problem of double in sprintf
2019-03-22 17:22:24 +08:00
shaojinchun
df930d5516
fix the problem of double in sprintf
2019-03-22 13:50:29 +08:00
Bernard Xiong
4e5c28a279
Update main.c
2019-03-20 21:35:58 +08:00
Bernard Xiong
76942baaa4
Merge pull request #2475 from qgyhd1234/rtc
...
[bsp][stm32]添加 RTC 时钟源选择
2019-03-20 21:21:17 +08:00
Bernard Xiong
19719b2edb
Merge pull request #2476 from tyustli/bsp-stm32l475
...
add a new bsp of stm32
2019-03-20 21:20:46 +08:00
Bernard Xiong
93a57b678d
Update SConscript
2019-03-20 21:18:42 +08:00
Bernard Xiong
c6ed9fb284
Merge pull request #2469 from wangyq2018/es32f0334
...
[bsp/es32f0334] add spi/i2c/pwm drivers
2019-03-20 21:05:14 +08:00
ZYH
7888c6f6cd
[BSP][k210]change default config
2019-03-20 12:31:46 +08:00
ZYH
e2ab38e43b
[BSP][k210]fix gpio build error
2019-03-20 12:28:31 +08:00
ZYH
8c12df986d
[BSP][k210] fix spi
2019-03-20 12:26:05 +08:00
ZYH
5a765d80b3
[BSP][k210] fix AI clock
2019-03-20 12:25:48 +08:00
ZYH
3aef459c68
[BSP][k210]fix camera io config
2019-03-20 12:25:24 +08:00
ZYH
c43ab4d262
[BSP][k210]fix sdk interrupt in rtthread
2019-03-20 12:24:53 +08:00
sunlichao
fb9bb7ca22
[bsp][stm32]支持板载LED灯和自动生成mdk工程
2019-03-20 12:14:39 +08:00
wangyq2018
f1ba61e413
[bsp/es32f0334] add spi/i2c/pwm drivers
2019-03-20 11:40:35 +08:00
zylx
7a80fdf894
[bsp][stm32]为所有支持 rtc 的 bsp 添加时钟源选项
2019-03-20 11:29:04 +08:00
tyustli
828f2f204d
[bsp/stm32/stm32l475-st-discovery] 更新 README.md,更新MDK工程
...
Signed-off-by: tyustli <1225613647@qq.com>
2019-03-19 18:56:25 +08:00
zylx
b941e6c730
[bsp][stm32]添加 RTC 时钟源选择
2019-03-19 18:24:28 +08:00
tyustli
9b9881bf4c
[bsp/stm32l475-st-discovery] add a new bsp of stm32
2019-03-19 15:13:18 +08:00
ZYH
6eebc0e718
[BSP][k210]fix depend
2019-03-19 11:27:21 +08:00
ZYH
b2b78a8718
[BSP][k210]Add GPIO driver
2019-03-19 11:26:20 +08:00
Bernard Xiong
56c8f8bcc2
Merge pull request #2459 from wangyq2018/es32f0654
...
[bsp/es32f0654] fixed pwm timing inaccuracy when period is too small.
2019-03-19 03:04:14 +08:00
Bernard Xiong
8804a77655
Merge pull request #2464 from misonyo/change
...
[bsp/old stm32 bsp]remove old stm32 bsp
2019-03-18 20:17:29 +08:00
Bernard Xiong
eace2d4b08
Merge pull request #2466 from lymzzyh/spi
...
Add SPI driver
2019-03-18 20:04:39 +08:00
ZYH
29ae740490
Add SPI driver
2019-03-18 16:58:16 +08:00
Bernard Xiong
3f466dc8d3
Merge pull request #2396 from shaoguoji/master
...
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
2019-03-18 09:00:33 +08:00
Bernard Xiong
0adf83b6a1
Merge pull request #2352 from ylz0923/master
...
[bsp][stm32] add can driver.
2019-03-17 10:04:05 +08:00
Bernard Xiong
cac8e7aab5
Merge pull request #2462 from jinsheng20/746
...
增加看门狗和 tft 屏驱动
2019-03-16 08:49:23 +08:00
jinsheng
a90e795d15
增加看门狗和 tft 屏驱动
2019-03-15 21:10:15 +08:00
misonyo
a63c3050c0
[bsp/old stm32 bsp]remove old stm32 bsp
2019-03-15 18:15:06 +08:00
wangyq2018
79fd4d3345
[bsp/es32f0654] fixed pwm timing inaccuracy when period is too small.
2019-03-15 15:33:29 +08:00
Bernard Xiong
fc5cfe0a5e
Merge pull request #2450 from jesven/fix_lf
...
Fix lf
2019-03-14 20:25:09 +08:00
Bernard Xiong
656d20362b
Merge pull request #2449 from qgyhd1234/checksum
...
[components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和
2019-03-14 20:23:36 +08:00
zylx
9818ee2d29
[components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和
2019-03-14 16:39:50 +08:00
misonyo
c135b34b9d
[bsp/stm32f411]add pwm driver
2019-03-14 11:16:24 +08:00
杨连钊
900050ba98
[bsp][stm32][stm32f103-fire-arbitrary][board]
...
修改stm32f1xx_hal_msp.c文件CAN引脚配置,
修改Kconfig文件,取消CAN2相关内容
还原stm32f1xx_hal_conf.h中与CAN不相关的内容
2019-03-14 09:50:19 +08:00
shaojinchun
377bbdc833
继续fix stm32f767 的lf问题
2019-03-13 17:56:56 +08:00
Bernard Xiong
a0df6bea81
Merge pull request #2440 from jesven/fix_lf
...
fix stm32767 lf
2019-03-13 17:16:00 +08:00
Bernard Xiong
a951279c1e
Merge pull request #2439 from sunshine0824/stm32f746
...
[bsp][stm32] modify sdram configuration
2019-03-13 17:15:17 +08:00
Bernard Xiong
f575aaa0b7
Merge pull request #2421 from jicheng0622/master
...
[BSP][i.MXRT]Add NXP i.MXRT1021-EVK BSP Support
2019-03-13 17:08:43 +08:00
shaojinchun
ce8bc80e8d
fix stm32767 lf
2019-03-13 14:27:23 +08:00
sun_shine
cca0eda2c2
[bsp][stm32] modify sdram configuration
2019-03-13 12:01:54 +08:00
Bernard Xiong
f165b9cb3b
Merge pull request #2424 from wangyq2018/es32f0654
...
[bsp/es32f0654] add pwm drivers
2019-03-13 08:58:45 +08:00
zyh
1022cfd3a7
[BSP][K210]Add LCD Camera driver
...
Signed-off-by: zyh <lymz@foxmail.com>
2019-03-12 17:29:38 +08:00
shaoguoji
74f1396c9d
调整iar工程配置
2019-03-12 16:45:02 +08:00
shaoguoji
8820d898c3
修正链接脚本注释
2019-03-12 16:44:47 +08:00
wangyq2018
27d842b552
[bsp/es32f0654] add pwm drivers
2019-03-12 11:48:28 +08:00
jicheng0622
ea867b623f
Delete redundant blank lines
2019-03-12 11:47:39 +08:00
jicheng0622
48ca812dbc
Change license, update Readme and fixed some compability issues
2019-03-11 22:55:07 +08:00
jicheng0622
82cc9a9eae
Add RT1021-EVK BSP Support For RTThread By JiCheng
2019-03-11 13:10:36 +08:00
Bernard Xiong
a4f16ed41f
Merge pull request #2417 from obito0/master
...
[BSP]添加两个STM32的BSP
2019-03-11 09:41:02 +08:00
obito
ec5d9bed8c
更新了README.md,增加了我上传的这两个BSP的描述
2019-03-10 19:10:15 +08:00
obito
55f4d28ec5
我们学生一般都会用体积比较小的最小系统,也就是网上热卖的STM32F103C8T6最小系统,所以先做出这个最小系统的BSP,方便大家直接使用到自己的项目当中,也方便那些没有开发板的人用这个最小系统学习RTT
2019-03-10 19:09:49 +08:00
obito
75448d5e4b
因为刚入手RT-Thread的时候就想找这个正点原子战舰V3开发板的BSP,结果没找到,一开始就制作BSP门槛相对高了,特此增加了正点原子的战舰V3开发板的BSP(STM32F103ZET6),方便所有和我用这款开发板的人快速入门RTT
2019-03-10 19:09:13 +08:00
Bernard Xiong
382f2f17ff
Merge pull request #2405 from Guozhanxin/pwm
...
[bsp][stm32]更新pwm驱动
2019-03-08 20:34:59 +08:00
misonyo
01671090a7
[bsp/lpc408x]更新旧启动机制
2019-03-08 15:02:46 +08:00
guozhanxin
8a9e1caebe
[bsp][stm32]更新pwm驱动
2019-03-08 10:58:45 +08:00
Bernard Xiong
c5bb91ad60
Merge pull request #2393 from lymzzyh/Kconfig
...
[Kconfig]将Kconfig unix格式化
2019-03-07 17:06:49 +08:00
Bernard Xiong
ce2cbb42ec
Merge pull request #2388 from armink/fix_rtdbg
...
Remove the DBG_COLOR and DBG_ENABLE definition.
2019-03-07 17:03:23 +08:00
Bernard Xiong
a041f768a6
Merge pull request #2384 from wangyq2018/es32f0654
...
[bsp/es32f0654] switch system clock from 24MHz to 48MHz
2019-03-07 16:33:51 +08:00
shaoguoji
8671e706b5
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
2019-03-07 15:43:08 +08:00
shaojinchun
4e22be8937
now makefile works
2019-03-07 14:42:58 +08:00
ZYH
7f11e4ded2
[Kconfig]将Kconfig unix格式化
2019-03-07 13:20:36 +08:00
armink
0d7ba79219
Remove the DBG_COLOR and DBG_ENABLE definition.
2019-03-06 17:54:30 +08:00
wangyq2018
abd83b10df
[bsp/es32f0654] switch system clock from 24MHz to 48MHz
2019-03-06 15:48:06 +08:00
Bernard Xiong
85a0aaa3c2
Merge pull request #2381 from Guozhanxin/hw_us
...
[bsp][stm32] add rt_hw_us_delay
2019-03-06 01:13:06 +08:00
Bernard Xiong
6008be4055
Merge pull request #2378 from wangyq2018/es32f0334
...
[bsp] add es32f0334 bsp
2019-03-06 01:11:16 +08:00
guozhanxin
f4e74ccd18
[bsp][stm32] add rt_hw_us_delay
2019-03-05 18:23:22 +08:00
wangyq2018
cc5a9438a5
[bsp] add es32f0334 bsp
2019-03-05 16:16:10 +08:00
Bernard Xiong
f44b8b7bdf
Merge pull request #2374 from jinsheng20/stm32f746
...
Stm32f746
2019-03-02 17:21:16 +08:00
jinsheng
24b289b776
增加 flash drv 宏判断,增加fal 配置
2019-03-02 12:52:53 +08:00
Bernard Xiong
8eb7e02d7b
Merge pull request #2367 from wangyq2018/es32f0654
...
[bsp/es32f0654]add spi/i2c drivers
2019-03-01 09:11:02 +08:00
wangyq2018
064da1f6b9
[bsp/es32f0654] add spi/i2c drivers
2019-02-28 13:07:07 +08:00
Bernard Xiong
08ebb196ec
[BSP] modify buffer size of console to 256.
2019-02-28 07:09:56 +08:00
杨连钊
0b63d83485
[bsp][stm32][stm32f103-fire-arbitrary] 优化代码
2019-02-27 12:20:52 +08:00
jinsheng
c0855d1350
增加 flash
2019-02-27 10:34:10 +08:00
Bernard Xiong
dcf52cf267
Merge pull request #2336 from Guozhanxin/rtt_sensor
...
添加 阿里 DeveloperKit 开发板
2019-02-23 10:09:07 +08:00
Bernard Xiong
f6d551553d
Merge pull request #2357 from jinsheng20/bsp/stm32
...
增加 LTDC 官方驱动条件加入工程
2019-02-20 18:36:35 +08:00
Bernard Xiong
1d1f272f3b
Merge pull request #2340 from jinsheng20/stm32f746_disco
...
Stm32f746 disco
2019-02-20 04:52:13 +08:00
jinsheng
da19913421
增加 LTDC 官方驱动条件加入工程
2019-02-19 21:45:43 +08:00
guozhanxin
6e882807fd
[bsp][stm32] update ports/drv_spi_lcd.c
2019-02-19 14:05:27 +08:00
guo
4452afdc67
Merge branch 'master' into rtt_sensor
2019-02-18 23:58:38 -06:00
杨连钊
5795a34d18
[bsp][stm32] add can driver.
2019-02-19 13:53:09 +08:00
shuobatian
d84ce01926
fix drv_timer.c stm32f7 TIM14 Interrupt
2019-02-19 09:18:51 +08:00
ZYH
6a150c0963
[BSP][STM32]增加GPIO驱动对GPIOK时钟初始化
2019-02-19 08:18:59 +08:00
tangweikang
23e61b03cc
[bsp][stm32] 文档细节完善
2019-02-19 08:18:34 +08:00
tangweikang
a7ef0790c5
[bsp][stm32] 为文档添加 ADC 驱动教程
2019-02-19 08:18:34 +08:00
tangweikang
8dc89433f7
[bsp][stm32] 为文档添加 TIMER 驱动教程
2019-02-19 08:18:34 +08:00
tangweikang
7a6e7152cf
[bsp][stm32] 为文档添加 PWM 驱动教程
2019-02-19 08:18:34 +08:00
sunlichao
daf211bee6
[bsp][stm32]添加stm32f405开发板BSP
2019-02-18 22:37:28 +08:00
Bernard Xiong
472ab598cb
Merge pull request #2334 from gztss/master
...
完善STM32G071的BSP
2019-02-18 22:36:04 +08:00
guanwenliang
7534ec5769
Add fal_cfg.h
2019-02-18 15:32:45 +08:00
jinsheng
a2ed7ec6bf
更改说明格式
2019-02-18 10:21:54 +08:00
jinsheng
a9c9763290
增加sd卡支持
2019-02-17 11:19:26 +08:00
jinsheng
8d335a357e
增加sdram
2019-02-16 22:39:26 +08:00
jinsheng
bb47d78576
增加以太网
2019-02-16 17:40:26 +08:00
guozhanxin
fd755be96d
[bsp][stm32]add ali-DeveloperKit bsp
2019-02-16 12:43:55 +08:00
guozhanxin
7967365dc5
[bsp][stm32] add more driver supoort for l4
2019-02-16 12:41:55 +08:00
Bernard Xiong
cdb469cee9
Merge pull request #2333 from Guozhanxin/doc
...
[bsp][stm32] 为文档添加引导索引
2019-02-15 19:52:27 +08:00
guanwenliang
9a9a7b3593
STM32G071 BSP对SPI和UART DMA读写的支持
2019-02-15 16:44:51 +08:00
misonyo
1140ee9ea2
[ci]add new bsp
2019-02-15 15:35:28 +08:00
guozhanxin
dbd2004601
[bsp][stm32] 为文档添加引导索引
2019-02-15 13:49:38 +08:00
guanwenliang
7b53218720
完善STM32G071的BSP
2019-02-15 10:43:09 +08:00
misonyo
700ce3ae6e
[bsp/stm32]change str(Dir('#')) to GetCurrentDir()
2019-02-14 15:55:51 +08:00
Bernard Xiong
6fc1db1ac6
Merge pull request #2318 from Vincent-VG/master
...
添加片上外设驱动选项
2019-02-14 12:14:10 +08:00
Bernard Xiong
c621ff5389
Merge pull request #2324 from wangyq2018/es32f0654
...
[bsp] add bsp es32f0654
2019-02-14 12:13:18 +08:00
GW
eddf2386b2
修改配置选项,添加条件编译
2019-02-13 12:25:56 +08:00
wangyq2018
2288481814
[bsp] add bsp es32f0654
2019-02-13 11:06:34 +08:00
GW
124d9d0cf4
添加片上外设驱动选项
2019-02-12 13:32:41 +08:00
Bernard Xiong
6fea6f7b71
Merge pull request #2304 from yuneizhilin/master
...
完善stm32_adc_init函数
2019-02-06 16:40:49 +08:00
Bernard Xiong
226b904363
Merge pull request #2267 from Vincent-VG/master
...
add /bsp/stm32/stml476-st-nucleo
2019-02-05 16:04:00 +08:00
Bernard Xiong
959d71d145
Merge pull request #2311 from Ingenic-community/master
...
X1000: mtd_nor_partition.c: 修复编译过程中的警告/Fix compile-time warnings
2019-02-05 15:59:58 +08:00
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