mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 22:24:28 +00:00
newlib: implement posix_memalign, sysconf, realpath
Closes https://github.com/espressif/esp-idf/issues/6119 Closes https://github.com/espressif/esp-idf/issues/7798
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
static void run_all_tests(void)
|
||||
{
|
||||
RUN_TEST_GROUP(stdatomic);
|
||||
RUN_TEST_GROUP(misc);
|
||||
}
|
||||
|
||||
void app_main(void)
|
||||
|
Reference in New Issue
Block a user