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-Pico (Earlephilhower) support, PicoProbe Debugging #36

Closed
wants to merge 165 commits into from

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    9920da0 View commit details
    Browse the repository at this point in the history
  2. Rename package

    maxgerhardt committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    ef26f67 View commit details
    Browse the repository at this point in the history
  3. Add build script selector

    maxgerhardt committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    580b352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a94fd62 View commit details
    Browse the repository at this point in the history
  5. Formatting

    maxgerhardt committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4cdb352 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Use toolchain-pico

    maxgerhardt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e3828b3 View commit details
    Browse the repository at this point in the history
  2. Update board info

    maxgerhardt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    3560177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630c935 View commit details
    Browse the repository at this point in the history
  4. Minor cleanup

    maxgerhardt committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    87f647d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77e0d3a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    c0653a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620fe89 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Merge

    maxgerhardt committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    bb18b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a37e2d View commit details
    Browse the repository at this point in the history
  3. Hotfix uploading

    maxgerhardt committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    673d327 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Merge upstream

    maxgerhardt committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    9811f13 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

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

Commits on Apr 12, 2022

  1. Fix merge conflict

    maxgerhardt committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    091af0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b15f39 View commit details
    Browse the repository at this point in the history
  3. Add Arduino-Pico example

    maxgerhardt committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2b0c071 View commit details
    Browse the repository at this point in the history
  4. Only CI on Linux

    maxgerhardt committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b5359ff View commit details
    Browse the repository at this point in the history
  5. Fix UF2 + mbed upload

    maxgerhardt committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    27cbf99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a65832b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f48a9b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update README.md

    maxgerhardt authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8bff181 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    maxgerhardt authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    75dffaa View commit details
    Browse the repository at this point in the history
  3. Update README.md

    maxgerhardt authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d20e2ed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Update main.py

     because of the logic selecting elf or firm (bin), we need to default to no offset on normal firmware upload because we already defaulted to elf a few lines below if upload.offset_address is not user set so when no offset is needed. 
    programming fails otherwise
    Unfortunately, my way of modifying the code probably sucks because I've never written anything in python but I assumed the second arg is the default n case the first is missing. Haven't had time to dig too much into it.
    dlbogdan authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9870c4c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request #4 from dlbogdan/patch-2

    Update main.py
    maxgerhardt authored May 6, 2022
    Configuration menu
    Copy the full SHA
    74a6e8a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    3ddcc3a View commit details
    Browse the repository at this point in the history
  2. Remove argument

    maxgerhardt authored May 15, 2022
    Configuration menu
    Copy the full SHA
    ddcb4a3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Fix double dot

    maxgerhardt authored May 16, 2022
    Configuration menu
    Copy the full SHA
    e1204e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    096f514 View commit details
    Browse the repository at this point in the history
  2. Filesystem code cleanup

    maxgerhardt committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    5ab36c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    936b8d3 View commit details
    Browse the repository at this point in the history
  4. Add a new board to CI

    maxgerhardt committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    41e26cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2441e4 View commit details
    Browse the repository at this point in the history
  6. Merge latest upstream

    maxgerhardt committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a587eca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d1e381 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbb2b17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab26ecb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4eedf9e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e568d57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b8624b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

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

Commits on Jun 16, 2022

  1. Unify examples, add notes

    maxgerhardt committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    4d9eca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47ad4e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1e380 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52bb6e5 View commit details
    Browse the repository at this point in the history
  5. Quote uploader executable

    maxgerhardt committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    41da472 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f7bbd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40aea9c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    15497ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from maxgerhardt/patchup

    Patchup
    maxgerhardt authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    750f07c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf2bf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b43288 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e709a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc38120 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97b862c View commit details
    Browse the repository at this point in the history
  8. Inline delay function

    maxgerhardt committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9177e55 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9 from maxgerhardt/patchup

    Second round of fixups
    maxgerhardt authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e0781a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d24609b View commit details
    Browse the repository at this point in the history
  11. Minor identiation fix

    maxgerhardt committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    bc18ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 15, 2022

  1. Update platform.json

    maxgerhardt authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    17cb99f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    488689c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b206f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165ade2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb8f864 View commit details
    Browse the repository at this point in the history
  5. Add WiFi example to CI

    maxgerhardt authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    606fe2d View commit details
    Browse the repository at this point in the history
  6. Temporarily use git link for 2.3.2 core

    Until the package appears in https://registry.platformio.org/tools/earlephilhower/framework-arduinopico/versions (currently only 2.3.1, needs manual approval)
    maxgerhardt authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    dc472b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81e537a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    227b99a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    bd2f3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1e560 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Update Arduino-Pico core

    maxgerhardt authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    5a389a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Aug 9, 2022

  1. Fix XIAO typo

    maxgerhardt authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5397a38 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

