Skip to content

Commit 6b0ba9f

Browse files
committed
Uploading ModusToolbox 1.1 examples
1 parent 9c2beb8 commit 6b0ba9f

File tree

282 files changed

+63537
-0
lines changed

Some content is hidden

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

282 files changed

+63537
-0
lines changed
Binary file not shown.

CE212736_PSoC6_BLE_FindMe/GeneratedSource/cycfg_ble.c

Lines changed: 2144 additions & 0 deletions
Large diffs are not rendered by default.

CE212736_PSoC6_BLE_FindMe/GeneratedSource/cycfg_ble.h

Lines changed: 1455 additions & 0 deletions
Large diffs are not rendered by default.

CE212736_PSoC6_BLE_FindMe/GeneratedSource/cycfg_capsense.c

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

CE212736_PSoC6_BLE_FindMe/GeneratedSource/cycfg_capsense.h

Lines changed: 533 additions & 0 deletions
Large diffs are not rendered by default.

CE212736_PSoC6_BLE_FindMe/Makefile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#
2+
# This makefile is just here so that typing 'make' in this directory
3+
# works. This makefile just includes the modus.mk. The modus.mk name
4+
# is special in IDE environments and is a trigger so that the IDE knows
5+
# this is a modus compliant example that supports the IDE related targets
6+
#
7+
8+
PLATFORM ?= PSOC6_DUAL_CORE
9+
ifeq ($(PLATFORM),PSOC6_DUAL_CORE)
10+
DEVICE=CY8C6347BZI-BLD53
11+
else
12+
DEVICE=CY8C6337BZI-BLF13
13+
endif
14+
15+
include modus.mk

0 commit comments

Comments
 (0)