summaryrefslogtreecommitdiff
path: root/fw
AgeCommit message (Collapse)Author
16 hoursfw: Extend usage instructions in README.mdfirmwarexengineering
16 hoursfw: gitignore: Add .cache and buildxengineering
`.cache` is created by clangd and build is the default build folder which should not be committed.
16 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.
17 hoursfw: Configure application for WLAN usagexengineering
17 hoursfw: Add app.overlayxengineering
This enables the `wifi` device on ESP32 devices which is required for this application.
39 hoursfw: Include mbedtls Zephyr module in CMakeLists.txtxengineering
40 hoursfw: Add mbedtls Zephyr modulexengineering
This is required to use WLAN connections with the ESP32.
40 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