WIP: update version of Rust #103

Draft
esavkin wants to merge 3 commits from esavkin/zynq-rs:102-update-rust into master

Current blocking obstacles:

  • core_io dependency still needs patching
  • dependencies requiring nightly
  • xbuild works with nightly only
  • later rustc versions break the build (????)
  • problems with hard-float on later versions of rust

TODO:

  • cleanup code
  • check core_io
Current blocking obstacles: * core_io dependency still needs patching * dependencies requiring nightly * xbuild works with nightly only * later rustc versions break the build (????) * problems with hard-float on later versions of rust TODO: * cleanup code * check core_io
esavkin added 1 commit 2023-02-01 18:00:44 +08:00
f887219db1 WIP update version of Rust
Signed-off-by: Egor Savkin <es@m-labs.hk>
esavkin added 1 commit 2023-02-08 13:37:11 +08:00
e78460ecf6 WIP successful build wit updated Rust toolchain
Signed-off-by: Egor Savkin <es@m-labs.hk>
esavkin added 1 commit 2023-02-08 16:37:07 +08:00
755e7d6aae WIP replace crates' patch with forked fatfs
Signed-off-by: Egor Savkin <es@m-labs.hk>
This pull request has changes conflicting with the target branch.
  • flake.nix
  • libcortex_a9/src/lib.rs
  • libsupport_zynq/src/abort.rs
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b esavkin-102-update-rust master
git pull 102-update-rust

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff esavkin-102-update-rust
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/zynq-rs#103
There is no content yet.