Skip to content

Commit

Permalink
Alignment of the application framework for the amcbldc and amc2c
Browse files Browse the repository at this point in the history
…boards (robotology#367)
  • Loading branch information
marcoaccame authored and valegagge committed May 5, 2023
1 parent 201852c commit 29b031d
Show file tree
Hide file tree
Showing 51 changed files with 12,148 additions and 114 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@


LR_IROM1 0x08100000 0x00100000 { ; load region size_region
ER_IROM1 0x08100000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x10000000 0x00048000{ ; RW data
.ANY (+RW +ZI)
}
}

Large diffs are not rendered by default.

Loading

0 comments on commit 29b031d

Please sign in to comment.