Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brainstorm/ssh-stamp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: brainstorm/ssh-stamp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: FSMs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 6, 2025

  1. Experimenting with separating uart logic to a separate embassy task a…

    …nd adding interrupt code later (to avoid overflow errors due to running too much logic on the "main" task) [ci skip]
    
    Co-authored-by: Angus Gratton <[email protected]>
    brainstorm and projectgus committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    9e5bd05 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Add (mermaid) gantt chart for nlnet discussion about project dedicati…

    …on/compensation. First pass is majorly out of scale effort for the project (days instead of hours)
    brainstorm committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    4d4986d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d48a37 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

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

Commits on Apr 10, 2025

  1. Add sketch/draft of the application flow FSM, only modelling the 'hap…

    …py path' for now and with quite a few gaps/breakage
    brainstorm committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    16249b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Running a few more experiments with this FSM: a bit disappointed stil…

    …l by the code repetition when re-enumerating states... I suspect that https://github.com/CarlKCarlK/dua_blinka/blob/main/src/led_state.rs where state transitions directly call the associated functions might be more maintainable mid/long term?
    brainstorm committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    046165e View commit details
    Browse the repository at this point in the history
Loading