Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown update #5

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2022

  1. got tx working

    Dave Helm committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    49f2998 View commit details
    Browse the repository at this point in the history
  2. modified rcv test

    Dave Helm committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4534ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. changing Rx/Tx to different buffer scheme

    Dave Helm committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e571e12 View commit details
    Browse the repository at this point in the history
  2. got rx working with any even number of words

    Dave Helm committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bb64ade View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. making of peak scan

    Dave Helm committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    6ff66ba View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. cleaned up peak scan

    Dave Helm committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6ca5493 View commit details
    Browse the repository at this point in the history
  2. making install shell

    Dave Helm committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c32d461 View commit details
    Browse the repository at this point in the history
  3. get working on other architectures than x86_64

    Dave Helm committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    f750c7e View commit details
    Browse the repository at this point in the history
  4. remove the epiq directories

    Dave Helm committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e821c63 View commit details
    Browse the repository at this point in the history
  5. needed the iio library in CMakeLists.txt

    Dave Helm committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e3b2921 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. fix FindSidekiq.cmake to work on x86 and arm

    Dave Helm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c415a3b View commit details
    Browse the repository at this point in the history
  2. fixing x86 and arm builds

    Dave Helm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b8f7eb0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. adding gps

    Dave Helm committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f871e45 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. added gps to peak_scan

    Dave Helm committed May 20, 2022
    Configuration menu
    Copy the full SHA
    0142103 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. gps not required

    Dave Helm committed May 23, 2022
    Configuration menu
    Copy the full SHA
    6c62603 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. making peak_scan apps

    Dave Helm committed May 24, 2022
    Configuration menu
    Copy the full SHA
    08750a7 View commit details
    Browse the repository at this point in the history
  2. cleanup handling of skiq calls

    Dave Helm committed May 24, 2022
    Configuration menu
    Copy the full SHA
    fa62d6c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. modify to use card number in both apps

    Dave Helm committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    dae8bd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    e8d3d37 View commit details
    Browse the repository at this point in the history
  2. fixing to work with any size buffer

    Dave Helm committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f48f665 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    442e916 View commit details
    Browse the repository at this point in the history
  2. modify writeStream to support any packet size

    Dave Helm committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    dc940c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. cleaning up GNURadio soapy interface

    Dave Helm committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ca7add4 View commit details
    Browse the repository at this point in the history
  2. cleaning up tx to go into master

    Dave Helm committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e849ab3 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    Dave Helm committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e4dc619 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. clean up peak_scan

    Dave Helm committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    598a684 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. cleaned up peak_scan for release

    Dave Helm committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5966cea View commit details
    Browse the repository at this point in the history
  2. fixing the installer for z3u

    Dave Helm committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3bab1bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44e392a View commit details
    Browse the repository at this point in the history
  4. need to deal with skiq_receive status of -1

    Dave Helm committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    da605ce View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    ee4a036 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. cleanup trace on all functions

    Dave Helm committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a76bede View commit details
    Browse the repository at this point in the history
  2. use clang format to get formatting to my normal

    Dave Helm committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    79b06fe View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. unknown changes

    Dave Helm committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3aef56b View commit details
    Browse the repository at this point in the history