mirror of https://github.com/ARMmbed/mbed-os.git
Update readme to show that this is Mbed CE, and update templates to show that this is no longer an automated system
parent
3dffdf6ba1
commit
053176f7f0
|
|
@ -1,54 +0,0 @@
|
|||
<!--
|
||||
|
||||
************************************** WARNING **************************************
|
||||
|
||||
The ciarcom bot parses this header automatically. Any deviation from the
|
||||
template may cause the bot to automatically correct this header or may result in a
|
||||
warning message, requesting updates.
|
||||
|
||||
Please ensure all sections of the template below are filled in and no changes
|
||||
are made to the template format. Only bugs should be raised here as issues.
|
||||
Questions or enhancements should instead be raised on our forums:
|
||||
https://forums.mbed.com/ .
|
||||
|
||||
*************************************************************************************
|
||||
|
||||
-->
|
||||
|
||||
### Description of defect
|
||||
|
||||
<!--
|
||||
Add detailed description of what you are reporting.
|
||||
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html
|
||||
-->
|
||||
|
||||
|
||||
#### Target(s) affected by this defect ?
|
||||
|
||||
|
||||
#### Toolchain(s) (name and version) displaying this defect ?
|
||||
|
||||
|
||||
#### What version of Mbed-os are you using (tag or sha) ?
|
||||
<!--
|
||||
For a released version please provide the release tag (this can be found as per the instructions below)
|
||||
|
||||
mbed-os version can be found in /platform/mbed_version.h. The tag can be reconstructed as follows:
|
||||
mbed-os-MBED_MAJOR_VERSION.MBED_MINOR_VERSION.MBED_PATCH_VERSION
|
||||
|
||||
Master branch is indicated by 'mbed-os-99.99.99
|
||||
|
||||
For an issue found on Master please provide the sha being used.
|
||||
-->
|
||||
|
||||
|
||||
#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
|
||||
|
||||
|
||||
#### How is this defect reproduced ?
|
||||
|
||||
<!--
|
||||
For connectivity issues it is recommended to enable mbed trace and attach the traces
|
||||
generated by the logger to the issue.
|
||||
-->
|
||||
|
||||
|
|
@ -1,10 +1,3 @@
|
|||
<!--
|
||||
For more information on the requirements for pull requests, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html).
|
||||
|
||||
NOTE: Do not remove any of the template headings (even for optional sections) as this
|
||||
template is automatically parsed.
|
||||
-->
|
||||
|
||||
### Summary of changes <!-- Required -->
|
||||
|
||||
<!--
|
||||
|
|
@ -14,9 +7,6 @@ template is automatically parsed.
|
|||
|
||||
Why the change is needed (if this is fixing a reported issue please summarize what
|
||||
the issue is and add the reference. E.g. Fixes #17119).
|
||||
|
||||
NOTE: This section is automatically written to release notes for Feature and
|
||||
Major releases and should contain enough details for a user.
|
||||
|
||||
-->
|
||||
|
||||
|
|
@ -24,17 +14,11 @@ template is automatically parsed.
|
|||
<!--
|
||||
If there are any implications for users taking this change then they must be
|
||||
provided here. For Major PR types this field is MANDATORY.
|
||||
|
||||
NOTE: This section is automatically written to release notes for Feature and
|
||||
Major releases and should contain enough details for a user.
|
||||
-->
|
||||
|
||||
#### Migration actions required <!-- Optional -->
|
||||
<!--
|
||||
This should only be applicable in Major PR types for which this field is MANDATORY.
|
||||
|
||||
NOTE: This section is automatically written to release notes for Feature and
|
||||
Major releases and should contain enough details for a user.
|
||||
-->
|
||||
|
||||
### Documentation <!-- Required -->
|
||||
|
|
@ -50,8 +34,7 @@ template is automatically parsed.
|
|||
### Pull request type <!-- Required -->
|
||||
|
||||
<!--
|
||||
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
|
||||
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front of them would change the meaning incorrectly.
|
||||
Add an X to any of the following boxes that this PR functions as.
|
||||
-->
|
||||
[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
|
||||
[] Feature update (New feature / Functionality change / New API)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[![Mbed OS][mbed-os-logo]][mbed-os-link]
|
||||
# Mbed OS Community Edition
|
||||
|
||||
[![Build status master][mbed-master-svg]][mbed-master]
|
||||
[![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools]
|
||||
|
||||
[mbed-os-logo]: logo.png
|
||||
[mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/
|
||||
|
|
@ -16,8 +16,7 @@ Mbed OS provides a platform that includes:
|
|||
- Cloud management services.
|
||||
- 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.
|
||||
This is Mbed OS Community Edition (CE), a fork focused on improving the build system and tooling, fixing bugs, and keeping maintenance going after ARM's step back from the Mbed project.
|
||||
|
||||
## License and contributions
|
||||
|
||||
|
|
@ -29,6 +28,8 @@ Folders containing files under different permissive license than Apache 2.0 are
|
|||
|
||||
## Getting started for developers
|
||||
|
||||
To start a new project that uses Mbed CE, see the setup guide [here](https://github.com/mbed-ce/mbed-os/wiki/New-Project-Setup-Guide).
|
||||
|
||||
We have a [developer website](https://os.mbed.com) 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue