From c1af5b5de8c5fe2d9766af50677c640402d4efef Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Mon, 27 May 2019 13:25:35 +0300 Subject: build system: device building improvements. No longer depends on having the adhoc "espmake" in $PATH. This change now requires a few more explicit meson configuration options to build the firmware. Signed-off-by: Gediminas Jakutis --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 3181893..e4ac698 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,3 +4,6 @@ option('fwflash', type : 'boolean', value : false, description : 'Automatically option('ssid', type : 'string', value : 'ssid', description : 'wireless ssid to compile into the firmware (no effect without fwbuild') option('password', type : 'string', value : 'password', description : 'wireless password to compile into the firmware (no effect without fwbuild') option('oledlib', type : 'string', description : 'path containing the SSD1306Spi.h file (required if fwbuild is true') +option('makeesparduino', type : 'string', description : 'path to the directory containing the makeEspArduino.mk file (required if fwbuild is true') +option('esplib', type : 'string', description : 'path to the esp8266lib (required if fwbuild is true') +option('board', type : 'string', value : 'd1_mini', description : 'board name identifier to provide to makeEspArduino') -- cgit v1.2.3