Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teach target-gen #2543

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rerun refresh
  • Loading branch information
bugadani committed Jun 6, 2024
commit 1ba755d3e2d2afef93930909f32de5ca6ecbeec9
32 changes: 4 additions & 28 deletions probe-rs/targets/AT32F4_Series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,10 @@ variants:
- at32f415_256
- at32f415_bootmem_ap
- at32f415_usd
- name: AT32F4212C8T7
- name: AT32F421xx8x7
aliases:
- AT32F4212C8T7
- AT32F421PF8P7
cores:
- name: main
type: armv7em
Expand Down Expand Up @@ -1381,33 +1384,6 @@ variants:
- at32f421_16
- at32f4212_bootmem_ap
- at32f4212_usd
- name: AT32F421PF8P7
cores:
- name: main
type: armv7em
core_access_options: !Arm
ap: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
range:
start: 0x20000000
end: 0x20004000
cores:
- main
- !Nvm
name: IROM1
range:
start: 0x8000000
end: 0x8010000
is_boot_memory: true
cores:
- main
flash_algorithms:
- at32f415_64
- at32f4212_bootmem_ap
- at32f4212_usd
- name: AT32F423x8x7
aliases:
- AT32F423C8T7
Expand Down
29 changes: 4 additions & 25 deletions probe-rs/targets/SAM4_Dualcore_Series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,10 @@ variants:
- main
flash_algorithms:
- atsam4c32_2048
- name: ATSAM4C4C
cores:
- name: main
type: armv7em
core_access_options: !Arm
ap: 0
psel: 0x0
memory_map:
- !Ram
range:
start: 0x20100000
end: 0x20102000
cores:
- main
- !Nvm
range:
start: 0x0
end: 0x4000
is_boot_memory: true
cores:
- main
flash_algorithms:
- atsam4c_1024
- atsam4c_gpnvm
- name: ATSAM4C8C
- name: ATSAM4CxC
aliases:
- ATSAM4C4C
- ATSAM4C8C
cores:
- name: main
type: armv7em
Expand Down
Loading