Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
solotic
/
hackrf
Public
forked from
greatscottgadgets/hackrf
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
jboone
Datepicker
All time
Commit history
Commits on Aug 28, 2015
Only perform W25Q80BV setup once, at startup.
Show description for 2022cc6
jboone
committed
2022cc6
View commit details
Copy full SHA for 2022cc6
Browse repository at this point
Use W25Q80BV read function to retrieve SPI flash contents.
jboone
committed
a4e447c
View commit details
Copy full SHA for a4e447c
Browse repository at this point
Add W25Q80BV function to fast-read from device.
jboone
committed
7c98d3e
View commit details
Copy full SHA for 7c98d3e
Browse repository at this point
Commits on Aug 24, 2015
Push rf_path_set_direction() calls into test functions.
Show description for 83d79be
jboone
committed
83d79be
View commit details
Copy full SHA for 83d79be
Browse repository at this point
Commits on Aug 17, 2015
Reduce mag^2 threshold a bit.
jboone
committed
f128a15
View commit details
Copy full SHA for f128a15
Browse repository at this point
Configure SGPIO slice mode early.
jboone
committed
149cd4e
View commit details
Copy full SHA for 149cd4e
Browse repository at this point
Remove extra SGPIO API calls.
Show description for 69db61c
jboone
committed
69db61c
View commit details
Copy full SHA for 69db61c
Browse repository at this point
Fix calculation of mag^2.
jboone
committed
adbc5a6
View commit details
Copy full SHA for adbc5a6
Browse repository at this point
Change frequency to center of 2.4GHz ISM.
jboone
committed
f2c0531
View commit details
Copy full SHA for f2c0531
Browse repository at this point
Commits on Aug 15, 2015
Adapt code to signed samples.
Show description for 6f9e7fd
jboone
committed
6f9e7fd
View commit details
Copy full SHA for 6f9e7fd
Browse repository at this point
Commits on Jul 10, 2015
Add hackrf_spiflash verbose option, make default not-verbose.
jboone
committed
8cfa81f
View commit details
Copy full SHA for 8cfa81f
Browse repository at this point
Commits on Apr 3, 2015
Wiki images of narrowest baseband filter at 2MHz and 8MHz sampling rate.
jboone
committed
a678a0c
View commit details
Copy full SHA for a678a0c
Browse repository at this point
Commits on Feb 23, 2015
Serial number firmware and host-side changes. Very hacky at this point.
Show description for 9dbe967
jboone
authored and
hessu
committed
9dbe967
View commit details
Copy full SHA for 9dbe967
Browse repository at this point
Commits on Nov 16, 2014
Use new GPIO API to abstract GPIO in various drivers.
Show description for 5363ec3
jboone
committed
5363ec3
View commit details
Copy full SHA for 5363ec3
Browse repository at this point
Commits on Nov 14, 2014
Add "pin" interface to abstract GPIO pins.
jboone
committed
7eee145
View commit details
Copy full SHA for 7eee145
Browse repository at this point
Commits on Nov 13, 2014
Merge branch 'abstract_i2c' into abstract_buses
Show description for 32aea14
jboone
committed
32aea14
View commit details
Copy full SHA for 32aea14
Browse repository at this point
I2C: Interface: Rename init()->start(), add stop().
jboone
committed
02cc581
View commit details
Copy full SHA for 02cc581
Browse repository at this point
SPI: Rename spi_t to spi_bus_t to match I2C naming.
jboone
committed
ea13603
View commit details
Copy full SHA for ea13603
Browse repository at this point
SPI: Interface: Rename init()->start(), add stop().
jboone
committed
05b8c4c
View commit details
Copy full SHA for 05b8c4c
Browse repository at this point
Si5351C: Bring I2C wrapper into main driver.
jboone
committed
28d629e
View commit details
Copy full SHA for 28d629e
Browse repository at this point
Commits on Nov 12, 2014
I2C: Finish extracting from Si5351C code.
jboone
committed
eb0dea4
View commit details
Copy full SHA for eb0dea4
Browse repository at this point
Si5351C: Extract I2C code into single transfer function.
jboone
committed
080a1ba
View commit details
Copy full SHA for 080a1ba
Browse repository at this point
Si5351C: Widen write() data_count argument type to size_t.
jboone
committed
35b5498
View commit details
Copy full SHA for 35b5498
Browse repository at this point
SI5351C: Rewrite si5351c_write_single() to use si5351c_write().
jboone
committed
4ea0f28
View commit details
Copy full SHA for 4ea0f28
Browse repository at this point
Si5351C: Change write data arg to be const.
jboone
committed
721f748
View commit details
Copy full SHA for 721f748
Browse repository at this point
Commits on Nov 11, 2014
RFFC5071: Remove extraneous #include.
jboone
committed
81dfde2
View commit details
Copy full SHA for 81dfde2
Browse repository at this point
SPI: Pull remaining hardware bits out of MAX2837/5864/W25Q80BV device drivers.
jboone
committed
569f320
View commit details
Copy full SHA for 569f320
Browse repository at this point
SPI: Remove MAX2837/5864, W25Q80BV driver dependence on target code.
Show description for 8ced941
jboone
committed
8ced941
View commit details
Copy full SHA for 8ced941
Browse repository at this point
MAX2837: Add virtual function for setting device mode.
jboone
committed
6d57c08
View commit details
Copy full SHA for 6d57c08
Browse repository at this point
SSP: Merge SSP0 and SSP1 code into single unit.
Show description for 905cd2b
jboone
committed
905cd2b
View commit details
Copy full SHA for 905cd2b
Browse repository at this point
SPI: Move SCU/pin config to target layers.
jboone
committed
264ee53
View commit details
Copy full SHA for 264ee53
Browse repository at this point
SSP0: Extract SPI interface from W25Q80BV code.
jboone
committed
21eb27c
View commit details
Copy full SHA for 21eb27c
Browse repository at this point
SSP1: Fix argument name to match SPI naming.
jboone
committed
79fd31d
View commit details
Copy full SHA for 79fd31d
Browse repository at this point
SSP1: Merge MAX2837 and MAX5864 SPI code to use single SPI interface.
Show description for b8421cc
jboone
committed
b8421cc
View commit details
Copy full SHA for b8421cc
Browse repository at this point
W25Q80BV: Finish abstracting SPI code.
jboone
committed
58e3465
View commit details
Copy full SHA for 58e3465
Browse repository at this point
Previous
Next
You can’t perform that action at this time.