..
platform_include
newlib: Fix header issues with C++ guards and implicit inclusion
2022-07-14 08:32:04 +02:00
port
ESP32H2: Introduce new chip target esp32h2, hello_world example supported
2022-12-29 12:29:14 +08:00
priv_include
components: Change copyright in components files
2022-06-17 16:59:56 +02:00
test
newlib: Update the esp32c2 config default to avoid RTC related test to not run on esp32c2
2023-01-03 08:33:38 +01:00
test_apps
ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py)
2022-11-28 11:58:30 +08:00
.build-test-rules.yml
ci: Enable esp32c6 example, test_apps, and unit tests CI build stage
2022-11-01 11:23:21 +08:00
.gitignore
Initial public version
2016-08-17 23:08:22 +08:00
.gitmodules
Initial public version
2016-08-17 23:08:22 +08:00
abort.c
hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces
2022-07-22 00:06:06 +08:00
assert.c
spi_flash: Remove legacy spi_flash drivers
2022-07-01 11:01:34 +08:00
CMakeLists.txt
tools: Adds newlib nano support for clang builds
2022-12-06 12:33:09 +03:00
COPYING.NEWLIB
Whitespace: Automated whitespace fixes (large commit)
2020-11-11 07:36:35 +00:00
esp32-spiram-rom-functions-c.lf
psram: add configuration macros to move workaround libc functions to flash
2021-06-23 17:40:02 +08:00
heap.c
newlib: implement posix_memalign, sysconf, realpath
2021-12-13 14:40:21 +01:00
Kconfig
newlib: use newlib nano format default
2022-05-28 08:52:55 +00:00
locks.c
esp32c6: add newlib support
2022-09-26 20:32:13 +08:00
newlib_init.c
ESP32H2: Introduce new chip target esp32h2, hello_world example supported
2022-12-29 12:29:14 +08:00
newlib.lf
newlib: Override __assert and __assert_func
2021-08-05 11:09:22 +05:30
poll.c
components: Change copyright in components files
2022-06-17 16:59:56 +02:00
pthread.c
components: Change copyright in components files
2022-06-17 16:59:56 +02: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
components: Change copyright in components files
2022-06-17 16:59:56 +02:00
reent_init.c
components: Change copyright in components files
2022-06-17 16:59:56 +02: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
Merge branch 'bugfix/freertos_smp_disable_interrupt_usage' into 'master'
2022-06-01 00:18:26 +08:00
syscalls.c
newlib: fix return value of no-VFS _read_r if nothing received
2022-05-02 20:47:18 +02:00
sysconf.c
components: Change copyright in components files
2022-06-17 16:59:56 +02:00
system_libs.lf
build system: add COMPILER_SAVE_RESTORE_LIBCALLS option
2021-10-07 15:01:35 +08:00
termios.c
components: Change copyright in components files
2022-06-17 16:59:56 +02:00
time.c
Set errno in adjtime if delta is too large
2022-12-08 22:35:50 +00:00