Skip to content

Commit 3e8de58

Browse files
authored
Merge branch 'RT-Thread:master' into master
2 parents 6efca1d + b3fa063 commit 3e8de58

File tree

530 files changed

+148589
-2752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

530 files changed

+148589
-2752
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- {RTT_BSP: "stm32/stm32f401-st-nucleo", RTT_TOOL_CHAIN: "sourcery-arm"}
8383
- {RTT_BSP: "stm32/stm32f405-smdz-breadfruit", RTT_TOOL_CHAIN: "sourcery-arm"}
8484
- {RTT_BSP: "stm32/stm32f407-atk-explorer", RTT_TOOL_CHAIN: "sourcery-arm"}
85+
- {RTT_BSP: "stm32/stm32f407-robomaster-c", RTT_TOOL_CHAIN: "sourcery-arm"}
8586
- {RTT_BSP: "stm32/stm32f407-st-discovery", RTT_TOOL_CHAIN: "sourcery-arm"}
8687
- {RTT_BSP: "stm32/stm32f410-st-nucleo", RTT_TOOL_CHAIN: "sourcery-arm"}
8788
- {RTT_BSP: "stm32/stm32f411-atk-nano", RTT_TOOL_CHAIN: "sourcery-arm"}

.ignore_format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ dir_path:
99
- tools
1010
- components/net/lwip-1.4.1
1111
- components/net/lwip-2.0.2
12+
- components/net/lwip-2.0.3
1213
- components/net/lwip-2.1.2

bsp/CME_M7/rtconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191

9292
/* SECTION: lwip, a lighwight TCP/IP protocol stack */
9393
#define RT_USING_LWIP
94+
#define RT_USING_LWIP203
9495
/* Enable ICMP protocol*/
9596
#define RT_LWIP_ICMP
9697
/* Enable UDP protocol*/

bsp/frdm-k64f/rtconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
/* SECTION: lwip, a lighwight TCP/IP protocol stack */
105105
#define RT_USING_LWIP
106+
#define RT_USING_LWIP203
106107
/* Enable LwIP debug output */
107108
//#define RT_LWIP_DEBUG
108109
/* Enable ICMP protocol*/

bsp/lm3s9b9x/rtconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
/* SECTION: lwip, a lighwight TCP/IP protocol stack */
9090
/* Using lighweight TCP/IP protocol stack*/
9191
#define RT_USING_LWIP
92+
#define RT_USING_LWIP203
9293

9394
/* Trace LwIP protocol*/
9495
/* #define RT_LWIP_DEBUG */

bsp/lpc176x/rtconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157

158158
// <section name="RT_USING_LWIP" description="lwip, a lightweight TCP/IP protocol stack" default="true" >
159159
#define RT_USING_LWIP
160+
#define RT_USING_LWIP203
160161
// <bool name="RT_LWIP_ICMP" description="Enable ICMP protocol" default="true" />
161162
#define RT_LWIP_ICMP
162163
// <bool name="RT_LWIP_IGMP" description="Enable IGMP protocol" default="false" />

0 commit comments

Comments
 (0)