update probe-rs files
This commit is contained in:
parent
df0760da98
commit
04062acb1b
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ Cargo.lock
|
|||||||
# JetBrains IDEs
|
# JetBrains IDEs
|
||||||
/.idea
|
/.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
/Embed.toml
|
||||||
|
12
Embed.toml.sample
Normal file
12
Embed.toml.sample
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[default.probe]
|
||||||
|
protocol = "Jtag"
|
||||||
|
|
||||||
|
[default.general]
|
||||||
|
chip = "VA108xx_RAM"
|
||||||
|
|
||||||
|
[default.rtt]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[default.gdb]
|
||||||
|
# Whether or not a GDB server should be opened after flashing.
|
||||||
|
enabled = false
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
JLinkGDBServer -select USB -device Cortex-M0 -endian little -if JTAG-speed auto \
|
JLinkGDBServer -select USB -device Cortex-M0 -endian little -if JTAG -speed auto \
|
||||||
-LocalhostOnly
|
-LocalhostOnly
|
||||||
|
@ -9,6 +9,7 @@ variants:
|
|||||||
core_access_options: !Arm
|
core_access_options: !Arm
|
||||||
ap: 0
|
ap: 0
|
||||||
psel: 0x0
|
psel: 0x0
|
||||||
|
jtag_tap: 1
|
||||||
memory_map:
|
memory_map:
|
||||||
- !Ram
|
- !Ram
|
||||||
name: DRAM
|
name: DRAM
|
||||||
@ -22,9 +23,11 @@ variants:
|
|||||||
range:
|
range:
|
||||||
start: 0x0
|
start: 0x0
|
||||||
end: 0x20000
|
end: 0x20000
|
||||||
is_boot_memory: true
|
|
||||||
cores:
|
cores:
|
||||||
- main
|
- main
|
||||||
|
access:
|
||||||
|
write: false
|
||||||
|
boot: true
|
||||||
flash_algorithms:
|
flash_algorithms:
|
||||||
- va108xx_fm25v20a_fram_128kb_prog
|
- va108xx_fm25v20a_fram_128kb_prog
|
||||||
- va108xx_m95m01_128kb_prog
|
- va108xx_m95m01_128kb_prog
|
||||||
@ -37,6 +40,7 @@ variants:
|
|||||||
core_access_options: !Arm
|
core_access_options: !Arm
|
||||||
ap: 0
|
ap: 0
|
||||||
psel: 0x0
|
psel: 0x0
|
||||||
|
jtag_tap: 1
|
||||||
memory_map:
|
memory_map:
|
||||||
- !Ram
|
- !Ram
|
||||||
name: DRAM
|
name: DRAM
|
||||||
@ -50,9 +54,11 @@ variants:
|
|||||||
range:
|
range:
|
||||||
start: 0x0
|
start: 0x0
|
||||||
end: 0x20000
|
end: 0x20000
|
||||||
is_boot_memory: true
|
|
||||||
cores:
|
cores:
|
||||||
- main
|
- main
|
||||||
|
access:
|
||||||
|
write: false
|
||||||
|
boot: true
|
||||||
flash_algorithms:
|
flash_algorithms:
|
||||||
- name: va108xx_fm25v20a_fram_128kb_prog
|
- name: va108xx_fm25v20a_fram_128kb_prog
|
||||||
description: VA108_FM25V20A_FRAM_128KB
|
description: VA108_FM25V20A_FRAM_128KB
|
||||||
|
Loading…
Reference in New Issue
Block a user