Commits on Aug 20, 2022

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

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    a3c7bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a6a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28b575e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28ffe07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1d426e View commit details
    Browse the repository at this point in the history
  6. Try fix dependencies

    maxgerhardt committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    f982df2 View commit details
    Browse the repository at this point in the history
  7. Updated used arduino-pico

    maxgerhardt committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    42e7c85 View commit details
    Browse the repository at this point in the history
  8. Fix macos runner

    maxgerhardt committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    838e9ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c0d7ea View commit details
    Browse the repository at this point in the history
  10. Update readmes

    maxgerhardt committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    47726da View commit details
    Browse the repository at this point in the history
  11. Merge pull request #13 from maxgerhardt/ota

    OTA v1
    maxgerhardt authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2ace1c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Update to 2.4.1

    maxgerhardt authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ff7a675 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Update to 2.5.2

    maxgerhardt authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    ef9fd76 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Oct 1, 2022

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

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    4e39c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4ed63 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    9a4ef9f View commit details
    Browse the repository at this point in the history
  2. Update to latest release

    maxgerhardt authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    702b36f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Update Arduino-Pico to bleeding edge

    E.g. fixes WiFi RSSI, BSSID and channel reporting
    maxgerhardt authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fec7ed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Nov 23, 2022

  1. Add SCORPIO and Waveshre RP2040 Zero, update Arduino-Pico

    Maximilian Gerhardt committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2e399c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 18, 2022

  1. Update to 2.6.5

    maxgerhardt authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    20c7dbf View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Jan 8, 2023

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

Commits on Feb 8, 2023

  1. Update Arduino-Pico

    maxgerhardt authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3cf9e1a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update Arduino-Pico

    maxgerhardt authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d11b0ee View commit details
    Browse the repository at this point in the history
  2. Update board definitions

    maxgerhardt committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1b96272 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Update to 2.7.2

    maxgerhardt authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    11247e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Generalize used toolchain version

    No more strict pinning
    maxgerhardt authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b9928a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b2e90a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    7921d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    090343e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    139b86b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fba63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7f3fc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Arduino-Pico 3.1.0

    maxgerhardt authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ddb4335 View commit details
    Browse the repository at this point in the history
  2. Update available boards

    maxgerhardt committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5a533d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 8, 2023

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

Commits on Apr 9, 2023

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

Commits on Apr 15, 2023

  1. Merge pull request #27 from maxgerhardt/bmp

    Enable BlackMagicProbe support
    maxgerhardt authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    9dc638d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    bade1b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f7dcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c33219 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on Jun 8, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    02c5ef4 View commit details
    Browse the repository at this point in the history
  2. Sync new Arduino-Pico boards

    max committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f9e5a07 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Update Arduino-Pico to bleeding-edges master (fixes Intellisense issu…

    …es with newer PIO cores)
    maxgerhardt authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e3446b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Update board defs

    maxgerhardt committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    ac45b10 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. change default picoprobe speed to 5000 kHz

    To make it the same as with the Arduino IDE
    See earlephilhower/arduino-pico#1218
    LinusHeu authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    16d6042 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

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

Commits on Sep 10, 2023

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

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

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

Commits on Sep 23, 2023

  1. Arduino-Pico 3.6.0 clean

    maxgerhardt authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    612de53 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 4, 2023

  1. increase rset to 200ms

    with 100ms I ran into issues, I had to reset manually afterwards
    Ing-Dom authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c9d5ede View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #41 from OpenKNX/increase_jlink_rset_time

    increase rset to 200ms
    maxgerhardt authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8ed4e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af72959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182d833 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

Commits on Dec 5, 2023

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

Commits on Jan 26, 2024

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

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    a025e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdbbfe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d5d52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f63e59 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    38b1c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8930d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61 from britannio/develop

    update arduino-pico to Release 3.7.2
    maxgerhardt authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a30d073 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from LinusHeu/LinusHeu-patch-1

    change default picoprobe speed to 5000 kHz
    maxgerhardt authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7d810ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d317b1f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #64 from platformio/develop

    Sync master
    maxgerhardt authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0e11ddd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    503933d View commit details
    Browse the repository at this point in the history