Files
Last update 2 years 4 months
by Gianpaolo Macario
Filesfirmware | |
---|---|
.. | |
blinky | |
common | |
cpld | |
hackrf_usb | |
tools | |
.gitignore | |
CMakeLists.txt | |
README | |
appveyor.sh | |
dfu-util.cmake | |
dfu.py | |
hackrf-common.cmake | |
toolchain-arm-cortex-m.cmake | |
libopencm3 |
appveyor.sh#!/bin/sh /usr/bin/env python -m ensurepip /usr/bin/env python -m pip install pyyaml cd firmware/libopencm3 export SRCLIBDIR='c:\projects\hackrf\firmware\libopencm3\lib\' make lib/lpc43xx/m0 make lib/lpc43xx/m4 cd .. mkdir build-hackrf-one cd build-hackrf-one cmake -G "Unix Makefiles" .. make VERBOSE=1