From 1885a30bd99aec338479aaed77c992dfd97fa8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 9 Mar 2017 23:14:05 +0100 Subject: [PATCH] Add note about frozen branch --- README.md | 7 +++++-- docs/index.md | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd6a56f2..144acf67 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -# **NodeMCU 1.5.4.1** # +# **NodeMCU 1.5.4.1 final** # [![Join the chat at https://gitter.im/nodemcu/nodemcu-firmware](https://img.shields.io/gitter/room/badges/shields.svg)](https://gitter.im/nodemcu/nodemcu-firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/nodemcu/nodemcu-firmware.svg)](https://travis-ci.org/nodemcu/nodemcu-firmware) -[![Documentation Status](https://img.shields.io/badge/docs-dev-yellow.svg?style=flat)](http://nodemcu.readthedocs.io/en/dev/) +[![Documentation Status](https://img.shields.io/badge/docs-1.5.4.1_final-yellow.svg?style=flat)](http://nodemcu.readthedocs.io/en/1.5.4.1-final/) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/nodemcu/nodemcu-firmware/blob/master/LICENSE) +## :no_entry: This branch is frozen at the last commit before the Espressif SDK was upgraded to 2.0 :no_entry: + + ### A Lua based firmware for ESP8266 WiFi SOC NodeMCU is an [eLua](http://www.eluaproject.net/) based firmware for the [ESP8266 WiFi SOC from Espressif](http://espressif.com/en/products/esp8266/). The firmware is based on the [Espressif NON-OS SDK 1.5.4.1](http://bbs.espressif.com/viewtopic.php?f=46&t=2376) and uses a file system based on [spiffs](https://github.com/pellepl/spiffs). The code repository consists of 98.1% C-code that glues the thin Lua veneer to the SDK. diff --git a/docs/index.md b/docs/index.md index 13e6c150..48833aa6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,8 @@ # NodeMCU Documentation +!!! attention + This branch is frozen at the last commit before the Espressif SDK was upgraded to 2.0! + NodeMCU is an [eLua](http://www.eluaproject.net/) based firmware for the [ESP8266 WiFi SOC from Espressif](http://espressif.com/en/products/esp8266/). The NodeMCU *firmware* is a companion project to the popular [NodeMCU dev kits](https://github.com/nodemcu/nodemcu-devkit-v1.0), ready-made open source development boards with ESP8266-12E chips. ## Up-To-Date Documentation