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
af13e756d9
turn off RF amplifier at end of transmission, fixes bug
#178
2015-07-08 16:37:49 -06:00
..
xapp058
XSVF: Fix apparent #ifdef scope bug in xsvfDoXCOMMENT() where comments aren't truly ignored.
2014-11-10 11:16:39 -08: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
Add GCC "used" attribute to prevent hard_fault_handler_c() from being removed. It trips up -flto.
2014-08-11 16:07:59 -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
gpdma.c
Add GPDMA LLI functions to create a loop or one-shot chain of LLIs.
2013-12-08 18:18:22 -08:00
gpdma.h
Add GPDMA LLI functions to create a loop or one-shot chain of LLIs.
2013-12-08 18:18:22 -08:00
hackrf_core.c
Do not configure BOOT[3:0] pins in SCU, as they should be idle/input/hi-Z on HackRF.
2014-08-11 16:09:50 -07:00
hackrf_core.h
Fix inconsistent indentation
2015-07-07 07:23:48 +01:00
LPC43xx_M0_memory.ld
Break ldscripts into smaller pieces that can be shared.
2014-01-11 17:38:27 -08:00
LPC43xx_M4_M0_image_from_text.ld
Rename ldscript to be the one and only M0 embedding .ld, reading from .text.
2014-02-18 16:48:21 -08:00
LPC43xx_M4_memory.ld
Break ldscripts into smaller pieces that can be shared.
2014-01-11 17:38:27 -08:00
LPC4320_M4_memory.ld
Break ldscripts into smaller pieces that can be shared.
2014-01-11 17:38:27 -08:00
LPC4330_M4_memory.ld
Break ldscripts into smaller pieces that can be shared.
2014-01-11 17:38:27 -08:00
m0_bin.s.cmake
Firmware build system is now CMake, and seems much more sane on the whole.
2014-08-11 16:37:14 -07:00
m0_sleep.c
Add default M0 code that just loops forever, if a project doesn't specify any SRC_M0_[CS] files.
2013-11-20 15:11:54 -08:00
max2837_regs.def
firmware: gain control
2013-05-27 14:01:22 +02:00
max2837.c
MAX2837: Fix register read when dirty
2014-11-04 11:36:53 -08: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
turn off RF amplifier at end of transmission, fixes bug
#178
2015-07-08 16:37:49 -06:00
rf_path.h
replaced set_freq_if() with set_freq_explicit() and implemented explicit tuning option in hackrf_transfer
2014-03-13 16:06:51 -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
RFFC5071: Fix to read value from device when register marked dirty.
2014-11-04 12:48:42 -08:00
rffc5071.h
Widen frequency argument/return paths in RFFC5071 code.
2014-02-19 12:56:24 -08: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_dma.c
Add GPDMA LLI functions to create a loop or one-shot chain of LLIs.
2013-12-08 18:18:22 -08:00
sgpio_dma.h
Expose SGPIO DMA LLI configuration function.
2013-12-08 13:14:26 -08:00
sgpio.c
SGPIO: Add CPLD RX Q channel inversion, API to control.
2014-08-11 13:02:02 -07:00
sgpio.h
SGPIO: Add CPLD RX Q channel inversion, API to control.
2014-08-11 13:02:02 -07:00
si5351c.c
fixed bug
#130
, CLKIN failure
2014-08-28 11:34:30 -06:00
si5351c.h
maintain PLLA on XTAL and PLLB on CLKIN at all times (makes automatic clock source switching more reliable)
2014-03-14 22:27:30 -06:00
streaming.c
Factor out USB API for transceiver control into separate files.
2013-09-20 12:54:56 -07:00
streaming.h
Factor out USB API for transceiver control into separate files.
2013-09-20 12:54:56 -07:00
tuning.c
Add #include to address "sgpio_cpld_stream_rx_set_q_invert" warning.
2014-11-10 11:10:18 -08:00
tuning.h
replaced set_freq_if() with set_freq_explicit() and implemented explicit tuning option in hackrf_transfer
2014-03-13 16:06:51 -06: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
Broke some application-specific USB code into separate files within hackrf_usb/. Hoping I can use them as necessary in other projects, or push them into a library eventually.
2013-09-19 19:51:32 -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.