mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(newlib): add picolibc support
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "unity_test_runner.h"
|
||||
#include "unity_test_utils.h"
|
||||
#include "esp_heap_caps.h"
|
||||
#include "esp_newlib.h"
|
||||
|
||||
// Some resources are lazy allocated in gpio/rtcio driver, the threshold is left for that case
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (100)
|
||||
|
@@ -7,6 +7,7 @@
|
||||
#include "unity.h"
|
||||
#include "unity_test_utils.h"
|
||||
#include "esp_heap_caps.h"
|
||||
#include "esp_newlib.h"
|
||||
|
||||
// Some resources are lazy allocated in the driver, the threshold is left for that case
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (300)
|
||||
|
Reference in New Issue
Block a user