fix(esp_driver_uart): always use heap_caps_malloc to malloc memory base on flags
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
# the component can be registered as WHOLE_ARCHIVE
|
||||
idf_component_register(
|
||||
SRCS "test_app_main.c" "test_uart.c"
|
||||
REQUIRES esp_driver_uart unity
|
||||
REQUIRES esp_driver_uart unity esp_psram
|
||||
WHOLE_ARCHIVE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user