Skip to content

Instantly share code, notes, and snippets.

View andyturk's full-sized avatar
🎯
Focusing

Andy Turk andyturk

🎯
Focusing
View GitHub Profile
@andyturk
andyturk / Makefile
Last active February 28, 2020 09:39
# override definitions in local_vars.mk
-include local_vars.mk
# PSoC Creator information
# The first two variables only exist in a Windows environment with PSoC Creator
# so they're conditional. The other CY... variables are useful on all platforms
# Note that this Makefile usually exists one level up from the .cydsn directory
ifeq ($(OS),Windows_NT)
CYCREATOR ?= C:/Program\ Files\ \(x86\)/Cypress/PSoC\ Creator/3.0/PSoC\ Creator
CYLIBDIR ?= $(CYCREATOR)/psoc/content/cycomponentlibrary/CyComponentLibrary.cylib/CortexM3/ARM_GCC_473/Debug