From 61f64c78a6c3ebfe42292b0ff9c93442883f5f0d Mon Sep 17 00:00:00 2001 From: caochaowu Date: Wed, 29 Jan 2020 22:07:48 +0800 Subject: [PATCH] nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script. It's not strictly needed but can be helpful when using a debugger. --- ports/nrf/boards/common.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/nrf/boards/common.ld b/ports/nrf/boards/common.ld index 6edd33cf01..d2e5eef762 100644 --- a/ports/nrf/boards/common.ld +++ b/ports/nrf/boards/common.ld @@ -1,3 +1,5 @@ +ENTRY(Reset_Handler) + /* define output sections */ SECTIONS {