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
182157a19c
Add ram_ahb memory region to linker scripts.
2012-10-06 17:30:26 -07:00
..
bitband.c
Changes to bit band API to make it more type-sane.
2012-09-11 11:31:49 -07:00
bitband.h
Changes to bit band API to make it more type-sane.
2012-09-11 11:31:49 -07:00
hackrf_core.c
Replaced apparently incorrect PLL0USB MDIV and NP_DIV values with values straight out of the User Manual's table 94.
2012-09-27 19:29:43 -07:00
hackrf_core.h
Merge branch 'master' of
https://github.com/mossmann/hackrf
2012-10-03 09:26:30 -07:00
lpc43.h
started firmware directory with some basic stuff
2012-05-21 11:33:46 -06:00
LPC4330_M4_ram_only.ld
Remove ROM memory region from "ram_only" linker script.
2012-10-06 17:29:56 -07:00
LPC4330_M4_ROM_to_RAM.ld
Add ram_ahb memory region to linker scripts.
2012-10-06 17:30:26 -07:00
LPC4330_M4.ld
Add ram_ahb memory region to linker scripts.
2012-10-06 17:30:26 -07: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
Error in bit shift
2012-09-03 19:15:49 -04:00
max2837.c
Fix overflows in shifts, suppress warnings for temporarily unused variables.
2012-09-04 20:08:30 -04: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_regs.def
Fix overflows in shifts, suppress warnings for temporarily unused variables.
2012-09-04 20:08:30 -04:00
rffc5071.c
fixed jawbreaker MIX_BYPASS bug
2012-10-02 23:10:13 -06:00
rffc5071.h
RFFC tx and rx functions updated for Jawbreaker
2012-09-20 12:41:11 -06:00
si5351c.c
Jawbreaker clock generator configuration
2012-09-19 13:43:16 -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.