diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 13:11:01 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 13:11:01 +0200 |
commit | 769e2e211814abaca86d8e27dcebf875dd68e09a (patch) | |
tree | 24bee2545154e4eef13850c7ce42260761f43238 | |
parent | 716bb10f14cda8c727b5730625115c02a7dcebb5 (diff) |
ostream is only available in esp8266, msp430, posix
-rwxr-xr-x | script/mkconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/mkconfig b/script/mkconfig index b6d50a3..f4e3517 100755 --- a/script/mkconfig +++ b/script/mkconfig @@ -12,6 +12,7 @@ bool "Call wakeup() on wakeup" config ostream bool "C++ ostream support in stdout" +depends on arch_esp8266 || arch_msp430fr5969lp || arch_msp430fr5994lp || arch_posix config i2c_freq int "I2C Frequency [Hz]" |