This website requires JavaScript.
Explore
Help
Sign In
Sojus07
/
hackrf
Watch
1
Star
0
Fork
0
You've already forked hackrf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
hackrf
/
firmware
/
common
History
Jared Boone
8758bb05ba
Merge branch 'master' of
https://github.com/mossmann/hackrf
2012-08-25 15:02:27 -07:00
..
bitband.c
Bitband library, factored out of other code.
2012-07-31 22:07:08 -07:00
bitband.h
Bitband library, factored out of other code.
2012-07-31 22:07:08 -07:00
hackrf_core.c
Merge branch 'master' of
https://github.com/mossmann/hackrf
2012-08-25 15:02:27 -07:00
hackrf_core.h
Removed release_cpld_jtag_pins() and incorporated code into pin_setup().
2012-07-31 22:03:01 -07:00
lpc43.h
started firmware directory with some basic stuff
2012-05-21 11:33:46 -06:00
LPC4330_M4_ROM_to_RAM.ld
Fix Linker bug copy ROM to RAM & exec from RAM (need more test).
2012-06-13 01:06:44 +02:00
LPC4330_M4.ld
* Fixed linker script form SPIFI and RAM execution.
2012-06-25 22:15:10 +02:00
Makefile_inc.mk
I cocked-up backing out an unwanted change to CFLAGS which created badness in the Makefile_inc.mk file.
2012-06-13 18:13:26 -07:00
max2837_regs.def
MAX2837 TXVGA register bug fix
2012-06-18 17:32:23 -06:00
max2837.c
hard coded 8 MHz baseband filter for now
2012-08-23 09:52:16 -06:00
max2837.h
Added max2837_rx() function.
2012-06-14 13:06:48 -07:00
max5864.c
Simple support for MAX5864 configuration via SPI.
2012-07-19 14:57:06 -07:00
max5864.h
Simple support for MAX5864 configuration via SPI.
2012-07-19 14:57:06 -07:00
README
started firmware directory with some basic stuff
2012-05-21 11:33:46 -06:00
rffc5071.c
configure both mixers
2012-08-23 21:34:38 -06:00
rffc5071.h
RFFC5071 integer tuning function
2012-08-23 16:30:45 -06:00
si5351c.c
fixed bad output spectrum. problem was P3 = 0 in si5351c pll, similar to commit b595de647077f208c534e4efc0bce92f25378fb8
2012-08-22 10:41:53 -06:00
si5351c.h
pull request
#10
, resolved conflicts
2012-06-13 21:21:34 -06:00
README
This directory contains things shared by multiple HackRF firmware implementations.