Skip to content

Commit 80884b1

Browse files
author
Greg Landry
committed
Class version 2.0. Updates for ModusToolbox 3.0.
1 parent 6d8a2d3 commit 80884b1

File tree

244 files changed

+12144
-2655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+12144
-2655
lines changed

Manual/Ch1-Intro.pdf

18.9 KB
Binary file not shown.

Manual/Ch2-Tools.pdf

336 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Documentation
2+
images
3+
4+
# Exports, Project settings
5+
.mtbLaunchConfigs
6+
.settings
7+
.vscode
8+
9+
# BSP configuration overrides
10+
templates

Projects/key_ch02_ex04_custom/Makefile

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
################################################################################
99
# \copyright
10-
# Copyright 2018-2021 Cypress Semiconductor Corporation (an Infineon company)
10+
# Copyright 2018-2022, Cypress Semiconductor Corporation (an Infineon company)
1111
# SPDX-License-Identifier: Apache-2.0
1212
#
1313
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,19 +28,27 @@
2828
# Basic Configuration
2929
################################################################################
3030

31+
# Type of ModusToolbox Makefile Options include:
32+
#
33+
# COMBINED -- Top Level Makefile usually for single standalone application
34+
# APPLICATION -- Top Level Makefile usually for multi project application
35+
# PROJECT -- Project Makefile under Application
36+
#
37+
MTB_TYPE=COMBINED
38+
3139
# Target board/hardware (BSP).
3240
# To change the target, it is recommended to use the Library manager
3341
# ('make modlibs' from command line), which will also update Eclipse IDE launch
3442
# configurations. If TARGET is manually edited, ensure TARGET_<BSP>.mtb with a
3543
# valid URL exists in the application, run 'make getlibs' to fetch BSP contents
3644
# and update or regenerate launch configurations for your IDE.
37-
TARGET=MyBSP
45+
TARGET=CY8CKIT-062S2-43012
3846

3947
# Name of application (used to derive name of final linked file).
4048
#
4149
# If APPNAME is edited, ensure to update or regenerate launch
4250
# configurations for your IDE.
43-
APPNAME=mtb-example-psoc6-hello-world
51+
APPNAME=mtb-example-hal-hello-world
4452

4553
# Name of toolchain to use. Options include:
4654
#

Projects/key_ch02_ex04_custom/TARGET_MyBSP/.cyignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

Projects/key_ch02_ex04_custom/TARGET_MyBSP/COMPONENT_BSP_DESIGN_MODUS/cyreservedresources.list

Lines changed: 0 additions & 20 deletions
This file was deleted.

Projects/key_ch02_ex04_custom/TARGET_MyBSP/MyBSP.mk

Lines changed: 0 additions & 57 deletions
This file was deleted.

Projects/key_ch02_ex04_custom/TARGET_MyBSP/deps/capsense.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

Projects/key_ch02_ex04_custom/TARGET_MyBSP/deps/capsense.mtbx

Lines changed: 0 additions & 1 deletion
This file was deleted.

Projects/key_ch02_ex04_custom/TARGET_MyBSP/deps/core-lib.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)