This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/firmware
Harald Welte 6d95768e9c fast_source: Add FPGA_TEST_STATS #define for FPGA/SSC verification
Using fpga.test_mode=1 this code can compute statistics on the
incrementing-counter-with-every-sample behaviour.
2012-03-06 12:26:33 +01:00
..
include e4k: fix unresolved symbols in dc offset calibration 2012-03-05 18:37:18 +01:00
sdr-test-project main: add dc offset calibration commands 2012-03-05 18:37:44 +01:00
src fast_source: Add FPGA_TEST_STATS #define for FPGA/SSC verification 2012-03-06 12:26:33 +01:00
tests uart_cmd: introduce argument array parsing 2012-02-28 22:21:09 +01:00
usb-dfu-project add README for DFU 2012-01-15 21:17:27 +01:00
usb-fast-audio-source add usb-fast-audio-source as example DFU application 2012-01-15 21:17:54 +01:00
utils add utility program for generating USB strings 2012-01-15 21:17:37 +01:00
.gitignore add .gitignore for firmare .elf / .bin 2012-01-15 21:18:21 +01:00
README add minimal README 2011-12-31 18:02:06 +01:00

README

In order to build the firmware, you need to clone at91lib from this
repository: git://git.gnumonks.org/at91lib.git

You need to put the at91lib and osmo-sdr into the same parent directory
or adjust the paths in sdr-test-project/Makefile to match your layout.