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
7eee145365
Add "pin" interface to abstract GPIO pins.
2014-11-13 16:12:54 -08: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
Merge branch 'abstract_i2c' into abstract_buses
2014-11-13 11:26:41 -08:00
hackrf_core.h
Merge branch 'abstract_i2c' into abstract_buses
2014-11-13 11:26:41 -08:00
i2c_bus.c
I2C: Interface: Rename init()->start(), add stop().
2014-11-13 10:32:38 -08:00
i2c_bus.h
I2C: Interface: Rename init()->start(), add stop().
2014-11-13 10:32:38 -08:00
i2c_lpc.c
I2C: Interface: Rename init()->start(), add stop().
2014-11-13 10:32:38 -08:00
i2c_lpc.h
I2C: Interface: Rename init()->start(), add stop().
2014-11-13 10:32:38 -08: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
MAX2837: De-singleton the driver.
2014-11-10 16:37:34 -08:00
max2837_target.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max2837_target.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max2837.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max2837.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max5864_target.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max5864_target.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max5864.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
max5864.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
pin_lpc.c
Add "pin" interface to abstract GPIO pins.
2014-11-13 16:12:54 -08:00
pin_lpc.h
Add "pin" interface to abstract GPIO pins.
2014-11-13 16:12:54 -08:00
pin.h
Add "pin" interface to abstract GPIO pins.
2014-11-13 16:12:54 -08:00
README
started firmware directory with some basic stuff
2012-05-21 11:33:46 -06:00
rf_path.c
MAX5864: Abstract SPI, extract target code
2014-11-10 16:55:02 -08: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
RFFC507x: De-singleton the driver code.
2014-11-10 16:42:08 -08:00
rffc5071_spi.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
rffc5071_spi.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
rffc5071.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
rffc5071.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
rom_iap.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08: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
Si5351C: Bring I2C wrapper into main driver.
2014-11-12 18:32:00 -08:00
si5351c.h
Si5351C: Bring I2C wrapper into main driver.
2014-11-12 18:32:00 -08:00
spi_bus.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
spi_bus.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
spi_ssp.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
spi_ssp.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08: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
SPI: Remove MAX2837/5864, W25Q80BV driver dependence on target code.
2014-11-10 17:05:02 -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_target.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
w25q80bv_target.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
w25q80bv.c
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
w25q80bv.h
SPI: Rename spi_t to spi_bus_t to match I2C naming.
2014-11-13 10:16:39 -08:00
README
This directory contains things shared by multiple HackRF firmware implementations.