This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
esp-idf
/
components
/
newlib
History
Ivan Grokhotkov
dee5b087fa
feat(newlib): implement scandir and alphasort
...
Based on
https://man7.org/linux/man-pages/man3/scandir.3.html
2024-01-25 11:03:19 +01:00
..
platform_include
feat(newlib): implement scandir and alphasort
2024-01-25 11:03:19 +01:00
port
feat(esp32c5): support to build hello world on esp32c5 beta3
2024-01-09 13:11:11 +08:00
priv_include
…
test_apps
/newlib
feat(newlib): implement scandir and alphasort
2024-01-25 11:03:19 +01:00
.gitignore
…
abort.c
…
assert.c
…
CMakeLists.txt
feat(newlib): implement scandir and alphasort
2024-01-25 11:03:19 +01:00
COPYING.NEWLIB
…
esp32-spiram-rom-functions-c.lf
…
getentropy.c
…
heap.c
…
Kconfig
…
locks.c
…
newlib_init.c
fix(newlib): fix stub_table init on C5
2024-01-23 18:05:53 +08:00
newlib.lf
…
poll.c
…
pthread.c
…
random.c
…
realpath.c
…
reent_init.c
…
sbom.yml
…
scandir.c
feat(newlib): implement scandir and alphasort
2024-01-25 11:03:19 +01:00
sdkconfig.rename.esp32
…
sdkconfig.rename.esp32c3
…
sdkconfig.rename.esp32s2
…
sdkconfig.rename.esp32s3
…
stdatomic.c
…
syscalls.c
fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions,
2024-01-18 10:51:51 +08:00
sysconf.c
…
system_libs.lf
…
termios.c
…
time.c
…