Add memory regions for M0 code to live. In the "ro...
by Jared Boone 12 years 1 week
Add memory regions for M0 code to live. In the "rom_to_ram" (SPIFI) version, put M0 binary in ROM. In the RAM version, put M0 code in the destination RAM region.
c365d0a3
Assembly file that includes M0 binary into a .o to...
by Jared Boone 12 years 1 week
Assembly file that includes M0 binary into a .o to be linked into the M4 binary. There's certainly a more elegant way, but for now...
31a55d0e
Add default M0 code that just loops forever, if a ...
by Jared Boone 12 years 1 week
Add default M0 code that just loops forever, if a project doesn't specify any SRC_M0_[CS] files.
e29ec6b0
Fix return value on SGPIO decimation function.
by Jared Boone 12 years 1 week
91a7ca49
Relocate SGPIO pin configuration -- it only needs ...
by Jared Boone 12 years 1 week
Relocate SGPIO pin configuration -- it only needs to be done once.
e3f9e204
Add M0 linker script.
by Jared Boone 12 years 1 week
39276f16
Add skip-every-N function to CPLD, where N is cont...
by Jared Boone 12 years 1 week
Add skip-every-N function to CPLD, where N is controlled by three input pins from the microcontroller.
Updated SGPIO CPLD testbench, as it had fallen a bit out of date.
Add SGPIO API initialization and control of CPLD decimation feature.
3bf6573d
Remove CPLD SVF file, as it's not used by anybody ...
by Jared Boone 12 years 1 week
Remove CPLD SVF file, as it's not used by anybody (as far as I know).
24a8e2bd
initial firmware support for HackRF One
by Michael Ossmann 12 years 1 week
5b14636c
Another little fix for the two's complement change...
by Jared Boone 12 years 1 week
Another little fix for the two's complement change -- initialize SGPIO data registers to DAC zero values.
967e6998
Report a bug