diff options
author | xengineering <me@xengineering.eu> | 2024-11-03 19:33:48 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-03 19:33:48 +0100 |
commit | eacd4bd18409cc6e40466cd1468eb1b5bd74b35a (patch) | |
tree | c36b6f47382947b516037ce821bd9555510481da | |
parent | 2c18a99bd24ddadd165eeabe5299ac094b0c0ee3 (diff) | |
download | iot-contact-eacd4bd18409cc6e40466cd1468eb1b5bd74b35a.tar iot-contact-eacd4bd18409cc6e40466cd1468eb1b5bd74b35a.tar.zst iot-contact-eacd4bd18409cc6e40466cd1468eb1b5bd74b35a.zip |
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.
m--------- | firmware/zephyrproject/zephyr | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/firmware/zephyrproject/zephyr b/firmware/zephyrproject/zephyr -Subproject 36940db938a8f4a1e919496793ed439850a221c +Subproject 6f11438cd8326d575d9f9eb7130869efdc2b492 |