mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
change(esp_rom): optimize target-specific header files layout in components/esp_rom
This commit is contained in:
@@ -8,3 +8,10 @@ Log
|
||||
|
||||
- `esp_log_buffer_hex` is deprecated, use `ESP_LOG_BUFFER_HEX` instead.
|
||||
- `esp_log_buffer_char` is deprecated, use `ESP_LOG_BUFFER_CHAR` instead.
|
||||
|
||||
ESP rom
|
||||
---
|
||||
|
||||
- All target-specific header files has been moved from `components/esp_rom/include/{target}/` to `/esp_rom/{target}/include/{target}/`, and `components/esp_rom/CMakeLists.txt` has been modified accordingly. If you encounter an error indicating a missing header file, such as ``fatal error: esp32s3/rom/efuse.h: No such file or directory``, try removing the leading relative path from the header file include statement. In your current and future development, when including any header files from the components/esp_rom folder, directly include the header file name without the target-specific relative folder path.
|
||||
- All target-specific `rom/miniz.h` files are removed because they are deprecated.
|
||||
|
||||
|
Reference in New Issue
Block a user