From 31d4c62d32282b7d0a8af3d49027f3117a14af8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20R=C4=85pa=C5=82a?= Date: Sun, 1 Dec 2019 23:59:55 +0100 Subject: [PATCH] Add info about rust fork for esp32 and esp8266 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ff0739..649c155 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,8 @@ 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)). ### Silicon Labs