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
If you remove INTERRUPTIN from DEVICE_HAS json configuration,
mbed-os compilation is failing:
$ mbed compile -t ARM -m NUCLEO_L476RG -v
[DEBUG] Output: In file included from .\components\wifi\esp8266-driver\ESP8266\ESP8266.cpp:22:
[DEBUG] Output: ./components/wifi/esp8266-driver/ESP8266/ESP8266.h:396:11: error: no type named 'UARTSerial' in namespace 'mbed'
[DEBUG] Output: mbed::UARTSerial _serial;
[DEBUG] Output: ~~~~~~^
[DEBUG] Output: .\components\wifi\esp8266-driver\ESP8266\ESP8266.cpp:174:34: error: use of undeclared identifier 'SerialBase'
[DEBUG] Output: _serial.set_flow_control(SerialBase::Disabled, _serial_rts, _serial_cts);
[DEBUG] Output: ^