Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 553 Bytes

stdout example

Simple example that uses printf to print to the defined stdout method provided when starting Mira.

How to build

To build the example, in this directory run:

make TARGET=<target>

The example assumes that libmira is placed in vendor/, to specify another path run:

make LIBDIR=<path-to-libmira> TARGET=<target>

To flash after building, add flashall or flash.<programmer serial number> to the make command:

make TARGET=<target> flashall

or

make LIBDIR=<path-to-libmira> TARGET=<target> flashall