summaryrefslogtreecommitdiff
path: root/fw
AgeCommit message (Collapse)Author
2025-01-22fw: Implement print out of MAC addressxengineering
This validates that a hardware MAC address is available on the chip. Based on that it can be decided if a MAC EEPROM should be added to the PCB.
2025-01-22fw: Configure application for WLAN usagexengineering
2025-01-22fw: Add app.overlayxengineering
This enables the `wifi` device on ESP32 devices which is required for this application.
2025-01-21fw: Include mbedtls Zephyr module in CMakeLists.txtxengineering
2025-01-21fw: Add mbedtls Zephyr modulexengineering
This is required to use WLAN connections with the ESP32.
2025-01-21fw: Add update_espressif_blobs.pyxengineering
This script does not depend on west and is able to load the Espressif blobs to the Espressif HAL module.
2025-01-20fw: Add README.mdxengineering
2025-01-20fw: Add prj.confxengineering
2025-01-20fw: Add CMakeLists.txtxengineering
2025-01-20fw: Add requirements.txtxengineering
2025-01-20fw: Add minimal main.cxengineering
2025-01-20fw: Add espressif HAL Zephyr modulexengineering
2025-01-20fw: Add cmsis Zephyr modulexengineering
2025-01-20fw: Select patched kernel for esp32s2_devkitmxengineering
This is just a temporary solution to test the firmware with a development board.
2025-01-20fw: Add Zephyr v3.7.0xengineering