mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7370 from jeromecoutant/PR_PERIPPINO
build_api.py : add comment about separate_namespull/7332/merge
commit
72684e3a2e
|
|
@ -1076,6 +1076,7 @@ def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
|
|||
# - mbed_overrides.o: this contains platform overrides of various
|
||||
# weak SDK functions
|
||||
# - mbed_main.o: this contains main redirection
|
||||
# - PeripheralPins.o: PinMap can be weak
|
||||
separate_names, separate_objects = ['PeripheralPins.o', 'mbed_retarget.o', 'mbed_board.o',
|
||||
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue