Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 18-Mar-2025 | - | 3 | 2 | ||
components/ | 18-Mar-2025 | - | 1,608,992 | 964,866 | ||
tools/ | 18-Mar-2025 | - | 82,085 | 67,971 | ||
west/ | 18-Mar-2025 | - | 198 | 131 | ||
zephyr/ | 18-Mar-2025 | - | 30,792 | 23,689 | ||
.gitignore | D | 18-Mar-2025 | 51 | 7 | 5 | |
LICENSE | D | 18-Mar-2025 | 11.1 KiB | 203 | 169 | |
README.md | D | 18-Mar-2025 | 809 | 11 | 6 |
README.md
1Important Information About This Repository 2******************************************* 3 4HAL Espressif (or `hal_espressif`) is a collection of tools, low-level APIs and hardware access functions for Espressif Devices. 5 6This repository is a copy (not a fork) of [esp-hal3rd party repository](https://github.com/espressif/esp-hal-3rdparty). If a SoC is not yet supported, work starts in `esp-hal-3rdparty`. 7 8For any support or feature request, refer to Zephyr's [main repository](https://github.com/zephyrproject-rtos/zephyr) instead. 9 10In case you are looking for a way to start in Zephyr with Espressif devices, [follow this tutorial](https://www.zephyrproject.org/zephyr-rtos-on-esp32/). You don't need to do anything special to get this repository, it will come along if you follow common Zephyr guidelines. 11