From eacd4bd18409cc6e40466cd1468eb1b5bd74b35a Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 3 Nov 2024 19:33:48 +0100 Subject: firmware: Use patched Zephyr kernel to support esp32s2_devkitm It is planned to switch to a custom ESP32-based printed circuit board (PCB). This has the advantage that the ESP32 modules contain a lot of basic functionality and the complete network interface. This should be the minimal viable product (MVP). The esp32s2_devkitm is a development board to develop the firmware before even designing the MVP PCB. Since this board is not supported officially a patched Zephyr kernel close to v3.7.0 is used. The patch is a slight modification of the officially supported esp32s2_devkitc board. --- firmware/zephyrproject/zephyr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/zephyrproject/zephyr b/firmware/zephyrproject/zephyr index 36940db..6f11438 160000 --- a/firmware/zephyrproject/zephyr +++ b/firmware/zephyrproject/zephyr @@ -1 +1 @@ -Subproject commit 36940db938a8f4a1e919496793ed439850a221c2 +Subproject commit 6f11438cd8326d575d9f9eb7130869efdc2b492d -- cgit v1.2.3-70-g09d2