mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 12:53:29 +00:00
Merge branch 'feature/remove_deprecated_rom_headers' into 'master'
rom: remove deprecated headers from esp32 components Closes IDF-2828 See merge request espressif/esp-idf!16372
This commit is contained in:
@@ -29,3 +29,7 @@ Trax
|
||||
----
|
||||
|
||||
The header ``trax.h`` has been made private. ESP-IDF developers should include ``esp_private/trax.h`` instead.
|
||||
|
||||
ROM
|
||||
---
|
||||
Deprecated ROM related header files from `components/esp32/rom/` (old include path: `rom/*.h`) have been deleted. Please update to use the new target-specific path from `components/esp_rom/include/{IDF_TARGET_NAME}/` (new include path: `{IDF_TARGET_NAME}/rom/*.h`).
|
||||
|
Reference in New Issue
Block a user