Skip to content

Rollup PR: Docs + small fixes #8663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Nov 7, 2018
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ad88218
Kernel.h doxygen update
SenRamakri Oct 15, 2018
4cdcdc1
Updated attach_thread_terminate_hook doxygen comments
SenRamakri Oct 29, 2018
2418d9c
Edit Kernel.h
Oct 30, 2018
c7afb91
Fix compile warning about initializing and variable order
KariHaapalehto Nov 5, 2018
09ee5f9
readme: add license section
0xc0170 Oct 25, 2018
8ec69e6
readme: add note about 3rd party code licenses
0xc0170 Oct 25, 2018
f8fc0b3
contributing: update the text
0xc0170 Oct 25, 2018
97cb833
Readme: add license guide doc page
0xc0170 Oct 25, 2018
4aaf013
Fix memory leak
KariHaapalehto Nov 5, 2018
dfadcda
readme: fix apache license
0xc0170 Nov 5, 2018
36f1fa0
Remove extra _deselect to prevent possible hard fault
Oct 30, 2018
1ea2897
TOOLS : Add missing M33 and M33F in python scripts
jeromecoutant Oct 16, 2018
ba86a53
Update tools/toolchains/gcc.py
Nov 5, 2018
8060a53
Comma, editorial changes
Nov 6, 2018
86153dd
Commas and other small editorial changes
Nov 6, 2018
64ef110
Edits in README.md
Nov 6, 2018
819f002
Remove comma in CONTRIBUTING.md
Nov 6, 2018
44aaad4
Remove comma in CONTRIBUTING.md
Nov 6, 2018
ddd82a9
Merge branch 'fix_possible_memory_leak' of ssh://github.com/KariHaapa…
Nov 7, 2018
f7eb135
Merge branch 'fix_licensing' of ssh://github.com/0xc0170/mbed-os into…
Nov 7, 2018
7536876
Merge branch 'fix_compile_warning' of ssh://github.com/KariHaapalehto…
Nov 7, 2018
fd744e7
Merge branch 'sdblockdevice_deselect' of ssh://github.com/jarlamsa/mb…
Nov 7, 2018
edb6d9d
Merge branch 'PR_M33' of ssh://github.com/jeromecoutant/mbed into rollup
Nov 7, 2018
0a8f5e0
Merge branch 'sen_KernelDoxyUpdate' of ssh://github.com/SenRamakri/mb…
Nov 7, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Commas and other small editorial changes
  • Loading branch information
Mel W authored Nov 6, 2018
commit 86153ddc426bb85bf0835d3062b03b1aacb51d7c
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
[mbed-waffle]: https://waffle.io/ARMmbed/mbed-os
[mbed-waffle-svg]: https://badge.waffle.io/ARMmbed/mbed-os.svg?columns=all

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.
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.
* Drivers for sensors, I/O devices, and connectivity.

## Release notes
The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions.
Expand All @@ -42,7 +42,7 @@ We also have a [contributing and publishing guide](https://os.mbed.com/contribut

## Documentation

For more information about Mbed OS, please see [our published documentation](https://os.mbed.com/docs/latest). It includes published Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.
For more information about Mbed OS, please see [our published documentation](https://os.mbed.com/docs/latest). 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 repo](https://github.com/ARMmbed/mbed-os-5-docs).
To contribute to this documentation, please see the [mbed-os-5-docs repository](https://github.com/ARMmbed/mbed-os-5-docs).