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

Add target-gen reformat and hexify some YAML properties #2548

Merged
merged 7 commits into from
Jun 6, 2024
Merged
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
Next Next commit
Refresh YAMLs, manually keep comments
  • Loading branch information
bugadani committed Jun 6, 2024
commit b6a1254006e5332665e70bbbf1cfc70f34a5ed05
2 changes: 1 addition & 1 deletion probe-rs/targets/AIR001_Series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variants:
type: armv6m
core_access_options: !Arm
ap: 0
psel: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
Expand Down
10 changes: 5 additions & 5 deletions probe-rs/targets/AIR32F1_Series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variants:
type: armv7m
core_access_options: !Arm
ap: 0
psel: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
Expand All @@ -33,7 +33,7 @@ variants:
type: armv7m
core_access_options: !Arm
ap: 0
psel: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
Expand All @@ -58,7 +58,7 @@ variants:
type: armv7m
core_access_options: !Arm
ap: 0
psel: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
Expand All @@ -83,7 +83,7 @@ variants:
type: armv7m
core_access_options: !Arm
ap: 0
psel: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
Expand All @@ -108,7 +108,7 @@ variants:
type: armv7m
core_access_options: !Arm
ap: 0
psel: 0
psel: 0x0
memory_map:
- !Ram
name: IRAM1
Expand Down
Loading