Go to file
0xc0170 f51d8cfa3e MTS Gambit - remove serial flow control
Plus protect serial flow in the common k64f code, as not all targets provide its
support.
2016-08-15 14:55:20 +01:00
TESTS
docs Fix docs/BUILDING.md error command issue 2016-08-07 00:01:19 +08:00
features Merge pull request #2381 from c1728p9/nanostack_m7_support 2016-08-11 01:21:27 +01:00
hal MTS Gambit - remove serial flow control 2016-08-15 14:55:20 +01:00
libraries CAN loopback test: correct some NUCLEO pin 2016-08-11 09:41:16 +02:00
rtos Increase interrupt stack size for K64F 2016-08-09 14:55:05 -05:00
tools Merge pull request #2149 from jeromecoutant/PR_MBED_A27 2016-08-12 10:57:06 +02:00
.gitattributes
.gitignore dont track .mbed files created by mbed-cli 2016-08-04 22:22:32 -05:00
.travis.yml
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
LICENSE
MANIFEST.in
README.md update readme for mbed OS 5 2016-08-04 22:29:54 -05:00
mbed_lib.json
requirements.txt
setup.py

README.md

ARM mbed OS

mbed OS is an open-source embedded operating system designed specifically for the "things" in the Internet of Things (IoT). It includes all the features you need to develop a connected product based on an ARM Cortex-M microcontroller.

mbed OS accelerates the process of creating a connected product by providing a platform operating system that includes robust security foundations, standards based communication capabilities, built-in cloud management services, and drivers for sensors, I/O devices and connectivity. mbed OS is built as a modular, configurable software stack so that you can readily customize it to the device you're developing for, and reduce memory requirements by excluding unnecessary software components.

Current release

Our current release series is mbed OS 5.1:

Getting Started for Developers

We have a getting started guide for developers using mbed OS in applications:

Getting Started for Contributors

We have a getting started guide for contributors working on mbed OS:

  • Have a look in the docs directory