Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
[doc] add build status badge to README (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp authored May 20, 2020
1 parent 2be2ba9 commit 5b26882
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[![Build][ot-esp32-gh-action-build-svg]][ot-esp32-gh-action-build]

---

# OpenThread on ESP32

**ot-esp32** is a port of OpenThread for the [Espressif ESP32 platform](https://www.espressif.com/en/products/socs/esp32/overview), where OpenThread uses a [Radio Co-Processor (RCP) design](https://openthread.io/platforms#radio-co-processor-rcp), transmitting and receiving radio using an 802.15.4-capable SoC.

For more information on OpenThread, see [openthread.io](https://openthread.io).

[ot-esp32-gh-action-build]: https://github.com/openthread/ot-esp32/actions?query=workflow%3ABuild+branch%3Amaster+event%3Apush
[ot-esp32-gh-action-build-svg]: https://github.com/openthread/ot-esp32/workflows/Build/badge.svg?branch=master&event=push

## Getting started

Get started with the [example CLI application](example/README.md).
Expand Down

0 comments on commit 5b26882

Please sign in to comment.