From f22805bf8d6d7d1b3d2f346b34e140591ab51320 Mon Sep 17 00:00:00 2001 From: Eitan Mosenkis Date: Sun, 21 Jun 2020 20:42:34 +0300 Subject: [PATCH] Remove reference to emosenkis/esp8266-hal It has been deprecated in favor of work towards directly supporting Xtensa in rustc which is already mentioned here. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c47d0de..e79a47b 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,6 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]! ### Espressif -- [`esp8266-hal`](https://github.com/emosenkis/esp8266-hal) ![crates.io](https://img.shields.io/crates/v/esp8266-hal.svg) (not supported by rustc, so must be built with [mrustc](https://github.com/thepowersgang/mrustc), typically via the [esp-rs](https://github.com/emosenkis/esp-rs) build script) - [`rust-xtensa`](https://github.com/MabezDev/rust-xtensa) - rust fork enables projects to be built for the ESP32 and ESP8266. ([quick start repo](https://github.com/MabezDev/xtensa-rust-quickstart)).