Closed
Description
Description of defect
EP_AGORA targets fails to compile greentea tests for baremetal in Mbed OS 6.
Interestingly the mbed-os-example-blinky-baremetal does compile ok (see #13099) but it's not enough to claim that baremetal is supported.
[Fatal Error] ticker_api.h@25,10: device.h: No such file or directory
Target(s) affected by this defect ?
- EP_AGORA
Toolchain(s) (name and version) displaying this defect ?
Arm Compiler 6 and GCC 9
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.0.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed CLI 1.10.4
How is this defect reproduced ?
git clone https://github.com/ARMmbed/mbed-os
mbed deploy
mbed test -t GCC_ARM -m EP_AGORA --compile --app-config mbed-os/TESTS/configs/baremetal.json -c
@jamesbeyond @ARMmbed/team-embeddedplanet