esp-idf/components/newlib
Marius Vikhammer 35a6671072 Merge branch 'feature/c6_misc_core' into 'master'
feat(system): misc core-system C61 bringup changes

Closes IDF-10954, IDF-10986, IDF-10957, IDF-9281, and IDF-9257

See merge request espressif/esp-idf!33297
2024-09-12 09:46:30 +08:00
..
platform_include feat(newlib): add option to disable eval of expression in assert() when NDEBUG set 2024-08-20 09:26:54 +08:00
port feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
priv_include fix(newlib): fix esp32/esp32s3 atomics on PSRAM 2024-03-15 12:36:00 +04:00
test_apps ci(system): re-enable system test app for C61 2024-09-11 14:05:11 +08:00
.gitignore Initial public version 2016-08-17 23:08:22 +08:00
abort.c refactor(core): reformat newlib and pthread with astyle 2024-02-27 10:00:06 +08:00
assert.c fix(all): remove unused header includes 2024-03-25 13:58:40 +08:00
CMakeLists.txt fix(newlib): fix include sys/dirent.h breaking change 2024-07-31 17:12:23 +07:00
COPYING.NEWLIB Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp32-spiram-rom-functions-c.lf feat(tools): Update Clang version to esp-17.0.1_20240419 2024-05-03 16:55:13 +03:00
flockfile.c feat(newlib): Adds flockfile/funlockfile for safe multi-line printing 2024-05-24 14:16:16 +03:00
getentropy.c feat(tools): Update Clang version to esp-17.0.1_20240419 2024-05-03 16:55:13 +03:00
heap.c feat(newlib): Add definition of aligned_alloc to heap.c 2024-03-06 11:06:14 +01:00
Kconfig docs(links): fix broken links found in CI 2024-05-30 14:21:00 +08:00
locks.c refactor(core): reformat newlib and pthread with astyle 2024-02-27 10:00:06 +08:00
newlib_init.c fix(newlib/stdio): remove incorrect check in /dev/console init 2024-05-27 10:43:13 +02:00
newlib.lf fix(newlib): fix esp32/esp32s3 atomics on PSRAM 2024-03-15 12:36:00 +04:00
poll.c refactor(core): reformat newlib and pthread with astyle 2024-02-27 10:00:06 +08:00
project_include.cmake fix(newlib): fix esp32/esp32s3 atomics on PSRAM 2024-03-15 12:36:00 +04:00
pthread.c feat(pthread): added pthread_condattr* stubs to avoid linker errors 2023-09-26 12:17:38 +08:00
random.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
realpath.c refactor(core): reformat newlib and pthread with astyle 2024-02-27 10:00:06 +08:00
reent_init.c refactor(core): reformat newlib and pthread with astyle 2024-02-27 10:00:06 +08:00
sbom.yml feat(newlib): Add sbom manifest file 2023-10-13 19:15:03 +04:00
scandir.c fix(newlib): fix GCC 14 analyzer warnings 2024-09-08 13:53:52 +07:00
sdkconfig.rename.esp32 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
sdkconfig.rename.esp32c3 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
sdkconfig.rename.esp32s2 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
sdkconfig.rename.esp32s3 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
stdatomic.c fix(newlib): fix esp32/esp32s3 atomics on PSRAM 2024-03-15 12:36:00 +04:00
syscalls.c test(console): add tests for console with vfs disabled 2024-08-12 10:01:04 +08:00
sysconf.c components: Change copyright in components files 2022-06-17 16:59:56 +02:00
system_libs.lf build: Adds support for Clangs's toolchain compiler-rt 2023-06-08 16:49:37 +03:00
termios.c components: Change copyright in components files 2022-06-17 16:59:56 +02:00
time.c fix(newlib): fixed potential overflow in usleep 2024-08-20 09:26:27 +08:00