1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/esp32
Gaëtan Harter b88d1887c8
boards/tools: remove exporting RESET/RESET_FLAGS
RESET and RESET_FLAGS are evaluated by the main Makefile.include or by file
included by it. Their value does not need to be exported.

This will also prevent evaluating 'PORT' for RESET_FLAGS when not needed.

Testing
-------

`git diff --word-diff` only reports `export` being removed.

`git show --stat` reports `24 insertions(+), 24 deletions(-)`
Which is the same amount as lines that where matching
`export[[:blank::]]\+VARIABLE`.
2019-05-28 09:56:14 +02:00
..
include Merge pull request #11293 from gschorcht/cpu/esp32/periph/conf/spi 2019-05-14 12:07:19 +02:00
board_common.c boards/esp32*: print config for enabled modules 2019-05-01 09:40:17 +02:00
doc.txt boards: add common esp32 based sources 2018-10-08 12:20:49 +02:00
Makefile boards: add common esp32 based sources 2018-10-08 12:20:49 +02:00
Makefile.dep boards: add common esp32 based sources 2018-10-08 12:20:49 +02:00
Makefile.features cpu/esp32: add new uart_mode API function 2019-03-28 16:36:04 +01:00
Makefile.include boards/tools: remove exporting RESET/RESET_FLAGS 2019-05-28 09:56:14 +02:00