The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Issue: Builds page URLs have an error

The library links on the builds page https://os.mbed.com/users/mbed_official/code/mbed/builds has an extra "/" that breaks anything that uses the URL to retrieve the library, including Keil Studio.

Example: URL for mbed library release verion 165 url is given as

https://os.mbed.com/users/mbed_official/code/mbed//builds/65be27845400 (bad, as provided)

https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 (fixed by removing extra "/")

Example program