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

New embedded assignment #195

Draft
wants to merge 112 commits into
base: main
Choose a base branch
from
Draft

New embedded assignment #195

wants to merge 112 commits into from

Commits on Feb 14, 2023

  1. new book pages

    Mirabellensaft committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    eaab435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e98ddd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    028a850 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Feb 20, 2023

  1. Cleaned up lib

    Mirabellensaft committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a9293e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923b850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e46b57 View commit details
    Browse the repository at this point in the history
  4. rename folder

    Mirabellensaft committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c4cc515 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. correct crate name

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    aa907e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6529d50 View commit details
    Browse the repository at this point in the history
  3. correct dir name

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5f8e4b1 View commit details
    Browse the repository at this point in the history
  4. change setup

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f21124a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b31518 View commit details
    Browse the repository at this point in the history
  6. rm deny warnings

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fd51794 View commit details
    Browse the repository at this point in the history
  7. rm duplicate line

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ad7f9db View commit details
    Browse the repository at this point in the history
  8. rm deprecated lines

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1891f17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25cd0fa View commit details
    Browse the repository at this point in the history
  10. add pages to book

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    14d76fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3afc29c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1825d1 View commit details
    Browse the repository at this point in the history
  13. add uarte draft

    Mirabellensaft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bf87279 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. add learning goals

    Mirabellensaft committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dffa5d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453eb95 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    a142d15 View commit details
    Browse the repository at this point in the history
  2. rm button from example

    Mirabellensaft committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    16fbd1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1665506 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. mark code

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    cd345aa View commit details
    Browse the repository at this point in the history
  2. clean text

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    373e791 View commit details
    Browse the repository at this point in the history
  3. Intro to testing

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a1e990b View commit details
    Browse the repository at this point in the history
  4. add todo

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b2adf4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3465441 View commit details
    Browse the repository at this point in the history
  6. clarification

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    71ad8b0 View commit details
    Browse the repository at this point in the history
  7. correct message

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    59a08c6 View commit details
    Browse the repository at this point in the history
  8. add uarte tasks

    Mirabellensaft committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    37930c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b11a4d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

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

