Skip to content

Commit a46f09e

Browse files
NikhitaR-IFXactions-user
authored andcommitted
psoc6: Enable ntwk and rtos modules.
Signed-off-by: NikhitaR-IFX <[email protected]>
1 parent c3b8e84 commit a46f09e

File tree

4 files changed

+393
-3
lines changed

4 files changed

+393
-3
lines changed

ports/psoc6/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ build: mtb_get_build_flags $(GENERATED_PINS) $(BUILD)/firmware.hex
222222

223223
all: build
224224

225-
clean: mtb_clean
225+
#clean: mtb_clean
226226

227227
rebuild: clean mtb_clean all
228228

ports/psoc6/mtb-libs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ LDFLAGS=
169169
LDLIBS=
170170

171171
# Path to the linker script to use (if empty, use the default linker script).
172-
LINKER_SCRIPT=
172+
LINKER_SCRIPT=mpy-psoc.ld
173173

174174
# Custom pre-build commands to run.
175175
PREBUILD=

0 commit comments

Comments
 (0)