Commit Graph

11938 Commits

Author SHA1 Message Date
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
David Lin 6efca1d120
Merge branch 'RT-Thread:master' into master 2021-06-24 22:36:14 +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
David Lin 09b08cca8e
Merge branch 'RT-Thread:master' into master 2021-06-23 14:43:08 +08:00
DavidLin1577 109efcbcd5 [components/drivers]
added function declaration
2021-06-23 14:40:53 +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
Bernard Xiong 14c791f50a
Merge pull request #4815 from mysterywolf/syscall
[libc][syscall]整理函数格式
2021-06-23 09:59:57 +08:00
Meco Man fa3d95bb1c [libc][syscall]整理函数格式 2021-06-23 01:37:41 +08:00
wanghaijing 5d4260ab6d [pm] index should be less than PM_MODLUE_MAX_ID 2021-06-22 23:56:55 +08:00
guo a1a656fbe7
Merge pull request #4817 from greedyhao/ab32
[bsp][bluetrum] fix audio replay device problem
2021-06-22 15:06:43 +08:00
ZHU Hao a3db13b0a2
Update link.lds 2021-06-22 14:15:06 +08:00
ZHU Hao d0a9402583
Update drv_sound.c 2021-06-22 14:12:05 +08:00
Bernard Xiong 32acc94fe1
Merge pull request #4816 from mysterywolf/stdio
[rtlibc] remove libc_stdio.h
2021-06-22 00:21:18 +08:00
Bernard Xiong 06c1d33371
Merge pull request #4814 from Guozhanxin/lcd_fix
[bsp][stm32] fix LTDC_IRQHandler irq enter bug.
2021-06-21 22:16:25 +08:00
Meco Man 43a80193c4 [rtlibc] remove libc_stdio.h 2021-06-21 21:59:48 +08:00
greedyhao 7c259a05c2 [bsp][bluetrum] Compatible romfs 2021-06-21 21:07:58 +08:00
greedyhao 9d08e9fb12 [bsp][bluetrum] update link.lds 2021-06-21 21:01:05 +08:00
greedyhao 8c5fed62c1 [bsp][bluetrum] stream close 存在问题 2021-06-21 21:00:41 +08:00