Commit Graph

11900 Commits

Author SHA1 Message Date
chenyingchun0312 8708808a35 [bsp/nrf5x] remove drivers/drv_fs.c to application/mnt.c 2021-07-01 22:36:30 +08:00
陈迎春 b72bd90912
Merge branch 'RT-Thread:master' into master 2021-07-01 20:56:33 +08:00
HubretXie 0fc7158ffb [drivers]serial.c
解决STM32串口使用DMA接收方式时,清空缓存bug
2021-07-01 14:21:06 +08:00
NightIsDark 247d1a50d7 git rebase commit 2021-07-01 14:06:12 +08:00
NightIsDark 550ad698e0 格式错误修订 2021-07-01 14:06:12 +08:00
NightIsDark ce7d1c6ca6 修订PR邮箱错误无法签署CLA的问题 2021-07-01 14:06:12 +08:00
NightIsDark 122f90922e Revert "多网卡应用下,accept创建的socket应该和server使用一样的网卡(默认网卡不一定正确)"
This reverts commit 05124def81684a2bf73b89513e2ffaf88a03f806.
2021-07-01 14:06:12 +08:00
NightIsDark a245403f4d 多网卡应用下,accept创建的socket应该和server使用一样的网卡(默认网卡不一定正确) 2021-07-01 14:06:12 +08:00
guo de4fc40706
Merge pull request #4835 from Guozhanxin/cmake-armclang
add scons --target=cmake-armclang
2021-07-01 11:59:28 +08:00
guozhanxin d500f2dae6 [tools] cmake-clang compatible with bsp that does not support C++. 2021-07-01 08:16:21 +08:00
guozhanxin 132ecaffb7 [fix] stm32l475-atk-pandora armcc build error. 2021-07-01 01:34:46 +08:00
guozhanxin 43d19a8b78 [bsp] stm32h750-artpi-h750/stm32f412-st-nucleo support armclang. 2021-07-01 01:31:56 +08:00
guozhanxin 194e33a792 [tools] add scons --target=cmake-armclang 2021-07-01 01:30:50 +08:00
chenyingchun0312 75e575476b [bsp/nrf5x] update link.lds 2021-06-28 22:57:40 +08:00
chenyingchun0312 0acbc36e4a [bsp/nrf5x] update config file 2021-06-28 22:34:35 +08:00
chenyingchun0312 04a2434233 [bsp/nrf5x] update config file 2021-06-28 21:11:35 +08:00
陈迎春 cd571127e8
Merge branch 'RT-Thread:master' into master 2021-06-28 20:21:20 +08:00
Bernard Xiong ae3c272e2c
Merge pull request #4827 from supperthomas/ble_nano_33
[bsp/nrf52840] add the bsp support of ble nano 33
2021-06-28 19:19:11 +08:00
guo 212ef0a2f4
Merge pull request #4833 from mysterywolf/lwipoldbsp
update rtconfig.h for lwip2.0.3
2021-06-28 18:01:45 +08:00
Meco Man c9b0876ac5 更新老bsp工程和rtconfig.h 2021-06-28 16:29:26 +08:00
Meco Man 898ea9e7d4 [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00
guo b0a1f7f91d
Merge pull request #4824 from xiangxistu/lwip2.0.3
[add] the support of lwip 2.0.3.
2021-06-28 13:32:29 +08:00
liuxianliang 0cbb1f08c1 [fix] set default lwip stack for old bsp folder. 2021-06-28 12:39:19 +08:00
liuxianliang 0e1266ac10 [remove] redundant script. 2021-06-28 11:47:13 +08:00
liuxianliang 4a884cd8ba [update] change default lwip stack to lwip2.0.3 2021-06-28 11:45:27 +08:00
liuxianliang 81ccffb5e4 [fix] delete useless code. 2021-06-28 11:44:29 +08:00
liuxianliang 9f45c13ac9 [update] the "event_callback" will be change by RT-Thread dfs. 2021-06-28 11:18:28 +08:00
chenyingchun0312 a1f2cdd4d6 [bsp/nrf5x] format drv_fs.c 2021-06-28 11:12:09 +08:00
chenyingchun0312 670000dd0f [bsp/nrf5x] fix gcc compile exception and add onchip filesystem
Signed-off-by: chenyingchun0312 <chenyingchun0312@163.com>
2021-06-28 10:56:53 +08:00
supperthomas f9a07e4019 add the link 2021-06-26 22:06:42 +08:00
supperthomas d00c3249d4 add the readme 2021-06-26 20:42:06 +08:00
supperthomas 05e37a17b2 add the gcc build 2021-06-26 19:42:28 +08:00
supperthomas c2a06c0cfb [bsp/nrf5x] add the bsp ble_nano_33 2021-06-26 19:42:27 +08:00
supperthomas 19ec36bc6e rebuild the Kconfig 2021-06-26 19:42:26 +08:00
supperthomas 8849d16394 [bsp/nrf5x] rebuild nrf52840 gpio 2021-06-26 19:42:25 +08:00
supperthomas 56815eb6f7 [bsp/nrf5x] fix the config 2021-06-26 19:42:24 +08:00
Bernard Xiong c9fa432756
Merge pull request #4826 from ArdaFu/master
[bsp][tm4c129x] Fix the buffer free error in eth driver receive func.
2021-06-26 14:09:00 +08:00
Bernard Xiong 989cedb278
Merge pull request #4825 from Guozhanxin/cmake
[cmake] fix path issue.
2021-06-26 14:07:30 +08:00
ArdaFu eebb2561ec [bsp][tm4c129x] Do not free net driver rx pBuf in receive method when device is not ready. Fix#4625 2021-06-26 12:37:59 +08:00
ArdaFu 7841aff0ca [bsp][tm4c129x] Upgrade the Tiva Peripheral Driver Library to version 2.2.0.295. 2021-06-26 12:37:09 +08:00
guozhanxin b67e6bbafd [cmake] fix path issue. 2021-06-25 21:07:23 +08:00
liuxianliang da1302cbda [update] ignore the lwip origin file format. 2021-06-25 16:22:06 +08:00
liuxianliang ff4a936812 [add] the support of lwip 2.0.3. 2021-06-25 15:58:43 +08:00
Bernard Xiong fcb0a47328
Merge pull request #4819 from whj4674672/pm
[pm] index should be less than PM_MODLUE_MAX_ID
2021-06-24 21:32:25 +08:00
Bernard Xiong 2341ba037b
Merge pull request #4809 from KyleChenjh/serial_v2_tc
[testcase] 增加serial_v2的测试用例
2021-06-24 21:29:13 +08:00
Bernard Xiong 8a23d0ccf2
Merge pull request #4796 from mysterywolf/__CLANG_ARM
将defined(__CC_ARM) || defined(__CLANG_ARM) 改为 ifdef __ARMCC_VERSION
2021-06-24 21:05:05 +08:00
guo 30b9f7e1c0
Merge pull request #4821 from Eureka1024/master
[kernel] Fix comment error for rt_mutex_detach().
2021-06-24 09:19:41 +08:00
杨澄 ec3c1d4d00
[kernel] Fix comment error for rt_mutex_detach(). 2021-06-23 21:23:07 +08:00
guo 95cea205b1
Merge pull request #4812 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
2021-06-23 13:45:38 +08:00
chenjh 312753686b [testcase] 增加serial_v2的测试用例 2021-06-23 11:04:36 +08:00