incubator-nuttx/wireless/ieee802154
Gregory Nutt 5c0e8e88b1 Revert "Makefile: move INCDIROPT to common place (#625)"
This reverts commit b9ace36fcc.

This change was added by PR 625 but has a serious logic flaw.  It removes all occurrences of INCDIROPT and replaces it with a definition in tools/Config.mk:

    else ifeq ($(WINTOOL),y)
      DEFINE = "$(TOPDIR)/tools/define.sh"
      INCDIR = "$(TOPDIR)/tools/incdir.sh" -w

This logic flaw is the Config.mk is included in all Make.defs files BEFORE WINTOOL is defined.  As a result, the definition is wrong in many places when building under Cygwin with a Windows native toolchain.
2020-03-26 08:50:29 -07:00
..
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00
README.txt Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
ieee802154_primitive.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
mac802154.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_assoc.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_assoc.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_bind.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mac802154_data.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_data.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_device.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_disassoc.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_get_mhrlen.c ieee802154: Renaming of some fields 2017-07-17 01:20:01 -04:00
mac802154_getset.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_gts.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_internal.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_ioctl.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
mac802154_loopback.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_netdev.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_orphan.c ieee802154: Blocks out template code that is not complete to avoid warnings 2017-07-01 17:05:42 -04:00
mac802154_poll.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_poll.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_purge.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_reset.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mac802154_rxenable.c Fix some typos 2019-09-17 10:46:23 -06:00
mac802154_scan.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_scan.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_start.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mac802154_sync.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00

README.txt

This will eventually hold some general documentation for the IEEE 802.15.4
MAC implementation.

NOTE: Throughout the code, excerpts from the standard are quoted as to make
the code thoroughly readable. I have tried, to always put a reference [1] and
page number.  Below is the references that correspond with the reference number

[1]