4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 20:53:32 +08:00

4948 Commits

Author SHA1 Message Date
Tao_eternal
2a56598c8c
Update drv_gpio.c 2021-05-11 12:04:53 +08:00
Meco Man
2b5970e94a tab->spaces 2021-05-11 09:15:10 +08:00
Meco Man
119c04d0f2 [Kconfig] 避免COM2与以太网或PWM冲突
因此增加depends on指令,在开启以太网或者PWM驱动后,不再显示COM2
2021-05-10 20:20:29 +08:00
Meco Man
39417ac51a [kconfig]优化 PHY_USING_LAN8720A 2021-05-10 17:15:46 +08:00
Meco Man
dc55b1e19c [bsp][stm32f407-explorer] 重命名sram_port.h为drv_sram.h 2021-05-10 16:49:02 +08:00
Meco Man
ab6c69fe9e 优化SDIO_MAX_FREQ依赖 删除PHY_USING_LAN8720A无用配置 2021-05-10 16:45:00 +08:00
Wayne Lin
0da2fb5f9b Correct rvds.S including for armclang platform. 2021-05-10 16:17:11 +08:00
Meco Man
d81be2e8fd [bsp][stm32f407-explorer] fix a bug that cannot use fatfs in the main thread at starting up 2021-05-10 15:14:50 +08:00
Meco Man
61ec310591 implement BSP_USING_ETH_SAL 2021-05-10 14:22:06 +08:00
Meco Man
efa64e0da4 [bsp-stm32f407-explorer] 完善F407探路者网络board配置 2021-05-09 21:30:14 +08:00
Tao_eternal
7d0aa5bd34 Merge branch 'RT-Thread:master' into patch-1 2021-05-09 15:32:09 +08:00
Tao_eternal
14d64a1dff
Update drv_gpio.c
one more bug fixed
2021-05-09 15:30:36 +08:00
Bernard Xiong
06b5b0c840
Merge pull request #4660 from yanmowudi/master
update swm320 libraries
2021-05-09 12:58:23 +08:00
guozhanxin
7ab2cae3fa [bsp]add seeed Arch_Mix bsp 2021-05-07 17:42:49 +08:00
Tao_eternal
6cb39a15a6
fixed some bugs about interrupt
When I used the pin's interrupt, I always get a FALSE state.
So I read the drv_gpio.c and has found that function gpio_exti_source_select has not  truly set yet and the GPIO input mode and the EXTI_(bitno) should be correct.
2021-05-07 13:52:33 +08:00
Bernard Xiong
186466ecc6
Merge pull request #4593 from yangjie11/bsp-to-apache
[bsp]add copyright notice
2021-05-06 17:55:32 +08:00
yanmowudi
2c05296948 format utf-8 2021-05-06 10:42:41 +08:00
yanmowudi
c00300d5f4 format utf-8 2021-05-06 10:24:00 +08:00
yanmowudi
22513fe86c update swm320 libraries 2021-05-06 10:10:29 +08:00
Bernard Xiong
39aa987fc8
Merge pull request #4632 from yaoyufan/master
fix bluetrum uart1 and uart2 cannot recv data
2021-05-03 21:55:00 +08:00
wangqiang
9d8e5c0e06 修复board/Kconfig的错误 2021-05-03 09:28:03 +08:00
wanghaijing
2715dca27b [remove] configuration options for Kconfig 2021-04-28 14:39:00 +08:00
wanghaijing
79771e42e7 [rename] stm32f767-fire-challenger-v1 2021-04-28 14:30:32 +08:00
YYF
58065b0565
Update drv_usart.c 2021-04-28 09:20:04 +08:00
Bernard Xiong
ff4dfda5ff
Merge pull request #4633 from whj4674672/spi
[add] spi config increases irq_type
2021-04-27 20:52:33 +08:00
Bernard Xiong
01050e5e54
Merge pull request #4642 from xiaoxiaohuixxh/juicevm-port
Juicevm port
2021-04-27 10:08:51 +08:00
Bernard Xiong
c75ea0ae7d
Merge pull request #4645 from yangjie11/delete-bsp
[bsp]delete simulator files and realview-a8 bsp
2021-04-27 10:01:14 +08:00
yangjie
d1ae1bed84 [bsp][Copyright_Notice]update 2021-04-26 15:42:57 +08:00
yangjie
5ea61fca5a [bsp][realview-a8] delete realview-a8 bsp 2021-04-26 14:59:31 +08:00
yangjie
9c784f9c1f [bsp][simulator]delete tap_netif.c 2021-04-26 14:57:26 +08:00
xiaoxiaohuixxh
a87e33db3f [bsp/juicevm] ADD README.md 2021-04-26 14:48:20 +08:00
xiaoxiaohuixxh
d64a11bb1e [bsp/juicevm] Add JuiceVm BSP. 2021-04-26 13:46:22 +08:00
Bernard Xiong
f251cf152d
Merge pull request #4638 from yangjie11/remove-gpl
[bsp][sam7x]remove the gpl file(mii.h)
2021-04-25 18:14:58 +08:00
wanghaijing
7c074c0717 [remove] incorrect SPI IIC information 2021-04-25 14:24:22 +08:00
yangjie
6152b37ca6 [bsp]delete fh8620、gkipc, because of gpl license 2021-04-25 11:39:21 +08:00
yangjie
ba37e72217 [bsp]add copyright notice 2021-04-25 11:21:45 +08:00
yangjie
8f2ebf6eec [bsp][sam7x]remove the gpl file(mii.h) 2021-04-25 10:02:29 +08:00
yaoyufan
e2d4a912be fix bluetrum uart1 and uart2 cannot recv data 2021-04-23 10:21:10 +08:00
wanghaijing
5b7dac8c8e [add] spi config increases irq_type 2021-04-23 09:55:31 +08:00
Bernard Xiong
ed84d02eb3
Merge pull request #4618 from mysterywolf/key
[stm32 pandora] implement drv_key and modify drv_sdcard
2021-04-22 11:39:15 +08:00
Bernard Xiong
490b2be755
Merge pull request #4628 from yangjie11/remove-bsp
[bsp][qemu]更换 smc911 驱动头文件
2021-04-22 00:18:40 +08:00
yangjie
afee7fd2b9 [bsp]update 2021-04-21 17:22:07 +08:00
yangjie
b2a589b89e [bsp][qemu-vexpress-a9/drivers] change to lan911 header file 2021-04-21 10:33:58 +08:00
Bernard Xiong
f4f6bf5237
Merge pull request #4485 from mysterywolf/wdgl0
[bug][stm32][wdg] 修复没有考虑到L0芯片的问题
2021-04-21 08:38:36 +08:00
Meco Man
b5a7a4365a miss typing 2021-04-17 20:43:44 +08:00
Meco Man
a1d4a2586c miss typing 2021-04-17 16:32:33 +08:00
Meco Man
71988c967d format codes 2021-04-17 16:31:08 +08:00
Meco Man
8956b2ea46 [stm32 pandora] implement drv_key and modify drv_sdcard 2021-04-17 16:28:09 +08:00
Bernard Xiong
dfeacfb686
Merge pull request #4614 from armink/fix_rtc
Add feature of millisecond time
2021-04-15 12:15:26 +08:00
Bernard Xiong
288ed103ac
Merge pull request #4603 from greedyhao/ab32
[ab32vg1] add irda support
2021-04-15 12:10:59 +08:00