Arnout Vandecappelle (Essensium/Mind) a6284cb9ed Don't require a C++ compiler
By default, CMake assumes that the project is using both C and C++.  By
explicitly passing 'C' as argument of the project() macro, we tell CMake
that only C is used, which prevents CMake from erroring out if a C++
compiler doesn't exist.
2018-03-31 22:50:37 +02:00
..
2018-03-31 22:50:37 +02:00

This is the simplest example firmware for HackRF.  It flashes three LEDs.