blob: 20591f913ec4bd7525ad4c42b649f6b246565135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prompt "EnergyTrace Controller for External MCU"
depends on !loop && !wakeup
config ETCONTROLLER_RESET_PIN
string "GPIO Pin connected to RESET of the target MCU"
depends on app_etcontroller
config ETCONTROLLER_NRST
bool "RESET is !RESET (active low)"
default y
depends on app_etcontroller
|