From 1762c56956bafd6fc0636516b494dfa935ff8aec Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Wed, 25 Dec 2024 00:34:42 +0100 Subject: space_light: first version TODO: pwm initialization is currently best guess could be wrong active low|high TODO: implement pairing TODO: implement timer TODO: use the button for something TODO: implement a better client --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6468bd1..b373f56 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ include makefile.inc TOOLS_ROOT = ${DIST_ROOT}tools/generate/ SRC_ROOT = ${DIST_ROOT}sdk +APP_NAME = space_light +APP_VERSION = 0.1 + OUTPUT=${DIST_ROOT}build BUILD_DIR = ${OUTPUT}/images/$(APP_NAME)/$(APP_VERSION) @@ -13,8 +16,6 @@ ARM_GCC_TOOLCHAIN = ${DIST_ROOT}toolchain/gcc-arm-none-eabi-4_9-2015q1/bin CROSS_COMPILE = $(ARM_GCC_TOOLCHAIN)/arm-none-eabi- ENCRYPT_KEY = 510fb093 a3cbeadc 5993a17e c7adeb03 10000 -APP_NAME = ble_tst -APP_VERSION = $(shell cat VERSION) BIN_NAME = ${APP_NAME}_${APP_VERSION} # Compilation tools -- cgit v1.2.3