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
04e70483a2
Move RF path configuration to early in the tuning process -- before the MAX2837 is tuned.
2013-09-17 21:59:01 -07:00
..
xapp058
xapp058/ports: Clean up comments and dead code
2013-09-14 18:24:25 -04: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
cpld: Stream CPLD data from host
2013-09-14 18:24:25 -04:00
cpld_jtag.h
cpld: Stream CPLD data from host
2013-09-14 18:24:25 -04:00
fault_handler.c
fault_handler add more info in case of crash.
2013-03-10 14:23:26 +01: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
Adjusted cpu_clock_pll1_low_speed() to operate at 48MHz, as per several comments with the code. The actual MSEL value was previously selecting 84MHz.
2013-09-04 16:23:32 -07:00
hackrf_core.h
Fix for "issues/62 fix PLL1 overclock bug" see hackrf_core.c -> cpu_clock_init()
2013-08-28 22:01:57 +02:00
LPC4330_M4_rom_to_ram.ld
renamed LPC4330_M4_ROM_to_RAM.ld for case sensitive platforms like mine
2013-03-23 10:02:06 -06: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
A few more changes due to the libopencm3 merge
2013-07-07 17:48:54 -04:00
max2837_regs.def
firmware: gain control
2013-05-27 14:01:22 +02:00
max2837.c
Oops, missed a spot where I should've called a MAX2837 mode function.
2013-09-06 23:09:29 -07:00
max2837.h
Add MAX2837 mode set/get functions.
2013-09-06 22:29:57 -07: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
rf_path.c
Move more RF path stuff (initialization and MAX5864 state management) into rf_path.c.
2013-09-17 17:25:00 -07:00
rf_path.h
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
rffc5071_regs.def
Fix overflows in shifts, suppress warnings for temporarily unused variables.
2012-09-04 20:08:30 -04:00
rffc5071.c
Extract knowledge of RF path configurations from the RFFC5071 driver.
2013-09-07 12:59:57 -07:00
rffc5071.h
Extract knowledge of RF path configurations from the RFFC5071 driver.
2013-09-07 12:59:57 -07:00
rom_iap.c
Cleanup on xxx_rom_to_ram directory now it contains only makefile, removed redundant .c file from xxx dir.
2013-04-07 18:55:12 +02:00
rom_iap.h
Add host(hackrf_info)/fw(usb_performance) IAP read part id/serial no(to be confirmed).
2013-03-09 11:47:28 +01:00
sgpio.c
Adjust logic in sgpio_configure() to treat transceiver modes outside TX and RX as RX. "OFF", for example...
2013-09-17 15:32:11 -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
firmware: enable int mode if div is even integer
2013-06-07 23:10:35 +02:00
si5351c.h
firmware: fix a warning
2013-06-09 09:15:35 -06:00
tuning.c
Move RF path configuration to early in the tuning process -- before the MAX2837 is tuned.
2013-09-17 21:59:01 -07:00
tuning.h
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb_queue.c
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb_queue.h
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb_request.c
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb_request.h
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb_standard_request.c
Remove dependencies on application-specific USB descriptors.
2013-09-17 15:13:12 -07:00
usb_standard_request.h
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb_type.h
Remove dependencies on application-specific USB descriptors.
2013-09-17 15:13:12 -07:00
usb.c
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
usb.h
Move files that have no application-specific bits (e.g. USB stack, tuning, and RF path APIs) to ../common/.
2013-09-17 15:10:46 -07:00
w25q80bv.c
Cleanup on xxx_rom_to_ram directory now it contains only makefile, removed redundant .c file from xxx dir.
2013-04-07 18:55:12 +02:00
w25q80bv.h
Cleanup on xxx_rom_to_ram directory now it contains only makefile, removed redundant .c file from xxx dir.
2013-04-07 18:55:12 +02:00
README
This directory contains things shared by multiple HackRF firmware implementations.