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

hw/bsp: Default to nrfjprog downloader for supported Nordic boards #3159

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion hw/bsp/nordic_pca10040/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ syscfg.vals:
BOOT_SERIAL_DETECT_PIN: 13 # Button 1

# Flasher parameters
MYNEWT_DOWNLOADER: jlink
MYNEWT_DOWNLOADER: nrfjprog
MYNEWT_DOWNLOADER_MFG_IMAGE_FLASH_OFFSET: 0x0
PYOCD_TARGET: nrf52
JLINK_TARGET: nRF52832_xxAA
Expand Down
2 changes: 1 addition & 1 deletion hw/bsp/nordic_pca10095/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ syscfg.vals:
FLASH_MAP_SYSINIT_STAGE: 15

# Flasher parameters
MYNEWT_DOWNLOADER: jlink
MYNEWT_DOWNLOADER: nrfjprog
JLINK_TARGET: NRF5340_XXAA_APP
MYNEWT_DOWNLOADER_MFG_IMAGE_FLASH_OFFSET: 0x0

Expand Down
2 changes: 1 addition & 1 deletion hw/bsp/nordic_pca10095_net/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ syscfg.defs:
value: 0

syscfg.vals:
MYNEWT_DOWNLOADER: jlink
MYNEWT_DOWNLOADER: nrfjprog
JLINK_TARGET: NRF5340_XXAA_NET
NRFJPROG_COPROCESSOR: CP_NETWORK
# Set default pins for peripherals
Expand Down
2 changes: 1 addition & 1 deletion hw/bsp/nordic_thingy53/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ syscfg.vals:
FLASH_MAP_SYSINIT_STAGE: 15

# Flasher parameters
MYNEWT_DOWNLOADER: jlink
MYNEWT_DOWNLOADER: nrfjprog
JLINK_TARGET: NRF5340_XXAA_APP
MYNEWT_DOWNLOADER_MFG_IMAGE_FLASH_OFFSET: 0x0

Expand Down
Loading