Merge pull request #105 from ia0/rename_layout
Rename linker script according to the chip
This commit is contained in:
10
deploy.py
10
deploy.py
@@ -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="nrf52840dk_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 = {
|
|||||||
page_size=4096,
|
page_size=4096,
|
||||||
kernel_address=0,
|
kernel_address=0,
|
||||||
padding_address=0x30000,
|
padding_address=0x30000,
|
||||||
app_ldscript="nrf52840dk_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 = {
|
|||||||
page_size=4096,
|
page_size=4096,
|
||||||
kernel_address=0x1000,
|
kernel_address=0x1000,
|
||||||
padding_address=0x30000,
|
padding_address=0x30000,
|
||||||
app_ldscript="nrf52840dk_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 = {
|
|||||||
page_size=4096,
|
page_size=4096,
|
||||||
kernel_address=0x1000,
|
kernel_address=0x1000,
|
||||||
padding_address=0x30000,
|
padding_address=0x30000,
|
||||||
app_ldscript="nrf52840dk_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 = {
|
|||||||
|
|
||||||
# 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 `nrf52840dk_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
|
||||||
|
|||||||
Reference in New Issue
Block a user