chrysn 8e90ffa2ab fixed a bug in efm32 miniblink example
actually, it wasn't a bug; the compiler just optimized a statement away
until it was declared volatile. inserting a no-op assembler instruction
to make it more obvious what's going on
2012-02-27 19:20:19 +01:00
..

==========================================
EFM32-TG-STK3300 Examples miniblink README
==========================================

This is the smallest-possible example program using libopencm3.

It's intended for the EFM32-TG-STK3300 eval board. It should blink
the user LED on the board.