Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0e6d502
feat: add support for builtin vex v5 target
lewisfm Aug 16, 2025
e50b2ca
refactor: don't write target file
tropicaaal Aug 20, 2025
0770c38
refactor: remove fs-err dep
tropicaaal Aug 20, 2025
0ee78e5
refactor: remove TARGET_PATH
tropicaaal Aug 20, 2025
962e524
feat: improve error handling for toolchain mismatch
tropicaaal Sep 10, 2025
273a53f
fix: undo `objcopy` API changes
tropicaaal Sep 10, 2025
d8aaad9
refactor: clean up some gross nested logic
tropicaaal Sep 11, 2025
068eb6a
refactor: use experimental `vex-v5-serial`, get rid of `camino` path …
tropicaaal Sep 14, 2025
d871d5f
feat: add upgrade command
lewisfm Sep 18, 2025
89833ce
feat: add diff
lewisfm Sep 18, 2025
deafc2b
refactor: update vex-v5-serial, clean up dependencies
tropicaaal Sep 24, 2025
04912e0
chore: clean up imports, bring back optional `clap` dep
tropicaaal Sep 24, 2025
1606874
chore: remove references to `full` feature
tropicaaal Sep 24, 2025
cd8ee0d
fix: improve channel detection
lewisfm Sep 26, 2025
361c65b
chore: remove target from gitignore
lewisfm Sep 26, 2025
28f98b8
chore: bump vex-v5-serial to 0.4.0
tropicaaal Sep 27, 2025
89a9d40
fix: print cargo-style log messages to stderr
tropicaaal Oct 5, 2025
8d77680
feat: add Cargo.toml upgrading
lewisfm Oct 19, 2025
0e2c878
chore: resolve lints
lewisfm Oct 19, 2025
9862671
feat(upgrade): update rust too
lewisfm Oct 20, 2025
95eac51
fix: shift line nums, remove build.target
lewisfm Oct 20, 2025
90d4011
feat: concurrently switch radio channels while building
tropicaaal Oct 21, 2025
96ba64a
refactor: improved download channel switching
tropicaaal Oct 21, 2025
b1f24be
chore: update to vex-v5-serial 0.5.0
tropicaaal Oct 21, 2025
b89372d
chore: bump vex-v5-serial to 0.5.1
tropicaaal Oct 28, 2025
f5e4eaf
feat: add upgrade confirmation
lewisfm Nov 10, 2025
c6a61ff
feat: add upgrade intro
lewisfm Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
debug/
target/

# Testing cargo-v5 build in this folder will generate this but we don't want it in the repo
./armv7a-vex-v5.json

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down Expand Up @@ -87,4 +80,4 @@ $RECYCLE.BIN/
result

# Direnv output
.direnv
.direnv
Loading