rom: remove deprecated headers from esp32 components

These have been replaced by headers in the esp_rom component.
This commit is contained in:
Marius Vikhammer
2021-12-13 17:49:34 +08:00
parent 6380585649
commit 6fbef44ffc
21 changed files with 5 additions and 40 deletions

View File

@@ -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`).