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
5d6667141e
short pulses when enabling VAA to avoid a big voltage glitch
2018-01-28 16:24:48 -07:00
..
xapp058
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -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
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
cpld_jtag.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08: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
gpio_lpc.c
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
gpio_lpc.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
gpio.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
hackrf_core.c
short pulses when enabling VAA to avoid a big voltage glitch
2018-01-28 16:24:48 -07:00
hackrf_core.h
Merge branch 'multi-device-hardware-sync' of
https://github.com/dodgymike/hackrf
into dodgymike-multi-device-hardware-sync
2017-01-24 16:18:33 -07: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
Fix multibyte reads over i2c
2016-12-13 19:05:49 -07: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
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
max2837_target.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -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
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
max5864_target.c
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
max5864_target.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -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
operacake.c
fixed operacake indentation warning in firmware
2017-01-26 15:24:55 -07:00
operacake.h
Tidy unused operacake code and use addresses to refer to boards
2016-12-25 11:01:55 +00:00
README
started firmware directory with some basic stuff
2012-05-21 11:33:46 -06:00
rf_path.c
ifdef out HackRF One rf path pins for jawbreaker build
2017-01-27 12:24:19 -07:00
rf_path.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
rffc5071_regs.def
RFFC507x: De-singleton the driver code.
2014-11-10 16:42:08 -08:00
rffc5071_spi.c
Speed up RFFC5072 comms by 50%!
2016-12-27 21:08:12 +00:00
rffc5071_spi.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
rffc5071.c
Reverted 31a37bd841b99154fce7217d2b3d78a24f8aacd9 Output RFFC5072 LOCK status
2017-02-11 12:24:22 -07:00
rffc5071.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -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.c
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
sgpio.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08: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
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
spi_ssp.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
streaming.c
Merge branch 'multi-device-hardware-sync' of
https://github.com/dodgymike/hackrf
into dodgymike-multi-device-hardware-sync
2017-01-24 16:18:33 -07:00
streaming.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
tuning.c
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -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
Add Windows Compatible ID descriptors
2016-07-17 22:20:32 +01:00
usb_standard_request.h
Add Windows Compatible ID descriptors
2016-07-17 22:20:32 +01:00
usb_type.h
Add Windows Compatible ID descriptors
2016-07-17 22:20:32 +01:00
usb.c
Turn off VBUS discharge to reduce current draw
2017-01-31 15:54:48 -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
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
w25q80bv_target.h
Use new GPIO API to abstract GPIO in various drivers.
2014-11-15 16:26:59 -08:00
w25q80bv.c
Add dummy byte for w25q80bv fast read command timing
2016-01-18 19:42:13 +00:00
w25q80bv.h
Merge "abstract buses" changes with "fix SPI flash read"
2015-12-20 15:28:29 +00:00
README
This directory contains things shared by multiple HackRF firmware implementations.