Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
67922faf
Commit
67922faf
authored
Aug 22, 2019
by
Danilo
Browse files
Some more s/eabihf/eabi/
parent
e06fb371
Changes
2
Hide whitespace changes
Inline
Side-by-side
.bin/cargo-card10
View file @
67922faf
...
...
@@ -3,7 +3,7 @@
set
-e
cargo build
--release
arm-none-eabi
hf
-objcopy
-O
binary target/thumbv7em-none-eabi
hf
/release/
$2
card10.bin
arm-none-eabi-objcopy
-O
binary target/thumbv7em-none-eabi/release/
$2
card10.bin
python c/bootloader/crc_patch.py card10.bin
echo
"Copy this file to the device in USB Mass Storage mode:"
...
...
card10/build.rs
View file @
67922faf
...
...
@@ -15,8 +15,8 @@ fn main() {
println!
(
"cargo:rerun-if-changed=memory.x"
);
cc
::
Build
::
new
()
.target
(
"thumbv7em-none-eabi
hf
"
)
.compiler
(
"arm-none-eabi
hf
-gcc"
)
.target
(
"thumbv7em-none-eabi"
)
.compiler
(
"arm-none-eabi-gcc"
)
.define
(
"TARGET"
,
"MAX32665"
)
.define
(
"TARGET_UC"
,
"MAX32665"
)
.define
(
"TARGET_LC"
,
"max32665"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment