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

WIP: MPW-evb bringup #587

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

WIP: MPW-evb bringup #587

wants to merge 27 commits into from

Commits on Oct 1, 2024

  1. recognize more flash chip types

    1. System works with 1.8V VDD I/O now, needs a new chip ID for
    flash
    
    2. Add direct c-translated version of init_clock_asic() for reference
    testing.
    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cb466c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19741d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7c33c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f0ab9a View commit details
    Browse the repository at this point in the history
  5. refactor iox to have a setup_pin() trait

    this lays the foundation to make code portable between std and
    no-std environments for setting up pin configurations.
    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c7bdc1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1dbfb21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45d9487 View commit details
    Browse the repository at this point in the history
  8. add helper to translate return values from io setup to udma clock cha…

    …nnels
    
    this allows us to tease out the clock setting code from the pin
    setting code. probably will need to add more helpers for other
    peripherals as we continue through with this exercise.
    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    81637f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0ddf5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76e88eb View commit details
    Browse the repository at this point in the history
  11. cleanup a warning

    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6eca732 View commit details
    Browse the repository at this point in the history
  12. add stubs for lifecycle management and update checking in loader

    this is just a reminder to me on how i was planning to implement
    this after going through a big side-quest to change other things.
    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    59b1554 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a66cd1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    482b815 View commit details
    Browse the repository at this point in the history
  15. remap to the setup_pin() trait

    this is an intermediate step on the way to moving these all into
    a common area for board definitions
    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cddd971 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0733b65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    20dd9b2 View commit details
    Browse the repository at this point in the history
  18. consolidate spi pin setup

    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2e086f4 View commit details
    Browse the repository at this point in the history
  19. consolidate spi pin setup

    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    728fab3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d679048 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1eb1a1a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d3691a5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    972a314 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    84f88e9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e581eb0 View commit details
    Browse the repository at this point in the history
  26. fix formatting

    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    412a762 View commit details
    Browse the repository at this point in the history
  27. fix formatting

    bunnie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b2f8166 View commit details
    Browse the repository at this point in the history