From 3117096ab99c73f9a51ed46b9447b640d31a652f Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Mon, 18 Mar 2019 01:49:39 +0200 Subject: Initial commit. This creates a working buildable dummy template to build the project upon. Everything save for the build system are demonstrational dummies and everything including the build system is written to be easily extendable. This commit closes Ticket 5. Signed-off-by: Gediminas Jakutis --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..446dc5c --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,3 @@ +option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') +option('fwbuild', type : 'boolean', value : false, description : 'Enable building the firmware image for the wearable') +option('fwflash', type : 'boolean', value : false, description : 'Automatically flash the firmware with freshly built fw image (requires fwbuild)') -- cgit v1.2.3