mirror of https://github.com/ARMmbed/mbed-os.git
Update README.md
parent
178e96d65f
commit
36ee7d95b8
11
README.md
11
README.md
|
|
@ -1,5 +1,5 @@
|
||||||
mbed
|
mbed SDK
|
||||||
====
|
========
|
||||||
|
|
||||||
The mbed Software Development Kit (SDK) is a C/C++ microcontroller software platform relied upon by tens of thousands of
|
The mbed Software Development Kit (SDK) is a C/C++ microcontroller software platform relied upon by tens of thousands of
|
||||||
developers to build projects fast.
|
developers to build projects fast.
|
||||||
|
|
@ -12,8 +12,11 @@ to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing
|
||||||
In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries
|
In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries
|
||||||
have been built on top of the SDK by the mbed Developer Community.
|
have been built on top of the SDK by the mbed Developer Community.
|
||||||
|
|
||||||
* [Tools documentation](http://mbed.org/handbook/mbed-tools): how to setup and use the build system.
|
Documentation
|
||||||
* [mbed library internals](http://mbed.org/handbook/mbed-library-internals) documentation
|
-------------
|
||||||
|
* [Tools](http://mbed.org/handbook/mbed-tools): how to setup and use the build system.
|
||||||
|
* [mbed library internals](http://mbed.org/handbook/mbed-library-internals)
|
||||||
|
* [Adding a new target microcontroller](http://mbed.org/handbook/mbed-SDK-porting)
|
||||||
|
|
||||||
Supported Microcontrollers
|
Supported Microcontrollers
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue