Forgot to include rf_path.h now that its pin setup...
by Jared Boone 12 years 1 week
Forgot to include rf_path.h now that its pin setup is called from hackrf_core.
5468a01a
Merge remote-tracking branch 'mossmann/master' int...
by Jared Boone 12 years 1 week
Merge remote-tracking branch 'mossmann/master' into jboone_refactor_20130906

Conflicts:
firmware/common/hackrf_core.h
firmware/common/rffc5071.c
b285b91e
Giant .gitignore to knock out build files, Xilinx ...
by Jared Boone 12 years 1 week
Giant .gitignore to knock out build files, Xilinx spew, and editor/OS turds.
62ab69c3
Remove I2S pin definitions, since they're too spec...
by Jared Boone 12 years 1 week
Remove I2S pin definitions, since they're too specific for generic/shared HackRF code.
9db16642
Bump libopencm3.
by Jared Boone 12 years 1 week
f453e4c3
Massive rework of Makefile_inc.mk, to support buil...
by Jared Boone 12 years 1 week
Massive rework of Makefile_inc.mk, to support building of heterogeneous (M4+M0) binaries, and easy switching between RAM and SPIFI-bootable builds. Constructive criticism welcome -- I'm sure there's better ways to do this.
986e4dec
Fix broken sgpio-rx project, broken due to massive...
by Jared Boone 12 years 1 week
Fix broken sgpio-rx project, broken due to massive changes to how RF path and tuning is done.
02ba23bf
Fix naming problem with SGPIO test project. This i...
by Jared Boone 12 years 1 week
Fix naming problem with SGPIO test project. This is due to my use of VPATH in Makefile_inc.mk, which I'm starting to regret a little bit...
893c20e4
Add sgpio.c to C files, now required for pin initi...
by Jared Boone 12 years 1 week
Add sgpio.c to C files, now required for pin initialization.
552dbe4a
With Makefile RAM/SPIFI option, remove/rework redu...
by Jared Boone 12 years 1 week
With Makefile RAM/SPIFI option, remove/rework redundant "rom_to_ram" projects.
6a03f157
Report a bug