summaryrefslogtreecommitdiff
path: root/fw
AgeCommit message (Collapse)Author
19 hoursfw: 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.
19 hoursfw: Configure application for WLAN usagexengineering
19 hoursfw: Add app.overlayxengineering
This enables the `wifi` device on ESP32 devices which is required for this application.
42 hoursfw: Include mbedtls Zephyr module in CMakeLists.txtxengineering
42 hoursfw: Add mbedtls Zephyr modulexengineering
This is required to use WLAN connections with the ESP32.
42 hoursfw: 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.
3 daysfw: Add README.mdxengineering
3 daysfw: Add prj.confxengineering
3 daysfw: Add CMakeLists.txtxengineering
3 daysfw: Add requirements.txtxengineering
3 daysfw: Add minimal main.cxengineering
3 daysfw: Add espressif HAL Zephyr modulexengineering
3 daysfw: Add cmsis Zephyr modulexengineering
3 daysfw: Select patched kernel for esp32s2_devkitmxengineering
This is just a temporary solution to test the firmware with a development board.
3 daysfw: Add Zephyr v3.7.0xengineering