Skip to content

Commit

Permalink
Version 20240424-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Apr 24, 2024
1 parent b28d967 commit a5816bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The following Git repository is required:

## Platforms tested

* Mac mini 2023 Apple Silicon (M2 Pro), macOS 14.4, Xcode 15.3 Command Line Tools
* MacBook Air 13" Apple Silicon (M1) 2020, macOS 14.4, Xcode 15.3 Command Line Tools
* Ubuntu 22.04.4 LTS x86\_64, gcc 12.3.0
* Mac mini 2023 Apple Silicon (M2 Pro), macOS 14.4.1, Xcode 15.3 Command Line Tools
* MacBook Air 13" Apple Silicon (M1) 2020, macOS 14.4.1, Xcode 15.3 Command Line Tools
* Ubuntu 24.04 LTS x86\_64, gcc 13.2.0
* Raspberry Pi 4 with Raspberry Pi OS 64bit Lite (Debian Bookworm)

## Features under development
Expand All @@ -38,6 +38,12 @@ Intel Mac hardware is no longer supported by airspy-fmradion, although the autho

## Changes (including requirement changes)

* 20240424-0: Made the following changes:
* [Add libairspyhf latest version document.](https://github.com/jj1bdx/airspy-fmradion/pull/80)
* Airspy HF+ Firmware R3.0.7 and R4.0.8 both work OK on libairspyhf 1.6.8.
* For the Firmware R4.0.8, use libairspy 1.8 to have full compatibility.
* [Use shared libraries for airspy, airspyhf, and rtl-sdr.](https://github.com/jj1bdx/airspy-fmradion/pull/79)
* Tested `airspy_set_packing()` for Airspy R2, but this increased CPU usage on Apple Silicon M2 Pro, so the change was not incorporated.
* 20240316-0: Made the following changes:
* Raspberry Pi 4 with Raspberry Pi OS 64bit lite is now officially tested.
* *Note well: Raspberry Pi OS 32bit is not supported*.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# airspy-fmradion

* Version 20240316-0
* Version 20240424-0
* For macOS (Apple Silicon) and Linux

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// define this for enabling coefficient monitor functions
// #undef COEFF_MONITOR

#define AIRSPY_FMRADION_VERSION "20240316-0"
#define AIRSPY_FMRADION_VERSION "20240424-0"

// Flag to set graceful termination
// in process_signals()
Expand Down

0 comments on commit a5816bd

Please sign in to comment.