Closed
Description
Description
- Type: Bug
- Priority: Major
Bug
Target
NUMAKER_PFM_NUC472
Toolchain:
GCC_ARM
mbed-cli version:
1.0.0
meed-os sha:
aa6780d Merge pull request #3416 from bridadan/rename_stm32f1_i2c_api
DAPLink version:
N/A (Using default Nuvoton firmware)
Expected behavior
All LWIP tests should pass, even when run-time memory statistics are enabled.
Actual behavior
LWIP tests fail when heap statistics are enabled.
Steps to reproduce
Run the following commands in order (the first command just builds, the second command just runs the tests)
mbed test -m NUMAKER_PFM_NUC472 -t GCC_ARM -n features-feature_lwip* --compile -DMBED_HEAP_STATS_ENABLED=1
mbed test -m NUMAKER_PFM_NUC472 -t GCC_ARM -n features-feature_lwip* --run -v