File tree Expand file tree Collapse file tree 3 files changed +594
-423
lines changed
source/portable/NetworkInterface Expand file tree Collapse file tree 3 files changed +594
-423
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ add_subdirectory(mw300_rd)
4545add_subdirectory (pic32mzef)
4646add_subdirectory (RX)
4747add_subdirectory (SH2A)
48- add_subdirectory (STM32Fxx)
49- add_subdirectory (STM32Hxx)
48+ add_subdirectory (STM32)
5049add_subdirectory (ThirdParty/MSP432)
5150add_subdirectory (TM4C)
5251add_subdirectory (WinPCap)
Original file line number Diff line number Diff line change 1+ if (NOT ( (FREERTOS_PLUS_TCP_NETWORK_IF STREQUAL "STM32" ) ) )
2+ return ()
3+ endif ()
4+
5+ #------------------------------------------------------------------------------
6+ add_library ( freertos_plus_tcp_network_if STATIC )
7+
8+ target_sources ( freertos_plus_tcp_network_if
9+ PRIVATE
10+ NetworkInterface.c
11+ )
12+
13+ target_link_libraries ( freertos_plus_tcp_network_if
14+ PUBLIC
15+ freertos_plus_tcp_port
16+ freertos_plus_tcp_network_if_common
17+ PRIVATE
18+ freertos_kernel
19+ freertos_plus_tcp
20+ )
You can’t perform that action at this time.
0 commit comments