Adding NCS36510 support in mbed-os5.1

pull/2531/head
Radhika 2016-08-16 17:21:48 +05:30
parent f5f8deb7ef
commit daea440b6a
2 changed files with 0 additions and 3 deletions

View File

@ -227,5 +227,4 @@ SECTIONS
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
__StackLimit = __StackTop - SIZEOF(.stack);
PROVIDE(__stack = __StackTop);
}

View File

@ -39,7 +39,6 @@ CORE_LABELS = {
"Cortex-A9" : ["A9", "CORTEX_A", "LIKE_CORTEX_A9"]
}
################################################################################
# Generic Target class that reads and interprets the data in targets.json
class HookError(Exception):
@ -491,7 +490,6 @@ class NCS36510TargetCode:
from tools.add_fib import add_fib_at_start
print("binf ", binf)
add_fib_at_start(binf[:-4])
################################################################################
# Instantiate all public targets