Commits on Mar 17, 2023

  1. polish

    Mirabellensaft committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    30fe350 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bfcb572 View commit details
    Browse the repository at this point in the history
  2. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ab2d908 View commit details
    Browse the repository at this point in the history
  3. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5f079cd View commit details
    Browse the repository at this point in the history
  4. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2505e00 View commit details
    Browse the repository at this point in the history
  5. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e7eef7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0bf2ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fc64c5 View commit details
    Browse the repository at this point in the history
  8. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b5c3480 View commit details
    Browse the repository at this point in the history
  9. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a3f653d View commit details
    Browse the repository at this point in the history
  10. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    89ee72e View commit details
    Browse the repository at this point in the history
  11. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    274767b View commit details
    Browse the repository at this point in the history
  12. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d647036 View commit details
    Browse the repository at this point in the history
  13. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dc9232f View commit details
    Browse the repository at this point in the history
  14. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    81b6657 View commit details
    Browse the repository at this point in the history
  15. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4fb7415 View commit details
    Browse the repository at this point in the history
  16. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8de826d View commit details
    Browse the repository at this point in the history
  17. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1db5935 View commit details
    Browse the repository at this point in the history
  18. Update down-the-stack/dk_bsc/src/lib_solution.rs

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    08654a5 View commit details
    Browse the repository at this point in the history
  19. Update embedded-workshop-book/src/bsc-exercise.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ee29b74 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f981189 View commit details
    Browse the repository at this point in the history
  21. rm led color comment

    Mirabellensaft committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    debd765 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7701ae8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5e5ccb5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b09dd73 View commit details
    Browse the repository at this point in the history
  25. add links to html doc

    Mirabellensaft committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ee0f7b1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    70ce745 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. code to enable uarte0

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e55713f View commit details
    Browse the repository at this point in the history
  2. cargo.toml for pac

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7a8e94e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11bd35e View commit details
    Browse the repository at this point in the history
  4. pac

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6606472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8518686 View commit details
    Browse the repository at this point in the history
  6. set flag

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    eda4261 View commit details
    Browse the repository at this point in the history
  7. draft of exercise text

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    53a7c72 View commit details
    Browse the repository at this point in the history
  8. add explanations

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bb86aed View commit details
    Browse the repository at this point in the history
  9. adding text to md book

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1424c7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed973e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4de9b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8f34e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13b90e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4eb0ac3 View commit details
    Browse the repository at this point in the history
  15. corrections

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2c2358a View commit details
    Browse the repository at this point in the history
  16. address review issues

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3e1dca1 View commit details
    Browse the repository at this point in the history
  17. add pyserial to book

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c097fcf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    15302d1 View commit details
    Browse the repository at this point in the history
  19. change uarte setup

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    55b40e8 View commit details
    Browse the repository at this point in the history
  20. add readme

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3e62747 View commit details
    Browse the repository at this point in the history
  21. rename package

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    da3ef09 View commit details
    Browse the repository at this point in the history
  22. add warning

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    14247f5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    747edc5 View commit details
    Browse the repository at this point in the history
  24. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ab0e106 View commit details
    Browse the repository at this point in the history
  25. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    baa572a View commit details
    Browse the repository at this point in the history
  26. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8b58405 View commit details
    Browse the repository at this point in the history
  27. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c7576cf View commit details
    Browse the repository at this point in the history
  28. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    00c20e6 View commit details
    Browse the repository at this point in the history
  29. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f93eb74 View commit details
    Browse the repository at this point in the history
  30. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7e9bf1b View commit details
    Browse the repository at this point in the history
  31. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2355def View commit details
    Browse the repository at this point in the history
  32. Update embedded-workshop-book/src/enabling-uarte.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a80583f View commit details
    Browse the repository at this point in the history
  33. Update embedded-workshop-book/src/generating-pac.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6c513bd View commit details
    Browse the repository at this point in the history
  34. Update embedded-workshop-book/src/generating-pac.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d84cc58 View commit details
    Browse the repository at this point in the history
  35. Update embedded-workshop-book/src/generating-pac.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    19cf5c2 View commit details
    Browse the repository at this point in the history
  36. Update embedded-workshop-book/src/generating-pac.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    de261dc View commit details
    Browse the repository at this point in the history
  37. Update embedded-workshop-book/src/generating-pac.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a74ae1a View commit details
    Browse the repository at this point in the history
  38. Update embedded-workshop-book/src/pac-docs.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    aa93c99 View commit details
    Browse the repository at this point in the history
  39. Update embedded-workshop-book/src/pac-docs.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e85a98b View commit details
    Browse the repository at this point in the history
  40. Update embedded-workshop-book/src/pac-exercise.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8900ace View commit details
    Browse the repository at this point in the history
  41. Update embedded-workshop-book/src/pac-docs.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ef6f61c View commit details
    Browse the repository at this point in the history
  42. Update embedded-workshop-book/src/pac-docs.md

    Co-authored-by: Jonathan Pallant <[email protected]>
    Mirabellensaft and jonathanpallant authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3689d0d View commit details
    Browse the repository at this point in the history
  43. address issues

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a5f4ebe View commit details
    Browse the repository at this point in the history
  44. Merge pull request #201 from ferrous-systems/fix_serial_term

    Add pyserial and change uarte setup
    Mirabellensaft authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3a4acd3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fbda1d9 View commit details
    Browse the repository at this point in the history
  46. add troubleshooting

    Mirabellensaft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    971ec39 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Merge pull request #200 from ferrous-systems/svd2rust_clean

    Svd2rust exercise
    Mirabellensaft authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9ec556b View commit details
    Browse the repository at this point in the history