Go to file
Hasnain Virk a3106d2fe6 Timer SingletonPtr & mac protocol data structure
Ticker objects embeded in TimerEvent_t data structure were getting constructed
even for the non LORAWAN builds. And that's what was bloating the builds.
We now lazy initialize them using Mbed-OS utility clas SingletonPtr.

A central data structure has been created that carries all the protocol level
variables for the Mac layer. This is important as we are going to break down
MAC services into subsystems and we will pass around common data using that data structure.
2018-02-11 00:31:47 +02:00
.github
TESTS Merge pull request #5604 from betzw/betzw_tests_netsocket_wb 2018-02-08 15:25:45 +00:00
cmsis
drivers Merge pull request #5721 from scartmell-arm/bug-i2c-abort-deep-sleep 2018-01-11 10:30:53 -06:00
events
features Timer SingletonPtr & mac protocol data structure 2018-02-11 00:31:47 +02:00
hal Provide fix for issue #5835 - Tickers update should be atomic 2018-01-22 13:29:31 +01:00
platform Merge pull request #6031 from OpenNuvoton/nuvoton_m2351_cthunk 2018-02-08 15:21:24 +00:00
rtos Merge pull request #5852 from maciejbocianski/scoped_lock 2018-02-06 12:51:21 -06:00
targets Merge pull request #5996 from ashok-rao/br-BL600 2018-02-08 15:23:07 +00:00
tools Merge pull request #6030 from deepikabhavnani/correct_arch 2018-02-07 20:07:11 -06:00
.coveragerc
.gitattributes
.gitignore
.pylintrc
.travis.yml Python2+3: build_travis.py and Travis tests 2018-02-05 11:07:37 -06:00
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE
LICENSE-BSD-3-Clause Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
README.md
doxyfile_options
doxygen_options.json
logo.png
mbed.h platform: Add ScopedLock 2018-01-15 09:34:05 +01:00
requirements.txt Add JSON Schema library to requirements.txt 2018-02-01 17:18:40 +00:00

README.md

Mbed OS

Build status release Build status master Tools coverage status PR progress

Arm Mbed OS is an open source embedded operating system designed specifically for the "things" in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices.

Mbed OS provides a platform that includes:

  • Security foundations.
  • Cloud management services.
  • Drivers for sensors, I/O devices and connectivity.

Release notes

The release notes detail the current release. You can also find information about previous versions.

Getting started for developers

We have a developer website for asking questions, engaging with others, finding information on boards and components, using an online IDE and compiler, reading the documentation and learning about what's new and what's coming next in Mbed OS.

Getting started for contributors

We also have a contributing and publishing guide that covers licensing, contributor agreements and style guidelines.