aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-25 00:34:42 +0100
committerBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-29 19:54:53 +0100
commit1762c56956bafd6fc0636516b494dfa935ff8aec (patch)
tree5b693c0c70400b71c982401fd9693a48991d3c23 /Makefile
parent40404fb81dfad3f5c5cf567bb053796a9135165e (diff)
downloadwb3s-ble-nebula-galaxy-1762c56956bafd6fc0636516b494dfa935ff8aec.tar.gz
wb3s-ble-nebula-galaxy-1762c56956bafd6fc0636516b494dfa935ff8aec.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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