esp8266-hal 0.4.0

An experimental hardware abstraction layer for the esp8266
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/bash


# change this to the directory of where you built rustc for xtensa
CUSTOM_RUSTC=/home/mabez/development/rust/xtensa/rust-xtensa

export RUST_BACKTRACE=1 
export XARGO_RUST_SRC=$CUSTOM_RUSTC/src 
export RUSTC=$CUSTOM_RUSTC/build/x86_64-unknown-linux-gnu/stage2/bin/rustc