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/FrameworkDebugger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: FrameworkComputer/FrameworkDebugger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 88 files changed
  • 2 contributors

Commits on Aug 13, 2024

  1. scripts: Use /dev/serial/by-id/*-if00 links instead of hardcoding

    Hardcoding /dev/ttyACM{0,1} doesn't work when ports don't
    enumerate exactly as that.
    
    The programmer already seems to enumerate nicely inside
    `/dev/serial/by-id/*-if{00,02,04}` for control, ec and ap respectively.
    Why don't we semantically use those?
    
    BUG=None
    TEST=I can use the programmer on lotus without unplugging my led panels (since they always enumerate first)
    TEST=./flash_azalea_ec.sh ~/framework/cros/src/platform/ec/build/zephyr/marigold/output
    TEST=DEVICE="/dev/serial/by-id/usb-Framework_CMSIS-1" ./flash_azalea_ec.sh ~/framework/cros/src/platform/ec/build/zephyr/marigold/output
    TEST=DEVICE="/dev/serial/by-id/usb-Framework_CMSIS-2" ./flash_azalea_ec.sh ~/framework/cros/src/platform/ec/build/zephyr/marigold/output
    amstan committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cd79dbb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Add manual NPCX EC UART flash

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    638eb47 View commit details
    Browse the repository at this point in the history
  2. flash_manual_ec: Add some samples

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    ecd241f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Merge pull request #7 from FrameworkComputer/manual-flash

    Flash Nuvoton using minimal UART adapter setup
    JohnAZoidberg authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    b4bba0a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. repo: Organize a little bit

    Let's move all the old teensy stuff into a folder as we're preparing to
    include a bunch more information in here that might be lost in between
    the platformio stuff.
    
    BUG=New framework debugger!
    TEST=.github stuff still works
    TEST=all files are still here
    TEST=common stuff (eg: scripts) that's still relevant is still in the same spot.
    amstan committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    62c9bd7 View commit details
    Browse the repository at this point in the history
  2. Update github actions

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg authored and amstan committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    9523449 View commit details
    Browse the repository at this point in the history
  3. gh-actions: Build in teensy subdir

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg authored and amstan committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    dab37fc View commit details
    Browse the repository at this point in the history
  4. gh-actions: Don't build teensy 4

    Patching fails:
    2 out of 2 hunks FAILED -- saving rejects to file packages/framework-arduinoteensy/cores/teensy4/yield.cpp.rej
    
    Firmware never worked, only Teensy 3.
    
    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg authored and amstan committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    bacf7a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

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

Commits on Nov 4, 2025

  1. README.md

    Added a bunch of documentation about the various debugging interfaces on
    the framework computers.
    
    BUG=We want to publicize this at the same time as the debug tool.
    TEST=Buy parts from digikey, follow the instructions, have them work
    amstan committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    8df066f View commit details
    Browse the repository at this point in the history
  2. README.md: Added UART usage information.

    This contains information on how to use the CPU and EC UART consoles.
    
    This also contains the information that we'll link to from the
    https://fr.mw/FRANNJ00TP shortlink.
    
    TEST=Follow instructions
    amstan committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    0eaae3a View commit details
    Browse the repository at this point in the history
Loading