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
Michael Ossmann
653599ee9d
test program to program CPLD from microcontroller
2013-02-16 07:23:04 -07:00
..
xapp058
test program to program CPLD from microcontroller
2013-02-16 07:23:04 -07:00
bitband.c
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -07:00
bitband.h
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -07:00
cpld_jtag.c
test program to program CPLD from microcontroller
2013-02-16 07:23:04 -07:00
cpld_jtag.h
test program to program CPLD from microcontroller
2013-02-16 07:23:04 -07:00
fault_handler.c
Elimination of unused argument warnings.
2012-10-10 16:13:37 -07:00
fault_handler.h
Added fault handler header file, where I've defined the Cortex-M3/M4 SCB using a struct instead of a slew of #defines. This deviates from the libopencm3 method, but is superior in other ways. So, there you go. It's not in libopencm3, it's here.
2012-10-10 13:36:10 -07:00
hackrf_core.c
Fix for LPC4330 MCU frequency to be set to 204MHz instead of 102MHz.
2012-11-26 23:41:13 +01:00
hackrf_core.h
CPLD JTAG GPIO
2013-02-14 17:23:45 -07:00
LPC4330_M4_ROM_to_RAM.ld
Split ram_ahb memory region into two, with a 32K hole where the USB buffers live.
2012-10-10 14:27:21 -07:00
LPC4330_M4.ld
Split ram_ahb memory region into two, with a 32K hole where the USB buffers live.
2012-10-10 14:27:21 -07:00
Makefile_inc.mk
test program to program CPLD from microcontroller
2013-02-16 07:23:04 -07:00
max2837_regs.def
max2837: fix a couple math errors in the def file
2012-10-13 16:27:02 -04:00
max2837.c
Add code to control MAX2837 B1 through B7 from Jellybean. Another feeble attempt to control DC bias.
2012-10-17 22:28:10 -07:00
max2837.h
Fixed some makefile and set default BOARD to JAWBREAKER (instead of JELLYBEAN).
2013-02-10 18:33:01 +01:00
max5864.c
Use new ssp_transfer() function instead of ssp_write().
2012-10-13 16:58:22 -07:00
max5864.h
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -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
Elimination of unused argument warnings.
2012-10-10 16:13:37 -07:00
rffc5071.h
RFFC tx and rx functions updated for Jawbreaker
2012-09-20 12:41:11 -06:00
sgpio.c
Fix clock edge for TX mode. TX data was completely crapped up due to skew on my Jellybean/Lemondrop board. Hopefully, this also applies to Jawbreaker. I'll recheck once I have hardware in-hand.
2012-11-02 22:34:43 -07:00
sgpio.h
Consolidated single-slice SGPIO configuration functions into single sgpio_configure() function.
2012-10-11 15:45:28 -07:00
si5351c.c
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -07:00
si5351c.h
Add USB vendor requests to read/write Si5351C registers.
2012-10-17 11:57:44 -07:00
w25q80bv.c
cleanup
2013-02-14 17:52:29 -07:00
w25q80bv.h
cleanup
2013-02-14 17:52:29 -07:00
README
This directory contains things shared by multiple HackRF firmware implementations.