Go to file
Hugues Kamba 0cef209182 GigaDevice: Fix heap size formula in scatter files
The heap size was incorrectly calculated.
This fixes it by subtracting the Stack size, any memory chunks allocated
before the start of the application (for vectors and/or crash report), and
finally the size of the application from the total RAM size.
2021-01-08 18:30:44 +00:00
.github
TESTS Add separated kvstore libraries to baremetal test config 2020-12-09 17:20:43 +00:00
TEST_APPS
UNITTESTS Update UNITTEST for kvstore 2020-12-09 17:20:42 +00:00
cmsis CMake: add mbed-os and mbed-baremetal targets 2020-11-06 17:25:22 +00:00
connectivity Merge pull request #14100 from hugueskamba/hk_cmake_fix_ambiq_ble 2021-01-05 15:50:32 +00:00
docs docs: Update to reflect Mbed CLI 2 changes 2020-12-01 14:57:24 +00:00
drivers Add internal subfolder to USBDriver's CMakelists 2020-12-18 13:54:59 +03:00
events Review feedback - capitilise argument descriptions 2020-12-09 16:03:23 +00:00
features CMake: Create mbed-greentea library 2020-12-16 12:06:11 -08:00
hal Merge pull request #12897 from kjbracey-arm/tickeropt 2020-11-30 16:15:37 +00:00
platform CMake: Add platform greentea test with CMake 2021-01-05 06:52:12 -08:00
rtos Fix ThisThread warnings 2020-11-27 11:57:09 +00:00
storage Merge pull request #14078 from hugueskamba/hk_rename_ospif_include_dir 2021-01-05 11:26:43 +00:00
targets GigaDevice: Fix heap size formula in scatter files 2021-01-08 18:30:44 +00:00
tools Apply suggestions from code review 2021-01-05 06:52:44 -08:00
.astylerc
.codecheckignore .codecheckignore: ignore imported libraries randlib and mbed-trace 2020-09-02 12:31:00 +01:00
.coveragerc
.gitattributes
.gitignore CMake: Intentionally untrack CMake generated files 2020-11-06 17:25:14 +00:00
.mergify.yml mergify: fix travis rename check 2020-11-11 08:22:43 +00:00
.pylintrc
.travis.yml travis: fix 3.5 test bug in attrs 2021-01-04 15:48:54 +00:00
CMakeLists.txt Rebase linker script change properly, re-add external toolchain file support 2020-12-03 11:04:13 -08:00
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE-apache-2.0.txt
LICENSE.md
README.md
doxyfile_options
doxygen_options.json
logo.png
mbed.h CMake: Restore rtos api and netsocket presence macro names 2020-11-06 17:25:22 +00:00
requirements.txt Fix `mbed device-management` command for Python 3.8 2020-12-11 23:29:20 +01:00

README.md

Mbed OS

Build status release Build status master Tools coverage status

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.

License and contributions

The software is provided under the Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more information.

This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.

Folders containing files under different permissive license than Apache 2.0 are listed in the LICENSE file.

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.

Documentation

For more information about Mbed OS, please see our published documentation. It includes Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.

To contribute to this documentation, please see the mbed-os-5-docs repository.