Skip to content

Commit

Permalink
Merge pull request #552 from UncleRus/bugfix/ci-badge
Browse files Browse the repository at this point in the history
bugfix: Fix invalid CI badges
  • Loading branch information
UncleRus authored Aug 5, 2023
2 parents b838cfd + cf82338 commit a4e02e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ESP-IDF Components library

[![Build Status](https://github.com/UncleRus/esp-idf-lib/workflows/Build%20examples/badge.svg)](https://github.com/UncleRus/esp-idf-lib/actions?query=workflow%3A%22Build+examples%22)
[![Build the documentation](https://github.com/UncleRus/esp-idf-lib/workflows/Build%20the%20documentation/badge.svg)](https://github.com/UncleRus/esp-idf-lib/actions?query=workflow%3A%22Build+the+documentation%22)
[![Main CI process](https://github.com/UncleRus/esp-idf-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/UncleRus/esp-idf-lib/actions/workflows/ci.yml)
[![Docs Status](https://readthedocs.org/projects/esp-idf-lib/badge/?version=latest&style=flat)](https://esp-idf-lib.readthedocs.io/en/latest/)

Components for Espressif ESP32 [ESP-IDF framework](https://github.com/espressif/esp-idf)
Expand All @@ -11,12 +10,12 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-

## Supported versions of frameworks and devices

| Chip | Framework | Versions
|----------------|--------------------|-----------------------
| ESP32-xx | ESP-IDF | All officially supported versions (see [Support Period Policy](https://github.com/espressif/esp-idf/blob/master/SUPPORT_POLICY.md)) and `master`
| ESP8266 *[1]* | ESP8266 RTOS SDK | `master`, v3.4
| Chip | Framework | Versions |
|----------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| ESP32-xx | ESP-IDF | All officially supported versions (see [Support Period Policy](https://github.com/espressif/esp-idf/blob/master/SUPPORT_POLICY.md)) and `master` |
| ESP8266 | ESP8266 RTOS SDK | `master`, v3.4 |

See "Supported on" column for each of the components.
*See "Supported on" column for each of the components.*

## How to use

Expand Down
13 changes: 6 additions & 7 deletions devtools/devtool/templates/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ESP-IDF Components library

[![Build Status](https://github.com/UncleRus/esp-idf-lib/workflows/Build%20examples/badge.svg)](https://github.com/UncleRus/esp-idf-lib/actions?query=workflow%3A%22Build+examples%22)
[![Build the documentation](https://github.com/UncleRus/esp-idf-lib/workflows/Build%20the%20documentation/badge.svg)](https://github.com/UncleRus/esp-idf-lib/actions?query=workflow%3A%22Build+the+documentation%22)
[![Main CI process](https://github.com/UncleRus/esp-idf-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/UncleRus/esp-idf-lib/actions/workflows/ci.yml)
[![Docs Status](https://readthedocs.org/projects/esp-idf-lib/badge/?version=latest&style=flat)](https://esp-idf-lib.readthedocs.io/en/latest/)

Components for Espressif ESP32 [ESP-IDF framework](https://github.com/espressif/esp-idf)
Expand All @@ -11,12 +10,12 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-

## Supported versions of frameworks and devices

| Chip | Framework | Versions
|----------------|--------------------|-----------------------
| ESP32-xx | ESP-IDF | All officially supported versions (see [Support Period Policy](https://github.com/espressif/esp-idf/blob/master/SUPPORT_POLICY.md)) and `master`
| ESP8266 *[1]* | ESP8266 RTOS SDK | `master`, v3.4
| Chip | Framework | Versions |
|----------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| ESP32-xx | ESP-IDF | All officially supported versions (see [Support Period Policy](https://github.com/espressif/esp-idf/blob/master/SUPPORT_POLICY.md)) and `master` |
| ESP8266 | ESP8266 RTOS SDK | `master`, v3.4 |

See "Supported on" column for each of the components.
*See "Supported on" column for each of the components.*

## How to use

Expand Down

0 comments on commit a4e02e7

Please sign in to comment.