Closed
Description
Description of defect
Greentea SysTimer wake up from deep sleep test fails on NUCLEO_L073RZ when linking with microlib. See more details in #12014 (comment)
Target(s) affected by this defect ?
NUCLEO_L073RZ
Toolchain(s) (name and version) displaying this defect ?
ARM toolchain with C microlib.
What version of Mbed-os are you using (tag or sha) ?
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
How is this defect reproduced ?
To reproduce, you need #12068 in order to build greentea tests with microlib.
Create a test.json in TESTS\configs
with the following:
{
"target_overrides": {
"*": {
"target.default_lib": "small"
}
}
}
and run the test:
mbed test -m NUCLEO_L073RZ -t ARM -n *systimer --app-config TESTS/configs/test.json