Skip to content

Commit 8420678

Browse files
committed
Revert "Merge branch 'realtek-pr-oc' of https://github.com/Archcady/mbed-os into realtek-pr-oc"
This reverts commit 0e81b27, reversing changes made to 7c11cac.
1 parent 0e81b27 commit 8420678

File tree

194 files changed

+19070
-23551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+19070
-23551
lines changed

.travis.yml

Lines changed: 25 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
language: python
2-
python:
3-
'2.7'
41

52
env:
63
global:
@@ -18,7 +15,6 @@ cache:
1815
pip: true
1916
directories:
2017
- $HOME/.cache/apt
21-
- $HOME/gcc-arm-none-eabi-6-2017-q2-update
2218

2319
before_install:
2420
- bash -c "$STATUS" pending "Local $NAME testing is in progress"
@@ -40,7 +36,8 @@ after_failure:
4036

4137
matrix:
4238
include:
43-
- env:
39+
- python: '2.7'
40+
env:
4441
- NAME=docs
4542
install:
4643
# Install dependencies
@@ -71,13 +68,19 @@ matrix:
7168
find -name "*.s" | tee BUILD/badasm |
7269
sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
7370
74-
- env:
71+
- python: '2.7'
72+
env:
7573
- NAME=tools
7674
install:
7775
# Install dependencies
7876
- sudo apt-get install gcc-arm-embedded
79-
- pip install -r requirements.txt
80-
- pip install pytest pylint hypothesis mock coverage coveralls
77+
- pip install --user -r requirements.txt
78+
- pip install --user pytest
79+
- pip install --user pylint
80+
- pip install --user hypothesis
81+
- pip install --user mock
82+
- pip install --user coverage
83+
- pip install --user coveralls
8184
# Print versions we use
8285
- arm-none-eabi-gcc --version
8386
- python --version
@@ -93,13 +96,14 @@ matrix:
9396
# Report success since we have overridden default behaviour
9497
- bash -c "$STATUS" success "Local $NAME testing has passed"
9598

96-
- env:
99+
- python: '2.7'
100+
env:
97101
- NAME=events
98102
- EVENTS=events
99103
install:
100104
# Install dependencies
101105
- sudo apt-get install gcc-arm-embedded
102-
- pip install -r requirements.txt
106+
- pip install --user -r requirements.txt
103107
# Print versions we use
104108
- arm-none-eabi-gcc --version
105109
- gcc --version
@@ -111,13 +115,14 @@ matrix:
111115
# Run local equeue tests
112116
- make -C $EVENTS/equeue test
113117

114-
- env:
118+
- python: '2.7'
119+
env:
115120
- NAME=littlefs
116121
- LITTLEFS=features/filesystem/littlefs
117122
install:
118123
# Install dependencies
119124
- sudo apt-get install gcc-arm-embedded fuse libfuse-dev
120-
- pip install -r requirements.txt
125+
- pip install --user -r requirements.txt
121126
- git clone https://github.com/armmbed/spiflash-driver.git
122127
# Print versions
123128
- arm-none-eabi-gcc --version
@@ -157,16 +162,13 @@ matrix:
157162
- ls MOUNT/littlefs
158163
- CFLAGS="-Wno-format" make -CMOUNT/littlefs -B test_dirs QUIET=1
159164

160-
- &mbed-2
161-
env: NAME=mbed2-NXP
165+
- python: '2.7'
166+
env:
167+
- NAME=mbed2
162168
install:
163169
# Install dependencies
164-
- export GCC_DIR=$HOME/gcc-arm-none-eabi-6-2017-q2-update
165-
- export GCC_ARCHIVE=$HOME/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
166-
- export GCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2?revision=2cc92fb5-3e0e-402d-9197-bdfc8224d8a5?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,6-2017-q2-update
167-
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-gcc ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi
168-
- export PATH=$PATH:$GCC_DIR/bin
169-
- pip install -r requirements.txt
170+
- sudo apt-get install gcc-arm-embedded
171+
- pip install --user -r requirements.txt
170172
# Print versions we use
171173
- arm-none-eabi-gcc --version
172174
- python --version
@@ -175,18 +177,6 @@ matrix:
175177
- mkdir BUILD
176178
script:
177179
# Run local mbed 2 testing
178-
- python2 -u tools/build_travis.py --vendor "${NAME#mbed2-}"
179-
- <<: *mbed-2
180-
env: NAME=mbed2-STM
181-
- <<: *mbed-2
182-
env: NAME=mbed2-NORDIC
183-
- <<: *mbed-2
184-
env: NAME=mbed2-SILICON_LABS
185-
- <<: *mbed-2
186-
env: NAME=mbed2-MAXIM
187-
- <<: *mbed-2
188-
env: NAME=mbed2-ATMEL
189-
- <<: *mbed-2
190-
env: NAME=mbed2-NUVOTON
191-
- <<: *mbed-2
192-
env: NAME=mbed2-RENESAS
180+
# Note: These take ~40 minutes to run
181+
- python2 -u tools/build_travis.py | sed -n '/^Executing/p'
182+

