Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:blinky [2015/03/23 12:55] – created darron | projects:blinky [2017/01/12 22:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
create the generic LED blinky but also to measure the toggle performance | create the generic LED blinky but also to measure the toggle performance | ||
of each platform. | of each platform. | ||
+ | |||
+ | === Install === | ||
+ | |||
+ | Blinky++ depends on various compilers. | ||
+ | |||
+ | For STM32 install [[: | ||
+ | |||
+ | Another compiler is avr-gcc for the AVR targets, this is available on most systems. | ||
+ | |||
+ | For the STM32 targets, [[: | ||
+ | |||
+ | When prepared, fetch the blinky++ application and build it for all platforms. | ||
+ | < | ||
+ | hg clone http:// | ||
+ | cd blinky++ | ||
+ | make | ||
+ | </ | ||