You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove SERIAL from DEVICE_HAS in targets json file
add "*cellular*" in .mbedignore
$ mbed compile -t ARM -m NUCLEO_L476RG -v
[Error] greentea_serial.h@10,0: #1046: namespace "mbed" has no member class "RawSerial"
[Error] greentea_serial.h@10,0: #262: not a class or struct name
[Error] greentea_serial.cpp@15,0: #1046: namespace "mbed" has no member class "RawSerial"
[Error] greentea_serial.cpp@15,0: #18: expected a ")"
I don't see any reason why greentea-client should be compiled when DEVICE_SERIAL is not enabled.