README.md

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
1-
[![Mbed OS][mbed-os-logo]][mbed-os-link]
2-
3-
[![Build status release][mbed-travis-release-svg]][mbed-travis-release]
4-
[![Build status master][mbed-travis-master-svg]][mbed-travis-master]
5-
[![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools]
6-
[![PR progress][mbed-waffle-svg]][mbed-waffle]
7-
8-
[mbed-os-logo]: logo.png
9-
[mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/
10-
[mbed-travis-master]: https://travis-ci.org/ARMmbed/mbed-os
11-
[mbed-travis-master-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=master
12-
[mbed-travis-release]: https://travis-ci.org/ARMmbed/mbed-os/branches
13-
[mbed-travis-release-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=latest
14-
[mbed-coveralls-tools]: https://coveralls.io/github/ARMmbed/mbed-os?branch=master
15-
[mbed-coveralls-tools-svg]: https://coveralls.io/repos/github/ARMmbed/mbed-os/badge.svg?branch=master
16-
[mbed-waffle]: https://waffle.io/ARMmbed/mbed-os
17-
[mbed-waffle-svg]: https://badge.waffle.io/ARMmbed/mbed-os.svg?columns=all
18-
19-
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.
20-
21-
Mbed OS provides a platform that includes:
22-
* Security foundations.
23-
* Cloud management services.
24-
* Drivers for sensors, I/O devices and connectivity.
25-
26-
## Release notes
27-
The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions.
28-
29-
## Getting started for developers
1+
# ARM mbed OS
302

31-
We have a [developer webiste](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.
3+
mbed OS is an open-source embedded operating system designed for the "things" in the Internet of Things (IoT). mbed OS includes the features you need to develop a connected product using an ARM Cortex-M microcontroller.
4+
5+
mbed OS provides a platform that includes:
6+
- Security foundations.
7+
- Cloud management services.
8+
- Drivers for sensors, I/O devices and connectivity.
9+
10+
mbed OS is modular, configurable software that you can customize it to your device and to reduce memory requirements by excluding unused software.
11+
12+
13+
## Release Notes
14+
15+
The [Release Notes](https://docs.mbed.com/docs/mbed-os-release-notes/en/latest/) detail the current release and previous versions.
16+
17+
## Continuous Integration Status
18+
19+
We run continuous integration on all of our branches and pull requests to verify the stability of mbed OS. The following are the Travis CI indicators for mbed OS.
20+
21+
- Master branch [![Master Branch CI Badge](https://travis-ci.org/ARMmbed/mbed-os.svg?branch=master)](https://travis-ci.org/ARMmbed/mbed-os)
22+
- Latest release [![Latest Tag CI Badge](https://travis-ci.org/ARMmbed/mbed-os.svg?branch=latest)](https://travis-ci.org/ARMmbed/mbed-os/branches)
23+
24+
Tools coverage [![Coverage Status](https://coveralls.io/repos/github/ARMmbed/mbed-os/badge.svg?branch=master)](https://coveralls.io/github/ARMmbed/mbed-os?branch=master)
25+
26+
## Getting Started for Developers
27+
28+
You need [mbed CLI](https://github.com/ARMmbed/mbed-cli) to build mbed OS. For more details, read the [mbed OS Handbook](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/).
3229

33-
## Getting started for contributors
30+
## Getting Started for Contributors
3431

35-
We also have a [contributing and publishing guide](https://os.mbed.com/contributing/) that covers licensing, contributor agreements and style guidelines.
32+
We have a [Contributing and Publishing Guide](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/cont/contributing/) in the mbed OS Handbook.

0 commit comments

Comments
 (0)