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 --- firmware/export/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index a41cceff59..c55d489c26 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -171,6 +171,8 @@ #define XDUOO_X3_PAD 66 #define IHIFI_770_PAD 67 #define IHIFI_800_PAD 68 +#define XDUOO_X3II_PAD 69 +#define XDUOO_X20_PAD 70 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -624,6 +626,10 @@ Lyre prototype 1 */ #include "config/agptekrocker.h" #elif defined(XDUOO_X3) #include "config/xduoox3.h" +#elif defined(XDUOO_X3II) +#include "config/xduoox3ii.h" +#elif defined(XDUOO_X20) +#include "config/xduoox20.h" #else /* no known platform */ #endif -- cgit v1.2.3