Conversation
9f24acd to
00bab53
Compare
ff452dc to
42c8ab0
Compare
00bab53 to
bc35bb0
Compare
Signed-off-by: Amy Ringo <me@remexre.com>
This makes it easier to test concurrency-related code. Signed-off-by: Amy Ringo <me@remexre.com>
This adds support for the riscv,isa-base and riscv,isa-extensions properties, which are more reliable than the deprecated riscv,isa property. Signed-off-by: Amy Ringo <me@remexre.com>
This is needed for busybox tftp. Signed-off-by: Amy Ringo <me@remexre.com>
This is used by make watch. Signed-off-by: Amy Ringo <me@remexre.com>
The {bytes:?} behavior doesn't match what Rust does, but it's a
useful behavior for "typically a string" fields.
Signed-off-by: Amy Ringo <me@remexre.com>
Signed-off-by: Amy Ringo <me@remexre.com>
Signed-off-by: Amy Ringo <me@remexre.com>
jastintime
requested changes
Mar 19, 2026
Contributor
jastintime
left a comment
There was a problem hiding this comment.
this is a bit easier to read.
jastintime
requested changes
Mar 21, 2026
Co-authored-by: jastintime <130672671+jastintime@users.noreply.github.com> Signed-off-by: remexre <me@remexre.com>
june-fish
pushed a commit
that referenced
this pull request
Mar 21, 2026
* Adds a script that build-tests each commit since trunk. Signed-off-by: Amy Ringo <me@remexre.com> * Switches qemu-riscv64 target to RVA23. Closes #90. Note that this depends on GCC 15 (#82) as well. GCC 16 will let us simplify the -march line to -march=rva23s64, but it's not released at the time of writing. Signed-off-by: Amy Ringo <me@remexre.com> * Gives the qemu-riscv64 target a second hart. This makes it easier to test concurrency-related code. Signed-off-by: Amy Ringo <me@remexre.com> * Bumps the Milk-V Duo S U-Boot to update Devicetree. This adds support for the riscv,isa-base and riscv,isa-extensions properties, which are more reliable than the deprecated riscv,isa property. Signed-off-by: Amy Ringo <me@remexre.com> * Adds busybox to Nix flake devShell. This is needed for busybox tftp. Signed-off-by: Amy Ringo <me@remexre.com> * Adds watchexec to the devcontainer and flake. This is used by make watch. Signed-off-by: Amy Ringo <me@remexre.com> * Adds documentation for the bytes format directive, adds {bytes:?}. The {bytes:?} behavior doesn't match what Rust does, but it's a useful behavior for "typically a string" fields. Signed-off-by: Amy Ringo <me@remexre.com> * Adds the strnlen builtin. Signed-off-by: Amy Ringo <me@remexre.com> * Adds a page documenting lists. Signed-off-by: Amy Ringo <me@remexre.com> * Update tools/build-each-commit.sh Co-authored-by: jastintime <130672671+jastintime@users.noreply.github.com> Signed-off-by: remexre <me@remexre.com> --------- Signed-off-by: Amy Ringo <me@remexre.com> Signed-off-by: remexre <me@remexre.com> Co-authored-by: jastintime <130672671+jastintime@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On top of #70; merge that one first, then rebase this.
trunk(or since another ref).bytesformat directive.{bytes:?}flag to thebytesformat directive.strnlenbuiltin function.