[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:
Abtin Keshavarzian
2019-08-08 08:29:38 -07:00
committed by Jonathan Hui
parent 6ebc517408
commit b1d92846c0
22 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -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 \