Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
fb0b1db7
Commit
fb0b1db7
authored
5 years ago
by
Julien Cretin
Browse files
Options
Downloads
Patches
Plain Diff
Rename linker script according to the chip
The layout applies to all boards sharing the nrf52840 chip.
parent
bd687084
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy.py
+5
-5
5 additions, 5 deletions
deploy.py
nrf52840_layout.ld
+0
-0
0 additions, 0 deletions
nrf52840_layout.ld
with
5 additions
and
5 deletions
deploy.py
+
5
−
5
View file @
fb0b1db7
...
@@ -87,7 +87,7 @@ SUPPORTED_BOARDS = {
...
@@ -87,7 +87,7 @@ SUPPORTED_BOARDS = {
page_size
=
4096
,
page_size
=
4096
,
kernel_address
=
0
,
kernel_address
=
0
,
padding_address
=
0x30000
,
padding_address
=
0x30000
,
app_ldscript
=
"
nrf52840
dk
_layout.ld
"
,
app_ldscript
=
"
nrf52840_layout.ld
"
,
app_address
=
0x40000
,
app_address
=
0x40000
,
pyocd_target
=
"
nrf52840
"
,
pyocd_target
=
"
nrf52840
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
...
@@ -104,7 +104,7 @@ SUPPORTED_BOARDS = {
...
@@ -104,7 +104,7 @@ SUPPORTED_BOARDS = {
page_size
=
4096
,
page_size
=
4096
,
kernel_address
=
0
,
kernel_address
=
0
,
padding_address
=
0x30000
,
padding_address
=
0x30000
,
app_ldscript
=
"
nrf52840
dk
_layout.ld
"
,
app_ldscript
=
"
nrf52840_layout.ld
"
,
app_address
=
0x40000
,
app_address
=
0x40000
,
pyocd_target
=
"
nrf52840
"
,
pyocd_target
=
"
nrf52840
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
...
@@ -121,7 +121,7 @@ SUPPORTED_BOARDS = {
...
@@ -121,7 +121,7 @@ SUPPORTED_BOARDS = {
page_size
=
4096
,
page_size
=
4096
,
kernel_address
=
0x1000
,
kernel_address
=
0x1000
,
padding_address
=
0x30000
,
padding_address
=
0x30000
,
app_ldscript
=
"
nrf52840
dk
_layout.ld
"
,
app_ldscript
=
"
nrf52840_layout.ld
"
,
app_address
=
0x40000
,
app_address
=
0x40000
,
pyocd_target
=
"
nrf52840
"
,
pyocd_target
=
"
nrf52840
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
...
@@ -138,7 +138,7 @@ SUPPORTED_BOARDS = {
...
@@ -138,7 +138,7 @@ SUPPORTED_BOARDS = {
page_size
=
4096
,
page_size
=
4096
,
kernel_address
=
0x1000
,
kernel_address
=
0x1000
,
padding_address
=
0x30000
,
padding_address
=
0x30000
,
app_ldscript
=
"
nrf52840
dk
_layout.ld
"
,
app_ldscript
=
"
nrf52840_layout.ld
"
,
app_address
=
0x40000
,
app_address
=
0x40000
,
pyocd_target
=
"
nrf52840
"
,
pyocd_target
=
"
nrf52840
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
openocd_board
=
"
nordic_nrf52840_dongle.cfg
"
,
...
@@ -152,7 +152,7 @@ SUPPORTED_BOARDS = {
...
@@ -152,7 +152,7 @@ SUPPORTED_BOARDS = {
# The STACK_SIZE value below must match the one used in the linker script
# The STACK_SIZE value below must match the one used in the linker script
# used by the board.
# used by the board.
# e.g. for Nordic nRF52840 boards the file is `nrf52840
dk
_layout.ld`.
# e.g. for Nordic nRF52840 boards the file is `nrf52840_layout.ld`.
STACK_SIZE
=
0x4000
STACK_SIZE
=
0x4000
# The following value must match the one used in the file
# The following value must match the one used in the file
...
...
This diff is collapsed.
Click to expand it.
nrf52840
dk
_layout.ld
→
nrf52840_layout.ld
+
0
−
0
View file @
fb0b1db7
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment