Go to file
Mahadevan Mahesh 1fe6c2f04a KL27Z: Update the SPI driver
1.Fix SPI flag name error
2.Fix SPI write blocking function
3.Use function pointer to implement SPI IRQ handler to reduce code size

Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-08-17 08:58:32 -05:00
TESTS Merge pull request #2394 from geky/deprecated-until 2016-08-17 14:45:46 +01:00
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 KL27Z: Update the SPI driver 2016-08-17 08:58:32 -05:00
libraries Merge pull request #2456 from NXPmicro/SDK2_FRDM_K66F 2016-08-17 14:37:31 +01:00
rtos Merge pull request #2394 from geky/deprecated-until 2016-08-17 14:45:46 +01:00
tools Merge pull request #2456 from NXPmicro/SDK2_FRDM_K66F 2016-08-17 14:37:31 +01:00
.gitattributes
.gitignore
.pylintrc Add pylint configuration file 2016-08-16 11:48:45 -05:00
.travis.yml Add pylint testing to Travis 2016-08-16 13:29:43 -05:00
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