1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common
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
..
arduino-atmega board: add support for arduino-leonardo 2019-05-24 15:12:47 +02:00
arduino-due boards/arduino*: Added/refactored params for W5100 2019-01-22 15:46:33 +01:00
arduino-mkr sam0_common: make Timer implementation common across all sam0 MCUs 2019-05-21 11:47:59 +02:00
atmega board: add support for arduino-leonardo 2019-05-24 15:12:47 +02:00
esp32 boards/tools: remove exporting RESET/RESET_FLAGS 2019-05-28 09:56:14 +02:00
esp8266 boards/tools: remove exporting RESET/RESET_FLAGS 2019-05-28 09:56:14 +02:00
frdm kinetis-based-boards: use FLASHDEPS instead of flash: xxxx. 2018-12-06 15:36:53 +01:00
iotlab boards/iotlab-m3: disable DMA with SPI 2019-01-15 19:49:32 +01:00
kw41z boards/common: introduce common code for kw41z boards 2019-05-07 21:57:04 +02:00
msb-430 boards/tools: remove exporting FLASHER/FFLAGS 2019-05-28 09:56:00 +02:00
msba2 boards/lpc2k_pgm: use FLASHFILE for boards using lpc2k_pgm 2019-03-20 14:31:25 +01:00
nrf51 boards/nrf5x: use periph_temperature with saul 2019-03-08 21:14:22 +01:00
nrf52 nrf52: include riotboot feature when possible 2019-03-14 12:03:39 +01:00
nrf52xxxdk boards/nrf52xxxdk: refactor UART config 2019-01-25 15:51:50 +01:00
nucleo boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
nucleo32 boards*: cleanup doxygen 2018-04-18 12:08:56 +02:00
nucleo64 boards/nucleo64: add motor driver 2019-03-11 01:44:22 +01:00
nucleo144 tests/leds: initialize led0 by default 2019-02-27 13:09:29 +01:00
particle-mesh boards/particle-mesh: common support for particle mesh boards 2019-05-17 22:42:08 +02:00
remote boards/tools: remove exporting RESET/RESET_FLAGS 2019-05-28 09:56:14 +02:00
saml1x sam0_common: make Timer implementation common across all sam0 MCUs 2019-05-21 11:47:59 +02:00
silabs boards/common/silabs: add Arduino API support for SiLabs boards 2018-11-08 17:03:19 +01:00
stm32 boards/stm32: add shared STM32L0 clock configuration 2019-05-23 14:03:17 +02:00
stm32f103c8 boards/tools: remove exporting RESET/RESET_FLAGS 2019-05-28 09:56:14 +02:00
wsn430 boards/tools: remove exporting FLASHER/FFLAGS 2019-05-28 09:56:00 +02:00
doc.txt boards/stm32f103c8: add docu on flashing with DFU 2018-08-15 15:00:13 +02:00