Skip to content

ESP8266-RTOS-SDK (IDF Style) Build

Actions
This action build your firmware directly in github using Espressif Native SDK and Toolkit
v2
Latest
Star (4)

Introduction

This project builds a docker image, placed at nsfilho/esp8266-rtos-sdk:3.3.

The goal of this docker image is provide a complete isolated environment for build firmwares, making easy the entire process.

Example

You can see a sample of use in github actions on E12AIO3 Firmware

name: ESP8266-RTOS-SDK Build

on:
    push:
        branches: [master]

jobs:
    build:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v2
            - uses: nsfilho/esp8266-rtos-sdk@v2

Thank you and enjoy!

ESP8266-RTOS-SDK (IDF Style) Build is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action build your firmware directly in github using Espressif Native SDK and Toolkit
v2
Latest

ESP8266-RTOS-SDK (IDF Style) Build is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.