5568 Commits

Author SHA1 Message Date
Man, Jianting (Meco)
01a6563249
[stm32l475][arduino] 初步实现Arduino生态兼容 (#5367)
* [arduino] 初步实现Arduino生态兼容组件

* [stm32f475] 增加PC2 作为ADC1_IN3

* [stm32l475][port] 将路径Arduino改为arduino
2021-12-13 11:36:51 +08:00
Lyon
0c5f612183
Update rtconfig.h 2021-12-13 10:27:38 +08:00
Lyon
cdf4a606f2
Update .config 2021-12-13 10:26:57 +08:00
Z.Y.Ma
84ebf38462
add stm32g474-st-nucleo bsp (#5362)
* add stm32g474-st-nucleo bsp

* format

* format
2021-12-13 09:42:33 +08:00
Lyon
b25e761712
add stack size to avoid stack overflow when boot 2021-12-12 23:39:01 +08:00
Bernard Xiong
2de4797272
Merge pull request #5354 from Lim-LinYuanbo/master
完善代码,解决部分BUG
2021-12-10 22:51:19 +08:00
guo
fd6990a049
Merge pull request #5348 from fanhuanji/master
BugFix: Raspi3 GPIO driver write bug
2021-12-10 18:54:14 +08:00
guo
0555a55027
Merge pull request #5349 from mysterywolf/stm32l475
[stm32][l475] 增加ESP8266快速构建选项,串口驱动由v2调整为V1
2021-12-10 18:53:54 +08:00
guo
034b41c6fd
Merge pull request #5360 from iysheng/fix_gmtime
[bsp][stm32] Modify variable name p_tm to tm
2021-12-10 18:43:24 +08:00
iysheng
b6d90dffcf [bsp][stm32] Modify variable name p_tm to tm 2021-12-10 16:25:40 +08:00
qinge
18da37aacc 修改格式,调整对齐 2021-12-10 15:57:20 +08:00
qinge
81b84ab166 完善了STM32H7系列SPI使用DMA的驱动
1.使能DMA时钟的条件编译中加入了STM32H7
2.添加STM32H7 "spi_config" 中的request字段
3.DMA初始化FiFo相关的初始化的条件编译选项中加入STM32H7
2021-12-10 15:30:30 +08:00
Meco Man
fbe71b7b30 [qemu] update Kconfig 2021-12-09 14:06:28 -05:00
192.168.1.134
6378f95f00 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2021-12-09 19:18:24 +08:00
192.168.1.134
d6b05287bb fix: fix wrong define and warning 2021-12-09 15:48:09 +08:00
guo
3c39d35c8d
Merge pull request #5350 from Guozhanxin/qemu-a9-lvgl
[qemu-a9] add lvgl support.
2021-12-09 13:32:41 +08:00
guozhanxin
45dd302abf [qemu-a9] add .ignore_format.yml 2021-12-09 11:48:48 +08:00
guozhanxin
5aecdeb8ab [qemu-a9] add lvgl support. 2021-12-09 11:24:17 +08:00
Meco Man
a716a9949e [stm32][l475] 增加ESP8266快速构建选项,串口驱动由v2调整为V1 2021-12-08 18:40:37 -05:00
fanhuanji
2d6791d592 BugFix: Raspi3 GPIO driver write bug 2021-12-08 22:33:23 +08:00
192.168.1.134
d9ca4e85f6 perf: improve compiler path logic 2021-12-08 14:21:52 +08:00
rtthread-bot
9bbb74affc Merge remote-tracking branch 'rtt_gitee/gitee_master' 2021-12-08 06:12:14 +00:00
guozhanxin
88137fbc91 !315 针对STM32F4系列,根据不同的ABP1总线频率来配置CAN
Merge pull request !315 from svchao/gitee_master
2021-12-08 06:08:06 +00:00
Bernard Xiong
fd9eea2f7f
Merge pull request #5334 from mysterywolf/posix
[posix] 按照高级unix环境编程整理IO类别
2021-12-07 23:54:44 +08:00
Meco Man
77dc58534a [stm32][f469]update lvgl demo 2021-12-06 09:33:04 -05:00
Meco Man
67e14adc4f [posix] 按照高级unix环境编程整理IO类别 2021-12-05 23:07:41 -05:00
Bernard Xiong
36d5154256
Merge pull request #5320 from mysterywolf/pse-master
[POSIX] move PSE branch to master
2021-12-05 13:16:39 +08:00
Bernard Xiong
0453536384
Merge pull request #5331 from recan-li/master_fix
【PR】修改bsp/qemu-vexpress-a9的若干问题
2021-12-05 09:58:57 +08:00
guo
8f2a8efe70
Merge pull request #5324 from mysterywolf/bluepill
[stm32][bluepill] update readme
2021-12-04 12:17:54 +08:00
recan-li
58af537c6c fix: Update README for bsp/qemu-vexpress-a9 2021-12-04 01:03:54 +08:00
recan-li
cf92ae747f fix: Fix compile warnings on qemu-vexpress-a9 platform (-Wimplicit-function-declaration) 2021-12-04 01:03:26 +08:00
Meco Man
7b5e6a81f9 [stm32][gcc] 修复栈为0的bug,将栈扩展到0x400(与Keil IAR一致) 2021-12-03 10:05:03 -05:00
192.168.1.134
8e3caf08b9 feat: improve startup flow
1. remove gpio&uart INIT_BOARD_EXPORT
2. init gpio&uart in rt_hw_board_init
3. add clock driver
2021-12-03 14:25:13 +08:00
Man, Jianting (Meco)
1040f4a347
fix ci error. (#68)
Co-authored-by: guozhanxin <guozhanxin@rt-thread.com>
2021-12-02 22:59:59 -05:00
Meco Man
84491d9ff1 [stm32][bluepill] update readme 2021-12-02 20:39:23 -05:00
Meco Man
38e0c2af2a update mini2440 2021-12-01 22:42:08 -05:00
Meco Man
879e9d4c54 更新rtconfig.h 2021-12-01 22:02:36 -05:00
guo
fda37d55f8
Merge pull request #5319 from RT-Thread/master
【PSE分支】同步master到PSE分支
2021-12-02 10:09:37 +08:00
guo
d5001ab0bc
Merge pull request #5315 from greedyhao/ab32
[bsp/bluetrum] add flash support
2021-12-01 10:35:09 +08:00
Bernard Xiong
7c012afdf8
Merge pull request #5314 from GuEe-GUI/master
fixup .bss size define in link.lds and set spsel=1 in aarch64
2021-12-01 09:18:50 +08:00
Meco Man
04d3d13081 替换宏定义 2021-11-30 10:39:40 -05:00
greedyhao
8a85ff4ebe [bsp/bluetrum] formatting code 2021-11-30 17:26:39 +08:00
greedyhao
26310fe254 [bsp/bluetrum] add flash support 2021-11-30 14:38:51 +08:00
GuEe-GUI
efbdbc2636 fixup .bss size define in link.lds and set spsel=1 in aarch64 2021-11-30 11:14:17 +08:00
guo
ccfb3cb67d
Merge pull request #5309 from chenyingchun0312/fea_nrf5x_i2c_driver
[bsp/nrf5x] fix i2c driver bug
2021-11-29 14:11:53 +08:00
chenyingchun0312
8f65ea4e70 [bsp/nrf5x] fix i2c driver bug 2021-11-28 22:44:10 +08:00
chenyingchun0312
7db9df93e5 [bsp/stm32/stm32l496] add I2C config 2021-11-27 17:22:24 +08:00
Bernard Xiong
e055a00778
Merge pull request #5299 from mysterywolf/rtc
modify time.h to sys/time.h
2021-11-27 02:43:21 +08:00
Bernard Xiong
05e1fdc8e5
Merge pull request #5306 from chenyingchun0312/fea_nrf5x_tinyusb
[bsp/nrf5x] add hwtimer config & tinyusb config
2021-11-27 02:42:52 +08:00
chenyingchun0312
43aefc9c43 [bsp/nrf5x] add hwtimer config & tinyusb config 2021-11-26 12:34:34 +08:00