Merge pull request #48 from emosenkis/patch-1

Add esp8266-hal
This commit is contained in:
Rahul Thakoor 2018-06-14 22:25:56 +04:00 committed by GitHub
commit 58070d722d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,6 +176,10 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
[Blue pill]: http://wiki.stm32duino.com/index.php?title=Blue_Pill
### 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)
## Architecture support crates
Crates tailored for general CPU architectures.