Releases: JuliaTelecom/SoapySDR.jl
Releases · JuliaTelecom/SoapySDR.jl
v0.5.0
v0.4.1
v0.4.0
SoapySDR v0.4.0
Merged pull requests:
- Add error checking to all
SoapySDRDevice_
calls (#75) (@staticfloat) - Add group activate/deactivate (#76) (@staticfloat)
- WIP: add high level interface for clock sources (#79) (@sjkelly)
- Error Handling on Read/Write (#80) (@sjkelly)
- support enumerating Register, UART, and GPIO interfaces (#81) (@sjkelly)
- Highlevel Register interface improvements (#82) (@sjkelly)
- A few minor cleanups (#83) (@sjkelly)
- Misc improvements (#84) (@sjkelly)
- Add Support for Channel Settings with High Level interface (#85) (@sjkelly)
v0.3.4
SoapySDR v0.3.4
Merged pull requests:
- Add
GC.@preserve
tobuffers
when callingwrite!()
(#74) (@staticfloat)
v0.3.3
SoapySDR v0.3.3
Closed issues:
- Make Filtering Drivers easier (#72)
Merged pull requests:
- The latest batch of improvements from LimeSDR testing (#71) (@staticfloat)
- A few minor tweaks (#73) (@sjkelly)
v0.3.2
SoapySDR v0.3.2
Merged pull requests:
- Change
activate!()
default to continuous stream, rather than burst (#68) (@staticfloat) - Ensure that
read!(s::Stream, ...)
does not loop forever (#69) (@staticfloat) - Check device/stream are open before
{read,write}Stream
(#70) (@staticfloat)
v0.3.1
v0.3.0
SoapySDR v0.3.0
Closed issues:
- SoapySupport Modules: API and includes (#14)
- Use Clang.jl for bindings? (#41)
- Should
_unmake
calls be finalizers? (#44) - Setting Rx- & Tx-SamplingRate individually (#49)
Merged pull requests:
- Initialize Clang.jl for binding generation (#46) (@sjkelly)
- Rework KWArgs. (#47) (@maleadt)
- CompatHelper: add new compat entry for CEnum at version 0.4, (keep existing compat) (#48) (@github-actions[bot])
- fix typo in GPIO (#51) (@sjkelly)
- Update Examples and partial migration to Clang.jl (#52) (@sjkelly)
- Fix Precompilation bug and add high level FM/FFT example (#53) (@sjkelly)
- [log] setup log handlers independent of init (#54) (@sjkelly)
- Use Clang.jl for Device.h as well (#55) (@sjkelly)
- Several small cleanups (#56) (@sjkelly)
- Fix double-free when freeing
ArgInfoList
objects (#58) (@staticfloat) - Misc corrections and simplifications (#59) (@sjkelly)
- When opening a
Device
, check for NULL pointer (#60) (@staticfloat) - Misc Fixups (#61) (@sjkelly)
- RFC: use finalizers rather than open/close (#62) (@sjkelly)
- Expand Stream highlevel API coverage (#63) (@sjkelly)
- add live updating FFT example via Makie (#64) (@sjkelly)
- Update examples and export error flags (#65) (@sjkelly)
- Frequency API coverage (#66) (@sjkelly)