Skip to content

Commit

Permalink
soapy: Explicitly set debug and release build flags
Browse files Browse the repository at this point in the history
soapy: Implement AD9361 gain mode switch methods
soapy: Implement AD9361 RSSI readout methods
soapy: Implement AD9361 FIR configuration methods
soapy: Recude AD9361 BBPLL lock wait time
soapy: Revert back to simple mutex in speed-critical places
soapy: Additional DMAC checks
soapy: Fix bugs in 8V97003 library
soapy: Rename gain elements
soapy: TX attenuation is not negative
soapy: LT7182S support for fault log (WIP)
soapy: Add support for W25Q128 flash chips
soapy: Si5351 library handling of num = div
soapy: Automatically load AD9361 FIR below 2.0833... MSPS to allow lower sampling rates
soapy: Report correct supported sampling rates
soapy: Init mmWave synth with new loop filter by default
soapy: Add settings to toggle bias-t and amplifiers
soapy: Add sensors to read RSSI
soapy: Rename LO frequency elements
soapy: Fix current buffer used after release then release throws

Signed-off-by: João Silva <jgc3silva@gmail.com>
  • Loading branch information
vankxr committed May 30, 2024
1 parent b5a8cc3 commit a39fa6c
Show file tree
Hide file tree
Showing 20 changed files with 1,077 additions and 754 deletions.
3 changes: 3 additions & 0 deletions software/soapy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if(NOT CMAKE_BUILD_TYPE)
endif(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")

set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")

########################################################################
# Header and library resources needed to communicate with the device.
# These may be found within the build tree or in an external project.
Expand Down
Loading

0 comments on commit a39fa6c

Please sign in to comment.