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
DigitalOut interface is broken. In my case, controlling LEDs stops working. I do not see this failure when I switch to an mbed-os revision using mbed library version <= 134
Sample code:
DigitalOut RedLed(LED1);
// LED is active Low
RedLed = 0 ; // This works (LED ON)
RedLed = 1; // This works (LED OFF)
RedLed = 0; // Now broken, LED remains OFF forever
Target
MOTE_L152RC
Toolchain:
GCC_ARM
Toolchain version:
5.4-2016q3
mbed-cli version:
1.1.1
mbed-os sha:
8921974 Merge pull request #4278 from ARMmbed/release-candidate