esp-idf/components/newlib
Sudeep Mohanty e22b4007d3 esp_hw_support: Removed deprecated CPU util functions
The following files were deleted:
- components/esp_hw_support/include/soc/cpu.h
- components/soc/esp32s3/include/soc/cpu.h

The following functions are deprecated:
- get_sp()

The following functions declared in soc/cpu.h are now moved to esp_cpu.h:
- esp_cpu_configure_region_protection()

The following functions declared in soc/cpu.h are now moved to components/xtensa/include/esp_cpu_utils.h:
- esp_cpu_process_stack_pc()

All files with soc/cpu.h inclusion are updated to include esp_cpu.h instead.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2021-12-28 16:58:37 +05:30
..
platform_include
port
priv_include
test
test_apps newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
.gitignore
.gitmodules
CMakeLists.txt newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
COPYING.NEWLIB
Kconfig
abort.c
assert.c
esp32-spiram-rom-functions-c.lf
heap.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
locks.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
newlib.lf
newlib_init.c
poll.c
pthread.c
random.c
realpath.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
reent_init.c
stdatomic.c newlib: stdatomic: implement missing "op_fetch", "nand" builtins 2021-12-14 16:06:12 +01:00
syscalls.c
sysconf.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
system_libs.lf
termios.c
time.c