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
3a9d7432c3
Changed compile optimization flag to -Os from -O2. TitanMKD demonstrated conclusively that it's a good thing.
2012-10-10 16:27:05 -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
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
More detail in comments about Jellybean/Lemondrop clock destinations.
2012-10-10 11:51:06 -07:00
hackrf_core.h
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -07:00
lpc43.h
started firmware directory with some basic stuff
2012-05-21 11:33:46 -06:00
LPC4330_M4_ram_only.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_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
Changed compile optimization flag to -Os from -O2. TitanMKD demonstrated conclusively that it's a good thing.
2012-10-10 16:27:05 -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
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -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
Add SGPIO configuration API and code, extracted from existing SGPIO projects.
2012-10-10 14:30:28 -07:00
sgpio.h
Add SGPIO configuration API and code, extracted from existing SGPIO projects.
2012-10-10 14:30: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
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
2012-10-06 19:14:55 -07:00
README
This directory contains things shared by multiple HackRF firmware implementations.