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
a4a2a3d6ba
Added SCU pinmux data for USB LEDs, configured USB LEDs to be outputs (not float).
2013-05-11 08:09:07 -07:00
..
xapp058
jtagprog fixed. (to be checked by reading back the CPLD to be sure of the programming).
2013-02-23 18:52:56 +01: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
jtagprog fixed. (to be checked by reading back the CPLD to be sure of the programming).
2013-02-23 18:52:56 +01:00
cpld_jtag.h
jtagprog fixed. (to be checked by reading back the CPLD to be sure of the programming).
2013-02-23 18:52:56 +01: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
Added SCU pinmux data for USB LEDs, configured USB LEDs to be outputs (not float).
2013-05-11 08:09:07 -07:00
hackrf_core.h
Added SCU pinmux data for USB LEDs, configured USB LEDs to be outputs (not float).
2013-05-11 08:09:07 -07: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
firmware version string
2013-02-23 10:22:58 -07:00
max2837_regs.def
max2837: fix a couple math errors in the def file
2012-10-13 16:27:02 -04:00
max2837.c
clear MAX2837 RXENABLE when going into TX mode and vice versa
2013-02-24 10:17:50 -07:00
max2837.h
Fixed some makefile and set default BOARD to JAWBREAKER (instead of JELLYBEAN).
2013-02-10 18:33:01 +01: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
rffc5071_regs.def
Fix overflows in shifts, suppress warnings for temporarily unused variables.
2012-09-04 20:08:30 -04:00
rffc5071.c
updated rffc test/commments
2013-03-07 10:35:49 -07:00
rffc5071.h
updated rffc test/commments
2013-03-07 10:35:49 -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
Comment fix.
2013-04-04 19:48:28 +02:00
sgpio.h
Consolidated single-slice SGPIO configuration functions into single sgpio_configure() function.
2012-10-11 15:45: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
Add USB vendor requests to read/write Si5351C registers.
2012-10-17 11:57:44 -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.