Skip to content

Commit 169a773

Browse files
radhika-raghavendranMika Karjalainen
authored andcommitted
Adding NCS36510 support in mbed-os5.1
1 parent e842677 commit 169a773

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,4 @@ SECTIONS
227227
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
228228
__StackLimit = __StackTop - SIZEOF(.stack);
229229
PROVIDE(__stack = __StackTop);
230-
231230
}

tools/targets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"Cortex-A9" : ["A9", "CORTEX_A", "LIKE_CORTEX_A9"]
4040
}
4141

42-
################################################################################
4342
# Generic Target class that reads and interprets the data in targets.json
4443

4544
class HookError(Exception):
@@ -491,7 +490,6 @@ def ncs36510_addfib(t_self, resources, elf, binf):
491490
from tools.add_fib import add_fib_at_start
492491
print("binf ", binf)
493492
add_fib_at_start(binf[:-4])
494-
495493
################################################################################
496494

497495
# Instantiate all public targets

0 commit comments

Comments
 (0)