Skip to content

Commit

Permalink
update probe-rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 25, 2024
1 parent df0760d commit 03ae7eb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Embed.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[default.probe]
protocol = "Jtag"

[default.general]
chip = "VA108xx"

[default.reset]
# Whether or not the target should be reset.
# When flashing is enabled as well, the target will be reset after flashing regardless of this setting.
enabled = true

[default.rtt]
enabled = true
10 changes: 8 additions & 2 deletions scripts/VA108xx_Series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ variants:
core_access_options: !Arm
ap: 0
psel: 0x0
jtag_tap: 1
memory_map:
- !Ram
name: DRAM
Expand All @@ -22,9 +23,11 @@ variants:
range:
start: 0x0
end: 0x20000
is_boot_memory: true
cores:
- main
access:
write: false
boot: true
flash_algorithms:
- va108xx_fm25v20a_fram_128kb_prog
- va108xx_m95m01_128kb_prog
Expand All @@ -37,6 +40,7 @@ variants:
core_access_options: !Arm
ap: 0
psel: 0x0
jtag_tap: 1
memory_map:
- !Ram
name: DRAM
Expand All @@ -50,9 +54,11 @@ variants:
range:
start: 0x0
end: 0x20000
is_boot_memory: true
cores:
- main
access:
write: false
boot: true
flash_algorithms:
- name: va108xx_fm25v20a_fram_128kb_prog
description: VA108_FM25V20A_FRAM_128KB
Expand Down

0 comments on commit 03ae7eb

Please sign in to comment.