tock / libtock-rs

Rust userland library for Tock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`blink` example doesn't exist

lqwk opened this issue · comments

The line make flash-hail EXAMPLE=blink # Flash the example 'blink' program to the hail platform doesn't work because the the examples folder doesn't contain blink

$ make flash-microbit_v2 EXAMPLE=blink
LIBTOCK_PLATFORM=microbit_v2 cargo run --example blink  \
                --target=thumbv7em-none-eabi --release -- --deploy=tockloader
error: no example target named `blink`
make: *** [flash-microbit_v2] Error 101

$ make flash-microbit_v2 EXAMPLE=leds works though

README.md still needs to be updated after libtock-rs was substantially rewritten.

Closing as a duplicate of #398