blob: 0ac928503ed1208d12450b96fd0c758152858f7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ifdef app
override timer_s = 0
loop = 1
endif
ifneq (${etcontroller_reset_pin}, )
COMMON_FLAGS += -DCONFIG_ETCONTROLLER_RESET_PIN=${etcontroller_reset_pin}
endif
ifeq (${etcontroller_nrst}, 1)
COMMON_FLAGS += -DCONFIG_ETCONTROLLER_NRST
endif
|