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: FrameworkComputer/framework-system
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: FrameworkComputer/framework-system
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: led-tuning
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 18, 2025

  1. chromium_ec: Add host command to read board ID

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    7afea73 View commit details
    Browse the repository at this point in the history
  2. wip: Implement board ID command

    > cargo build && sudo ./target/debug/framework_tool --test
    Self-Test
    Mainboard   Board ID: Ok(Some(4))
    PowerButton Board ID: Err(Response(InvalidResponse))
    Touchpad    Board ID: Err(Response(InvalidResponse))
    AudioBoard  Board ID: Err(Response(InvalidResponse))
    dGPU0       Board ID: Err(Response(InvalidResponse))
    dGPU1       Board ID: Err(Response(InvalidResponse))
    ```
    
    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    510b712 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. led tuning

    experimental command - will not ship with this
    
    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    c149d44 View commit details
    Browse the repository at this point in the history
Loading