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

Arduino Port #65

Merged
merged 55 commits into from
Jul 4, 2022
Merged

Arduino Port #65

merged 55 commits into from
Jul 4, 2022

Commits on May 5, 2022

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

Commits on May 9, 2022

  1. arduino-tx : update

    ggerganov committed May 9, 2022
    Configuration menu
    Copy the full SHA
    53f4d23 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. arduino-tx : fixes

    ggerganov committed May 15, 2022
    Configuration menu
    Copy the full SHA
    6e7e842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b7134d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. wip

    ggerganov committed May 28, 2022
    Configuration menu
    Copy the full SHA
    fcb3bec View commit details
    Browse the repository at this point in the history
  2. wip

    ggerganov committed May 28, 2022
    Configuration menu
    Copy the full SHA
    8fa457f View commit details
    Browse the repository at this point in the history
  3. wip

    ggerganov committed May 28, 2022
    Configuration menu
    Copy the full SHA
    bd10436 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. wip : refactoring

    ggerganov committed May 29, 2022
    Configuration menu
    Copy the full SHA
    9c79bc5 View commit details
    Browse the repository at this point in the history
  2. wip : pimpled Rx

    ggerganov committed May 29, 2022
    Configuration menu
    Copy the full SHA
    2e2f356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea3096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1090fdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b65d65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    721ba8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    528d442 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d9189f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6378c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb2dcb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6888ca5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62e5410 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4a66d9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. examples : remove ggwave-mod

    No longer needed since the core ggwave lib now supports mono-tone
    protocols
    ggerganov committed May 30, 2022
    Configuration menu
    Copy the full SHA
    f798257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422f0dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    782ab23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11f8c66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33581cf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. ggwave : switch from uint8_t -> uint16_t for fixed length decoding

    uint8_t does not work so well for some reason. Probably we lose
    precission, although it's not obvious why
    ggerganov committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    3fba719 View commit details
    Browse the repository at this point in the history
  2. ggwave : various improvements

    - faster FFT implementation
    - built-in Direct Sequence Spread option
    - remove <map> dependency from implementation
    - update arduino-rx example
    ggerganov committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    83e6b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. ggwave : minor rename

    ggerganov committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    6349e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f52b0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cf3d0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c3bc2 View commit details
    Browse the repository at this point in the history
  5. js : update + fix test

    ggerganov committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    f0885a2 View commit details
    Browse the repository at this point in the history
  6. minor

    ggerganov committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    6a3832c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    60c4bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d6d6d View commit details
    Browse the repository at this point in the history
  3. remove-stl : no longer using std::vector

    However, the processing became ~4 times slower !?
    ggerganov committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4401987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff076c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c730124 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    8070f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a1a5ec View commit details
    Browse the repository at this point in the history
  3. arduino-tx2 : fix example

    ggerganov committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    8511e11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6850530 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bd8f92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f50ebe7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9602f09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d76316a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f555d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    915dd8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4cb6ee8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc61aff View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    60d3aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8ce03 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

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

Commits on Jul 4, 2022

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