mirror of
https://github.com/icewind1991/esp8266-flash.git
synced 2026-06-04 19:14:09 +02:00
example and basic readme
This commit is contained in:
parent
f50307e071
commit
6cd7bab5e5
8 changed files with 169 additions and 22 deletions
13
.cargo/config
Normal file
13
.cargo/config
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
[target]
|
||||
runner = { default = "xtensa-lx106-elf-gdb -q -x openocd.gdb" }
|
||||
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-nostartfiles",
|
||||
"-C", "debuginfo=0", # not 2
|
||||
"-C", "link-arg=-Wl,-Tlink.x",
|
||||
"--emit", "llvm-bc,link", # see: https://github.com/MabezDev/xtensa-rust-quickstart/issues/1#issuecomment-481119695
|
||||
]
|
||||
target = "xtensa-esp8266-none-elf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue