mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[radio] add radio folder to core (#4045)
This commit renames existing `phy` folder into `radio`. It also renames some of the related files in this folder. It also moves all default/weak `otPlatRadio` implementations to a common `radio_platform_defaults.cpp` file.
This commit is contained in:
committed by
Jonathan Hui
parent
6ebc517408
commit
b1d92846c0
+1
-1
@@ -188,7 +188,7 @@ LOCAL_SRC_FILES := \
|
||||
src/core/net/ip6_mpl.cpp \
|
||||
src/core/net/netif.cpp \
|
||||
src/core/net/udp6.cpp \
|
||||
src/core/phy/radio_weak.cpp \
|
||||
src/core/radio/radio_platform_defaults.cpp \
|
||||
src/core/thread/address_resolver.cpp \
|
||||
src/core/thread/announce_begin_server.cpp \
|
||||
src/core/thread/announce_sender.cpp \
|
||||
|
||||
Reference in New Issue
Block a user