summaryrefslogtreecommitdiff
path: root/firmware/boards/walter_esp32s3_procpu.conf
diff options
context:
space:
mode:
authorMumtahin Farabi <[email protected]>2026-05-12 00:23:26 -0400
committerMumtahin Farabi <[email protected]>2026-05-12 00:23:26 -0400
commitcdf1db1c4197f76cf2dd876e3c8a27c807acb7fd (patch)
treedb479c9577f96f84de4c4e10449b22370d0f19fc /firmware/boards/walter_esp32s3_procpu.conf
parent28bf8cb5076f419abcfe912d4ec2e0c5f31819a0 (diff)
feat(firmware): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to 'firmware/boards/walter_esp32s3_procpu.conf')
-rw-r--r--firmware/boards/walter_esp32s3_procpu.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/firmware/boards/walter_esp32s3_procpu.conf b/firmware/boards/walter_esp32s3_procpu.conf
new file mode 100644
index 0000000..2208466
--- /dev/null
+++ b/firmware/boards/walter_esp32s3_procpu.conf
@@ -0,0 +1,15 @@
+# Walter-specific Kconfig overrides — only applied when building for
+# walter/esp32s3/procpu (auto-discovered by Zephyr's build system).
+
+# Required for the v3_3_regulator node in walter_esp32s3_procpu.overlay.
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED=y
+
+# Cellular networking and TLS go here as we add them. Examples:
+# CONFIG_NETWORKING=y
+# CONFIG_NET_NATIVE=y
+# CONFIG_NET_L2_PPP=y
+# CONFIG_MODEM=y
+# CONFIG_MODEM_CELLULAR=y
+# CONFIG_MBEDTLS_ENABLE_HEAP=y
+# CONFIG_MBEDTLS_HEAP_SIZE=10240