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

library: lr1110: Add library for LR1110 support #458

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

Commits on Jul 22, 2024

  1. build wm1110 library

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    96b3049 View commit details
    Browse the repository at this point in the history
  2. add changed inc first

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    30d3cb2 View commit details
    Browse the repository at this point in the history
  3. fix folder path

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5f59570 View commit details
    Browse the repository at this point in the history
  4. final fix

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7587fc3 View commit details
    Browse the repository at this point in the history
  5. add .gitignore

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2ea9788 View commit details
    Browse the repository at this point in the history
  6. rename lib

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0ffbc6d View commit details
    Browse the repository at this point in the history
  7. list full file paths

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f7ad37e View commit details
    Browse the repository at this point in the history
  8. add README.md

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2a6681d View commit details
    Browse the repository at this point in the history
  9. fix comments

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c34c174 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c597fd View commit details
    Browse the repository at this point in the history
  11. fix more naming

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f01584 View commit details
    Browse the repository at this point in the history
  12. clean up changed headers

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f41069e View commit details
    Browse the repository at this point in the history
  13. clean up changed sources

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5612b59 View commit details
    Browse the repository at this point in the history
  14. clean unnecessary changes

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4ad88a7 View commit details
    Browse the repository at this point in the history
  15. clean seeed folder

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cfcb911 View commit details
    Browse the repository at this point in the history
  16. more clean up

    ethanzhouyc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    047d905 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a15df31 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    15a2653 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. format makefiles

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1a82cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54dc088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f132ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7a2607 View commit details
    Browse the repository at this point in the history
  5. hal gpio: cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b5176b9 View commit details
    Browse the repository at this point in the history
  6. hal lp time: cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    35bd9a7 View commit details
    Browse the repository at this point in the history
  7. mcu hal cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5be573e View commit details
    Browse the repository at this point in the history
  8. rng hal cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    21e0afe View commit details
    Browse the repository at this point in the history
  9. spi hal cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    65a0607 View commit details
    Browse the repository at this point in the history
  10. trace hal cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    84eff7d View commit details
    Browse the repository at this point in the history
  11. rtc hal cleanup

    bradjc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    36ed17e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. libtock: alarm: ticks_to_ms can rollover

    If frequency is high, then `leftover_ticks * 1000` can exceed a 32 bit
    number.
    bradjc committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fc30e27 View commit details
    Browse the repository at this point in the history
  2. lr1110: hal rtc: update to more robust logic

    In case the timer has a high frequency.
    bradjc committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3b9c966 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. tests: move to lr1110 folder

    bradjc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    139bef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ac466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c284cb View commit details
    Browse the repository at this point in the history
  4. add wifi_helpers patch

    bradjc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ec8a149 View commit details
    Browse the repository at this point in the history
  5. add smtc_modem patch

    bradjc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    611e708 View commit details
    Browse the repository at this point in the history
  6. add radio_planner patch

    bradjc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bc5730f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2d1b15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03607a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dbf713 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f801bd View commit details
    Browse the repository at this point in the history
  11. lr1110 tests: format apps

    bradjc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4e566e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. remove README

    ethanzhouyc committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    2a6f568 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. remove secret key

    ethanzhouyc committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b2fd588 View commit details
    Browse the repository at this point in the history