File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rustflags = [
11
11
# "-Z",
12
12
# "trap-unreachable=no",
13
13
" -C" ,
14
- " inline-threshold=5" ,
14
+ " llvm-args=-- inline-threshold=5" ,
15
15
" -C" ,
16
16
" no-vectorize-loops" ,
17
17
" -C" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable::set(
20
20
).to_hex()
21
21
);
22
22
23
- let target = variable::get("target");
23
+ let target = variable::get("target-arch ");
24
24
25
25
variable::set("architecture", switch target {
26
26
"thumbv6m-none-eabi" => "armv6m",
Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ variants:
12
12
range :
13
13
start : {{ram-start-address}}
14
14
end : {{ram-end-address}}
15
- is_boot_memory : false
15
+ access :
16
+ boot : false
16
17
cores :
17
18
- main
18
19
- !Nvm
19
20
range :
20
21
start : {{flash-start-address}}
21
22
end : {{flash-end-address}}
22
- is_boot_memory : true
23
+ access :
24
+ boot : true
23
25
cores :
24
26
- main
25
27
flash_algorithms :
You can’t perform that action at this time.
0 commit comments