Wow, thanks for spotting! It's indeed an issue on our mbed-os fork, I just pushed arduino/mbed-os@a41dabe to fix it.
The proper core release will be available in the next few weeks, but in the meantime you can just copy the patch content (without WEAK ) in your sketch to get it compiling.
I needed to send PWM signals, but when I tried using either
analogWrite
ormbed::PwmOut
the linker always yield the following error:The version that I used is
3.5.4
.Update: Also not working with
4.0.2
version.The text was updated successfully, but these errors were encountered: