Skip to content

Commit

Permalink
Merge pull request #8 from vexide/chore/vexide-0.4.0
Browse files Browse the repository at this point in the history
chore: vexide 0.4.0
  • Loading branch information
Gavin-Niederman authored Oct 5, 2024
2 parents ffa6e97 + ec0f7d9 commit 1f3f9be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ icon = "cool-x"
compress = true

[dependencies]
vexide = "0.3.0"
vexide = "0.4.0"
34 changes: 16 additions & 18 deletions armv7a-vex-v5.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{
"cpu": "cortex-a9",
"arch": "arm",
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
"disable-redzone": true,
"emit-debug-gdb-scripts": false,
"env": "newlib",
"executables": true,
"features": "+thumb2,+neon,+vfp3",
"abi": "eabihf",
"os": "none",
"vendor": "vex",
"panic-strategy": "abort",
"relocation-model": "static",
"llvm-target": "armv7a-none-eabihf",
"features": "+v7,+neon,+vfp3,+thumb2",
"linker": "rust-lld",
"linker-flavor": "ld.lld",
"llvm-target": "armv7a-none-eabi",
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
"max-atomic-width": 64,
"panic-strategy": "abort",
"c-enum-min-bits": 8,
"target-pointer-width": "32",
"executables": true,
"post-link-args": {
"ld.lld": [
"--gc-sections",
"--nostdlib",
"-Tv5.ld",
"-znorelro"
]
"ld.lld": ["-Tv5.ld"]
},
"relocation-model": "static",
"target-pointer-width": "32",
"os": "none",
"vendor": "vex"
"has-thumb-interworking": true,
"default-uwtable": true,
"disable-redzone": true,
"emit-debug-gdb-scripts": false
}
1 change: 0 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "llvm-tools"]
targets = ["armv7a-none-eabi"]

0 comments on commit 1f3f9be

Please sign in to comment.