mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Merge branch 'master' into ieee
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config IEEE802154
|
||||
config WIRELESS_IEEE802154
|
||||
bool "IEEE 802.15.4 Wireless Support"
|
||||
default n
|
||||
depends on EXPERIMENTAL
|
||||
---help---
|
||||
Enables support for the IEEE 802.14.5Wireless library.
|
||||
Enables support for the IEEE 802.14.5 Wireless library.
|
||||
|
||||
if IEEE802154
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
ifeq ($(CONFIG_IEEE802154),y)
|
||||
ifeq ($(CONFIG_WIRELESS_IEEE802154),y)
|
||||
|
||||
# Include IEEE 802.15.4 support
|
||||
CSRCS =
|
||||
@@ -52,4 +52,4 @@ DEPPATH += --dep-path wireless/ieee802154
|
||||
VPATH += :wireless/ieee802154
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)wireless$(DELIM)ieee802154}
|
||||
|
||||
endif # CONFIG_IEEE802154
|
||||
endif # CONFIG_WIRELESS_IEEE802154
|
||||
|
||||
Reference in New Issue
Block a user