summaryrefslogtreecommitdiff
path: root/firmware/zephyrproject/zephyr
AgeCommit message (Collapse)Author
2024-11-03firmware: Use patched Zephyr kernel to support esp32s2_devkitmxengineering
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.
2024-08-29firmware: Add Zephyr sources as Git submodulesxengineering