Skip to content

Commit

Permalink
ports/psoc6: Syncing with latest multi-bsp-support.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
  • Loading branch information
NikhitaR-IFX committed Sep 12, 2023
1 parent 0bbb71f commit 6644678
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/psoc6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ build: mtb_get_build_flags $(MPY_PATH_TO_MAIN_MAKEFILE) $(MPY_MAIN_BUILD_DIR)/fi

all: build

#clean: mtb_clean
clean: mtb_clean

rebuild: clean mtb_clean all

Expand Down
1 change: 0 additions & 1 deletion ports/psoc6/boards/make-pins.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def parse_af_file(self, filename):
self.cpu_pins.append(NamedPin(pin_name, pin))

def parse_board_file(self):
print("HI", self.board_pin_csv_path)
with open(self.board_pin_csv_path, "r") as csvfile:
rows = csv.reader(csvfile)
for row in rows:
Expand Down
2 changes: 1 addition & 1 deletion ports/psoc6/mtb-libs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ MTB_TYPE=COMBINED
# configurations. If TARGET is manually edited, ensure TARGET_<BSP>.mtb with a
# valid URL exists in the application, run 'make getlibs' to fetch BSP contents
# and update or regenerate launch configurations for your IDE.
TARGET=APP_CY8CPROTO-062-4343W
TARGET=APP_CY8CPROTO-063-BLE

# # Board dependencies
# ifeq ($(TARGET),APP_CY8CPROTO-062-4343W)
Expand Down

0 comments on commit 6644678

Please sign in to comment.