We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cef2e2 commit 5977877Copy full SHA for 5977877
Kconfig
@@ -1,5 +1,10 @@
1
menu "Arduino Configuration"
2
3
+config ENABLE_ARDUINO_DEPENDS
4
+ bool
5
+ select LWIP_SO_RCVBUF
6
+ default "y"
7
+
8
config AUTOSTART_ARDUINO
9
bool "Autostart Arduino setup and loop on boot"
10
default "n"
0 commit comments