Go to file
tomoyuki yamanaka 623f8acdc4 [RZ/A1H]Fix TTB setting of RO_DATA area
I modified the TTB setting of RO_DATA area.
The current setting of this area is "not executable".
Therefore, when trying to execute a program placed in this area, a prefetch abort will occur.
So I changed from "Sect_Normal_RO" to "Sect_Normal_Cod".
2016-12-20 16:44:52 +09:00
.github
TESTS
cmsis
docs
drivers
events
features Merge pull request #3428 from LMESTM/fix_i2c_asynch_test_slave_addr 2016-12-19 17:41:38 +00:00
hal
platform
rtos
targets [RZ/A1H]Fix TTB setting of RO_DATA area 2016-12-20 16:44:52 +09:00
tools Merge pull request #3450 from bridadan/fix_example_filtering 2016-12-19 17:52:47 +00:00
.gitattributes
.gitignore
.pylintrc
.travis.yml
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE
README.md Update README.md to link to the set of release notes 2016-12-15 18:13:35 +00:00
mbed.h
requirements.txt

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

The current release, along with a selection of previous versions are detailed here: Release Notes

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