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

Support Move38 boards #295

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Commits on Feb 10, 2021

  1. Add SVD files for ATMega chips

    Output of the https://github.com/Rahix/avr-device tool (all `*.svd.patched` files renamd to `*.svd`). 
    
    Created as descripted in [community post](https://community.platformio.org/t/avr-simulator-as-aid-tool-for-debugging-code/13444/44?u=maxgerhardt)
    
    The SVD files are not yet referenced in the board JSON files because the parser in VSCode throws an error and in CLion it can parse the file but cannot read out the registers (possible `avr-gdb` issue). Other issues will be opened for this.
    maxgerhardt authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    881faa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    a8853bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08864c1 View commit details
    Browse the repository at this point in the history
  3. Readd as proper folder

    maxgerhardt committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    af20e96 View commit details
    Browse the repository at this point in the history
  4. Add README

    maxgerhardt committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ec8578e View commit details
    Browse the repository at this point in the history
  5. Update README

    maxgerhardt committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4c15330 View commit details
    Browse the repository at this point in the history
  6. Update README

    maxgerhardt committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    eca782b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    796f6d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1851c3 View commit details
    Browse the repository at this point in the history
  9. Correct whitespace

    maxgerhardt committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    bfc1433 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

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