From 180cef835bf40d0081895773aaa637ac926bb0ac Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 5 Nov 2018 13:01:55 +0100 Subject: xDuoo X3II and X20 port Provided by Roman Stolyarov Integration, Refactoring, and Upstreaming by Solomon Peachy X3II confirmed working by forum tester, X20 is nearly identical. This includes bootloader, main firmware, and the flash image patcher. Eventual Todo: * Further refactor AGPTek Rocker & xduoo hiby bootloaders * Further refactor AGPTek Rocker & xduoo hosted platform code Change-Id: I34a674051d368efcc75d1d18c725971fe46c3eee --- tools/configure | 92 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 70 insertions(+), 22 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index f6fc50d905..4b2b1ce829 100755 --- a/tools/configure +++ b/tools/configure @@ -888,7 +888,6 @@ mipsellinuxcc () { SHARED_LDFLAG="-shared" SHARED_CFLAGS='-fPIC -fvisibility=hidden' endian="little" - app_type="rocker" thread_support="HAVE_SIGALTSTACK_THREADS" # Include path @@ -1244,7 +1243,7 @@ voiceconfig () { exit 4 fi fi - + echo "Using $ENCODER for encoding voice clips" # Read custom encoder options from command line @@ -1392,7 +1391,7 @@ ARG_ARM_THUMB= ARG_PREFIX="$PREFIX" ARG_THREAD_SUPPORT= ARG_32BIT= -err= +err= for arg in "$@"; do case "$arg" in --ccache) ARG_CCACHE=1;; @@ -1565,6 +1564,8 @@ cat <