forked from robotology/icub-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alignment of the application framework for the
amcbldc
and amc2c
…
…boards (robotology#367)
- Loading branch information
1 parent
201852c
commit 29b031d
Showing
51 changed files
with
12,148 additions
and
114 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
emBODY/eBcode/arch-arm/board/amc2c/application/bin/.placeholder.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.placeholder |
12 changes: 12 additions & 0 deletions
12
emBODY/eBcode/arch-arm/board/amc2c/application/cfg/amc2c-template-appl.sct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
} | ||
} |
621 changes: 621 additions & 0 deletions
621
emBODY/eBcode/arch-arm/board/amc2c/application/cfg/stm32hal.h7.startup.amc.CM4.s
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.