mirror of https://github.com/ARMmbed/mbed-os.git
Adding NCS36510 support in mbed-os5.1
parent
f5f8deb7ef
commit
daea440b6a
|
@ -227,5 +227,4 @@ SECTIONS
|
|||
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
|
||||
__StackLimit = __StackTop - SIZEOF(.stack);
|
||||
PROVIDE(__stack = __StackTop);
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue