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

WIP: Add low-level RF send and receive functions #306

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    e2033c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f74c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3cdad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a713fbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cc6cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8842114 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60cf90b View commit details
    Browse the repository at this point in the history
  8. Format code

    PatrickKa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    70cf686 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c4a997 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f65a7e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18a395e View commit details
    Browse the repository at this point in the history
  12. Add rf::ReadDeviceState()

    PatrickKa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ccf96af View commit details
    Browse the repository at this point in the history
  13. Add rf::ReadFunctionInfo()

    PatrickKa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b410b7e View commit details
    Browse the repository at this point in the history
  14. Add rf::ReadPartInfo()

    PatrickKa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0df9ae3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    38e58ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d86407 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8306712 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    6c5a9b3 View commit details
    Browse the repository at this point in the history
  2. Rename some constants

    PatrickKa committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    fd46f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1399819 View commit details
    Browse the repository at this point in the history
  4. Fix WaitForCts() and receiving answers

    We must not pull the CS pin high (= deselect the chip) between reading
    the CTS value and reading a potential command reply.
    PatrickKa committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0fbb19e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88fbebc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ea2e30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9429ebb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    aef9fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b1e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    802b70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eea8cd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    b90d02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b153d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e67f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e75f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Jul 14, 2024

  1. Add rf::ReadModemStatus()

    PatrickKa committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    450112b View commit details
    Browse the repository at this point in the history
  2. Rework rf::ClearInterrupts() to rf::ReadAndClearInterruptStatus()

    Also, enable additional interrupts in rf::ReceiveTestData()
    PatrickKa committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    3697678 View commit details
    Browse the repository at this point in the history
  3. Add rf::ApplyPatch()

    PatrickKa committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    80ee1d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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