Skip to content

Commit

Permalink
Merge branch 'release/v2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 31, 2022
2 parents a3a1be4 + 4f02939 commit 082bf3c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 278 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7]
example:
- "examples/anymcu-blink"
- "examples/anymcu-header"
Expand All @@ -18,18 +17,17 @@ jobs:
- "examples/stc-header"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U https://github.com/platformio/platformio/archive/develop.zip
pio pkg install --global --platform symlink://.
- name: Build examples
run: |
platformio run -d ${{ matrix.example }}
pio run -d ${{ matrix.example }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Intel MCS-51 (8051): development platform for [PlatformIO](http://platformio.org)
# Intel MCS-51 (8051): development platform for [PlatformIO](https://platformio.org)
[![Build Status](https://github.com/platformio/platform-intel_mcs51/workflows/Examples/badge.svg)](https://github.com/platformio/platform-intel_mcs51/actions)

The Intel MCS-51 (commonly termed 8051) is an internally Harvard architecture, complex instruction set computer (CISC) instruction set, single chip microcontroller (µC) series developed by Intel in 1980 for use in embedded systems.
Expand All @@ -8,7 +8,7 @@ The Intel MCS-51 (commonly termed 8051) is an internally Harvard architecture, c

# Usage

1. [Install PlatformIO](http://platformio.org)
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:

## Stable version
Expand Down
67 changes: 0 additions & 67 deletions examples/anymcu-header/.travis.yml

This file was deleted.

67 changes: 0 additions & 67 deletions examples/native-blink/.travis.yml

This file was deleted.

67 changes: 0 additions & 67 deletions examples/stc-blink/.travis.yml

This file was deleted.

67 changes: 0 additions & 67 deletions examples/stc-header/.travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"CISC"
],
"engines": {
"platformio": "^5"
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-intel_mcs51.git"
},
"version": "2.0.0",
"version": "2.1.0",
"packages": {
"toolchain-sdcc": {
"type": "toolchain",
Expand Down

0 comments on commit 082bf3c

Please sign in to comment.