[riot-commits] [RIOT-OS/RIOT] e554a1: makefiles/modules.inc.mk: remove deprecated FEATUR...
Joakim Nohlgård
joakim.nohlgard at eistec.se
Fri Feb 9 10:32:15 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: e554a197569d2dda9a0e270011560b0948732496
https://github.com/RIOT-OS/RIOT/commit/e554a197569d2dda9a0e270011560b0948732496
Author: Gaëtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M makefiles/modules.inc.mk
Log Message:
-----------
makefiles/modules.inc.mk: remove deprecated FEATURE_PERIPH_ macros
`#ifdef FEATURE_PERIPH_NAME` usage should now be replaced by
`#ifdef MODULE_PERIPH_NAME`.
This deprecation was started by pull requests #8226 and #8227.
Commit: 0cf3f63b6ff6e9b3f57f4b10421a8f9ad58da722
https://github.com/RIOT-OS/RIOT/commit/0cf3f63b6ff6e9b3f57f4b10421a8f9ad58da722
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths:
M makefiles/modules.inc.mk
Log Message:
-----------
Merge pull request #8292 from cladmi/pr/deprecated/feature_macros
makefiles/modules.inc.mk: remove setting deprecated FEATURE_PERIPH_ macros
Compare: https://github.com/RIOT-OS/RIOT/compare/2afc28922a4a...0cf3f63b6ff6
More information about the commits
mailing list