-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: FrameworkComputer/FrameworkDebugger
base: v0.0.1
head repository: FrameworkComputer/FrameworkDebugger
compare: main
- 11 commits
- 88 files changed
- 2 contributors
Commits on Aug 13, 2024
-
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/outputConfiguration menu - View commit details
-
Copy full SHA for cd79dbb - Browse repository at this point
Copy the full SHA cd79dbbView commit details
Commits on Jan 13, 2025
-
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 638eb47 - Browse repository at this point
Copy the full SHA 638eb47View commit details -
flash_manual_ec: Add some samples
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for ecd241f - Browse repository at this point
Copy the full SHA ecd241fView commit details
Commits on Feb 17, 2025
-
Merge pull request #7 from FrameworkComputer/manual-flash
Flash Nuvoton using minimal UART adapter setup
Configuration menu - View commit details
-
Copy full SHA for b4bba0a - Browse repository at this point
Copy the full SHA b4bba0aView commit details
Commits on Aug 13, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 62c9bd7 - Browse repository at this point
Copy the full SHA 62c9bd7View commit details -
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for 9523449 - Browse repository at this point
Copy the full SHA 9523449View commit details -
gh-actions: Build in teensy subdir
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Configuration menu - View commit details
-
Copy full SHA for dab37fc - Browse repository at this point
Copy the full SHA dab37fcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bacf7a3 - Browse repository at this point
Copy the full SHA bacf7a3View commit details
Commits on Oct 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 03b8fa3 - Browse repository at this point
Copy the full SHA 03b8fa3View commit details
Commits on Nov 4, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 8df066f - Browse repository at this point
Copy the full SHA 8df066fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0eaae3a - Browse repository at this point
Copy the full SHA 0eaae3aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.1...main