nuttx/drivers/wireless/spirit/include
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
..
Make.defs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00
spirit_aes.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spirit_calibration.h Spirit: Add a function to wait for a state change with a timeout. 2017-08-01 10:31:12 -06:00
spirit_commands.h Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_config.h Spirit network driver: Need to enable sending of TX address. Moved some non-optional settings out of board.h to driver. 2017-08-04 12:19:58 -06:00
spirit_csma.h Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_directrf.h Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
spirit_general.h Make sure that labeling is used consistently in all function headers (part 3). 2018-02-01 12:17:03 -06:00
spirit_gpio.h Squashed commit of the following: 2017-07-27 11:56:26 -06:00
spirit_irq.h Spirit Network Device: Fix a deadlock. Also several other design improvements to eliminate corner cases. 2017-08-03 08:37:05 -06:00
spirit_linearfifo.h Remove CONFIG_NET_MULTILINK. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 15:26:09 -06:00
spirit_management.h Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_pktbasic.h Spirit: Convert network driver to use STack packets vs. Basic packets. We need to use the STack packets in order to provide the source address. 2017-08-04 12:19:59 -06:00
spirit_pktcommon.h Squashed commit of the following: 2017-07-28 12:01:05 -06:00
spirit_pktmbus.h Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
spirit_pktstack.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spirit_qi.h Squashed commit of the following: 2017-07-27 11:56:26 -06:00
spirit_radio.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spirit_regs.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spirit_spi.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spirit_timer.h Squashed commit of the following: 2017-07-27 18:04:35 -06:00
spirit_types.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00