Skip to content

Commit e17b1df

Browse files
committed
build_api.py : add comment about separate_names
1 parent 2be3c13 commit e17b1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
10761076
# - mbed_overrides.o: this contains platform overrides of various
10771077
# weak SDK functions
10781078
# - mbed_main.o: this contains main redirection
1079+
# - PeripheralPins.o: PinMap can be weak
10791080
separate_names, separate_objects = ['PeripheralPins.o', 'mbed_retarget.o', 'mbed_board.o',
10801081
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []
10811082

0 commit comments

Comments
 (0)