build:
	cargo build --target thumbv7em-none-eabi

doc:
	cargo doc --target thumbv7em-none-eabi --open
