Compilation flags update: BOARD=ids01a4/5 SENSORBOARD=iks01a1

This commit is contained in:
Marco Grella 2015-10-27 12:12:59 +01:00
parent 4e81c87c3a
commit e261cda8dc
20 changed files with 101 additions and 97 deletions

View file

@ -41,7 +41,7 @@ define dooneexample
@echo Building example $(3): $(1) for target $(2)
@((cd $(EXAMPLESDIR)/$(1); \
export STM32W_CPUREV=CC; \
export USE_SUBGHZ_BOARD=IDS01A5; \
export BOARD=ids01a5; \
make TARGET=$(2) clean && make TARGET=$(2)) > \
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \