Age | Commit message (Collapse) | Author | |
---|---|---|---|
16 hours | fw: Extend usage instructions in README.md | xengineering | |
16 hours | fw: gitignore: Add .cache and build | xengineering | |
`.cache` is created by clangd and build is the default build folder which should not be committed. | |||
16 hours | fw: Implement print out of MAC address | xengineering | |
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. | |||
16 hours | fw: Configure application for WLAN usage | xengineering | |
17 hours | fw: Add app.overlay | xengineering | |
This enables the `wifi` device on ESP32 devices which is required for this application. | |||
39 hours | fw: Include mbedtls Zephyr module in CMakeLists.txt | xengineering | |
39 hours | fw: Add mbedtls Zephyr module | xengineering | |
This is required to use WLAN connections with the ESP32. | |||
40 hours | fw: Add update_espressif_blobs.py | xengineering | |
This script does not depend on west and is able to load the Espressif blobs to the Espressif HAL module. | |||
3 days | fw: Add README.md | xengineering | |
3 days | fw: Add prj.conf | xengineering | |
3 days | fw: Add CMakeLists.txt | xengineering | |
3 days | fw: Add requirements.txt | xengineering | |
3 days | fw: Add minimal main.c | xengineering | |
3 days | fw: Add espressif HAL Zephyr module | xengineering | |
3 days | fw: Add cmsis Zephyr module | xengineering | |
3 days | fw: Select patched kernel for esp32s2_devkitm | xengineering | |
This is just a temporary solution to test the firmware with a development board. | |||
3 days | fw: Add Zephyr v3.7.0 | xengineering | |