diff --git a/.gitignore b/.gitignore index 3496a2692a02a179a57ead859750a054ee08f046..427b91a0f2c3410a6da853fe787a407d2f93ebea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,4 @@ .settings/ .heliosconfig __pycache__/ -config/ -!config/autoconf.h -!config/cleanup.mk -!config/config.in -!config/config.mk -!config/menuconfig.sh output/ diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/autoconf.h b/system/platform/ASR/boards/EC600NCN_LA/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..86254c8d5c5bd579290597c724b91ea9a16c1a57 --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LA/config/autoconf.h @@ -0,0 +1,24 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_LVGL_CONT 1 +#define CONFIG_SPI_SDCARD 1 +#define CONFIG_LVGL_SLIDER 1 +#define CONFIG_QRCODE 1 +#define CONFIG_LVGL_LABEL 1 +#define CONFIG_LVGL 1 +#define CONFIG_CAMERA_DECODE 1 +#define CONFIG_LVGL_ARC 1 +#define CONFIG_CAMERA 1 +#define CONFIG_LVGL_IMG 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_LVGL_SW 1 +#define CONFIG_TTS 1 +#define CONFIG_JPEG 1 +#define CONFIG_QUECTHING 1 +#define CONFIG_LVGL_ROLLER 1 +#define CONFIG_CAMERA_SAVEPHOTOS 1 +#define CONFIG_LVGL_BTN 1 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/config.in b/system/platform/ASR/boards/EC600NCN_LA/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..0aea7697b796f1458f5ecdc154b1dfa8807214a9 --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LA/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600NCN_LA" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/config.mk b/system/platform/ASR/boards/EC600NCN_LA/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..5b85fbe7aee45f0d2e95aaad9a4f18e259dbb649 --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LA/config/config.mk @@ -0,0 +1,63 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600NCN_LA +# +CONFIG_LVGL=y + +# +# lvgl option +# +CONFIG_LVGL_CONT=y +CONFIG_LVGL_BTN=y +# CONFIG_LVGL_IMGBTN is not set +CONFIG_LVGL_LABEL=y +CONFIG_LVGL_IMG=y +# CONFIG_LVGL_LINE is not set +# CONFIG_LVGL_PAGE is not set +# CONFIG_LVGL_LIST is not set +# CONFIG_LVGL_CHART is not set +# CONFIG_LVGL_TABLE is not set +# CONFIG_LVGL_CB is not set +# CONFIG_LVGL_CPICKER is not set +# CONFIG_LVGL_BAR is not set +CONFIG_LVGL_SLIDER=y +# CONFIG_LVGL_LED is not set +# CONFIG_LVGL_BTNM is not set +# CONFIG_LVGL_KB is not set +# CONFIG_LVGL_DDLIST is not set +CONFIG_LVGL_ROLLER=y +# CONFIG_LVGL_TA is not set +# CONFIG_LVGL_CANVAS is not set +# CONFIG_LVGL_WIN is not set +# CONFIG_LVGL_TABVIEW is not set +# CONFIG_LVGL_TILEVIEW is not set +# CONFIG_LVGL_MBOX is not set +# CONFIG_LVGL_LMETER is not set +# CONFIG_LVGL_GAUGE is not set +CONFIG_LVGL_SW=y +CONFIG_LVGL_ARC=y +# CONFIG_LVGL_PRELOAD is not set +# CONFIG_LVGL_CALENDAR is not set +# CONFIG_LVGL_SPINBOX is not set +# CONFIG_LVGL_FONT_CHINESE_11 is not set +CONFIG_QRCODE=y +CONFIG_CAMERA=y +CONFIG_CAMERA_DECODE=y +CONFIG_CAMERA_SAVEPHOTOS=y +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +CONFIG_JPEG=y +CONFIG_SPI_SDCARD=y +# CONFIG_BT is not set +# CONFIG_VIOCE_CALL is not set +CONFIG_TTS=y diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera/decode.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera/decode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera/savephotos.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera/savephotos.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/jpeg.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/jpeg.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/arc.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/arc.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/btn.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/btn.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/cont.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/cont.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/img.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/img.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/label.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/label.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/roller.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/roller.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/slider.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/slider.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/sw.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/sw.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/mbedtls.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/qrcode.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/qrcode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/quecthing.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/spi/sdcard.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/spi/sdcard.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LA/config/include/config/tts.h b/system/platform/ASR/boards/EC600NCN_LA/config/include/config/tts.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/autoconf.h b/system/platform/ASR/boards/EC600NCN_LC/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..9b1660f00fc2380bec9cad7258aa921146f0e81e --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LC/config/autoconf.h @@ -0,0 +1,25 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_LVGL_CONT 1 +#define CONFIG_SPI_SDCARD 1 +#define CONFIG_LVGL_SLIDER 1 +#define CONFIG_VIOCE_CALL 1 +#define CONFIG_QRCODE 1 +#define CONFIG_LVGL_LABEL 1 +#define CONFIG_LVGL 1 +#define CONFIG_CAMERA_DECODE 1 +#define CONFIG_LVGL_ARC 1 +#define CONFIG_CAMERA 1 +#define CONFIG_LVGL_IMG 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_LVGL_SW 1 +#define CONFIG_TTS 1 +#define CONFIG_JPEG 1 +#define CONFIG_QUECTHING 1 +#define CONFIG_LVGL_ROLLER 1 +#define CONFIG_CAMERA_SAVEPHOTOS 1 +#define CONFIG_LVGL_BTN 1 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/config.in b/system/platform/ASR/boards/EC600NCN_LC/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..2618b38dcec6e82914e189a9f6a5e60eaa24ce8c --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LC/config/config.in @@ -0,0 +1,12 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600NCN_LC" +source "../services/microPython/config/config.in" +source "../components/poc/poc_option.in" +endmenu + diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/config.mk b/system/platform/ASR/boards/EC600NCN_LC/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..9c52a677b00150afd194f5f6e6f7d235f16f4039 --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LC/config/config.mk @@ -0,0 +1,64 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600NCN_LC +# +CONFIG_LVGL=y + +# +# lvgl option +# +CONFIG_LVGL_CONT=y +CONFIG_LVGL_BTN=y +# CONFIG_LVGL_IMGBTN is not set +CONFIG_LVGL_LABEL=y +CONFIG_LVGL_IMG=y +# CONFIG_LVGL_LINE is not set +# CONFIG_LVGL_PAGE is not set +# CONFIG_LVGL_LIST is not set +# CONFIG_LVGL_CHART is not set +# CONFIG_LVGL_TABLE is not set +# CONFIG_LVGL_CB is not set +# CONFIG_LVGL_CPICKER is not set +# CONFIG_LVGL_BAR is not set +CONFIG_LVGL_SLIDER=y +# CONFIG_LVGL_LED is not set +# CONFIG_LVGL_BTNM is not set +# CONFIG_LVGL_KB is not set +# CONFIG_LVGL_DDLIST is not set +CONFIG_LVGL_ROLLER=y +# CONFIG_LVGL_TA is not set +# CONFIG_LVGL_CANVAS is not set +# CONFIG_LVGL_WIN is not set +# CONFIG_LVGL_TABVIEW is not set +# CONFIG_LVGL_TILEVIEW is not set +# CONFIG_LVGL_MBOX is not set +# CONFIG_LVGL_LMETER is not set +# CONFIG_LVGL_GAUGE is not set +CONFIG_LVGL_SW=y +CONFIG_LVGL_ARC=y +# CONFIG_LVGL_PRELOAD is not set +# CONFIG_LVGL_CALENDAR is not set +# CONFIG_LVGL_SPINBOX is not set +# CONFIG_LVGL_FONT_CHINESE_11 is not set +CONFIG_QRCODE=y +CONFIG_CAMERA=y +CONFIG_CAMERA_DECODE=y +CONFIG_CAMERA_SAVEPHOTOS=y +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +CONFIG_JPEG=y +CONFIG_SPI_SDCARD=y +# CONFIG_BT is not set +CONFIG_VIOCE_CALL=y +CONFIG_TTS=y +# CONFIG_POC is not set diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera/decode.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera/decode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera/savephotos.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera/savephotos.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/jpeg.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/jpeg.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/arc.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/arc.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/btn.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/btn.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/cont.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/cont.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/img.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/img.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/label.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/label.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/roller.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/roller.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/slider.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/slider.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/sw.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/sw.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/mbedtls.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/qrcode.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/qrcode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/quecthing.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/spi/sdcard.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/spi/sdcard.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/tts.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/tts.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LC/config/include/config/vioce/call.h b/system/platform/ASR/boards/EC600NCN_LC/config/include/config/vioce/call.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/autoconf.h b/system/platform/ASR/boards/EC600NCN_LD/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..9b1660f00fc2380bec9cad7258aa921146f0e81e --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LD/config/autoconf.h @@ -0,0 +1,25 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_LVGL_CONT 1 +#define CONFIG_SPI_SDCARD 1 +#define CONFIG_LVGL_SLIDER 1 +#define CONFIG_VIOCE_CALL 1 +#define CONFIG_QRCODE 1 +#define CONFIG_LVGL_LABEL 1 +#define CONFIG_LVGL 1 +#define CONFIG_CAMERA_DECODE 1 +#define CONFIG_LVGL_ARC 1 +#define CONFIG_CAMERA 1 +#define CONFIG_LVGL_IMG 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_LVGL_SW 1 +#define CONFIG_TTS 1 +#define CONFIG_JPEG 1 +#define CONFIG_QUECTHING 1 +#define CONFIG_LVGL_ROLLER 1 +#define CONFIG_CAMERA_SAVEPHOTOS 1 +#define CONFIG_LVGL_BTN 1 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/config.in b/system/platform/ASR/boards/EC600NCN_LD/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..fefd462223cc617a972e5f2ca710df7be0de869b --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LD/config/config.in @@ -0,0 +1,12 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600NCN_LD" +source "../services/microPython/config/config.in" +source "../components/poc/poc_option.in" +endmenu + diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/config.mk b/system/platform/ASR/boards/EC600NCN_LD/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..3103e59ee1a06bc272783cb48e3623e671a7931a --- /dev/null +++ b/system/platform/ASR/boards/EC600NCN_LD/config/config.mk @@ -0,0 +1,64 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600NCN_LD +# +CONFIG_LVGL=y + +# +# lvgl option +# +CONFIG_LVGL_CONT=y +CONFIG_LVGL_BTN=y +# CONFIG_LVGL_IMGBTN is not set +CONFIG_LVGL_LABEL=y +CONFIG_LVGL_IMG=y +# CONFIG_LVGL_LINE is not set +# CONFIG_LVGL_PAGE is not set +# CONFIG_LVGL_LIST is not set +# CONFIG_LVGL_CHART is not set +# CONFIG_LVGL_TABLE is not set +# CONFIG_LVGL_CB is not set +# CONFIG_LVGL_CPICKER is not set +# CONFIG_LVGL_BAR is not set +CONFIG_LVGL_SLIDER=y +# CONFIG_LVGL_LED is not set +# CONFIG_LVGL_BTNM is not set +# CONFIG_LVGL_KB is not set +# CONFIG_LVGL_DDLIST is not set +CONFIG_LVGL_ROLLER=y +# CONFIG_LVGL_TA is not set +# CONFIG_LVGL_CANVAS is not set +# CONFIG_LVGL_WIN is not set +# CONFIG_LVGL_TABVIEW is not set +# CONFIG_LVGL_TILEVIEW is not set +# CONFIG_LVGL_MBOX is not set +# CONFIG_LVGL_LMETER is not set +# CONFIG_LVGL_GAUGE is not set +CONFIG_LVGL_SW=y +CONFIG_LVGL_ARC=y +# CONFIG_LVGL_PRELOAD is not set +# CONFIG_LVGL_CALENDAR is not set +# CONFIG_LVGL_SPINBOX is not set +# CONFIG_LVGL_FONT_CHINESE_11 is not set +CONFIG_QRCODE=y +CONFIG_CAMERA=y +CONFIG_CAMERA_DECODE=y +CONFIG_CAMERA_SAVEPHOTOS=y +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +CONFIG_JPEG=y +CONFIG_SPI_SDCARD=y +# CONFIG_BT is not set +CONFIG_VIOCE_CALL=y +CONFIG_TTS=y +# CONFIG_POC is not set diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera/decode.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera/decode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera/savephotos.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera/savephotos.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/jpeg.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/jpeg.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/arc.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/arc.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/btn.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/btn.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/cont.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/cont.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/img.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/img.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/label.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/label.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/roller.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/roller.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/slider.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/slider.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/sw.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/sw.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/mbedtls.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/qrcode.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/qrcode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/quecthing.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/spi/sdcard.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/spi/sdcard.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/tts.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/tts.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600NCN_LD/config/include/config/vioce/call.h b/system/platform/ASR/boards/EC600NCN_LD/config/include/config/vioce/call.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/autoconf.h b/system/platform/ASR/boards/EC600SCN_LA/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..9b1660f00fc2380bec9cad7258aa921146f0e81e --- /dev/null +++ b/system/platform/ASR/boards/EC600SCN_LA/config/autoconf.h @@ -0,0 +1,25 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_LVGL_CONT 1 +#define CONFIG_SPI_SDCARD 1 +#define CONFIG_LVGL_SLIDER 1 +#define CONFIG_VIOCE_CALL 1 +#define CONFIG_QRCODE 1 +#define CONFIG_LVGL_LABEL 1 +#define CONFIG_LVGL 1 +#define CONFIG_CAMERA_DECODE 1 +#define CONFIG_LVGL_ARC 1 +#define CONFIG_CAMERA 1 +#define CONFIG_LVGL_IMG 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_LVGL_SW 1 +#define CONFIG_TTS 1 +#define CONFIG_JPEG 1 +#define CONFIG_QUECTHING 1 +#define CONFIG_LVGL_ROLLER 1 +#define CONFIG_CAMERA_SAVEPHOTOS 1 +#define CONFIG_LVGL_BTN 1 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/config.in b/system/platform/ASR/boards/EC600SCN_LA/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..d1e7fb20336a2b65fcab981515a38343a0cfe485 --- /dev/null +++ b/system/platform/ASR/boards/EC600SCN_LA/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600SCN_LA" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/config.mk b/system/platform/ASR/boards/EC600SCN_LA/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..85bbdf73e204224b8bf2314e8e81c47c332967f5 --- /dev/null +++ b/system/platform/ASR/boards/EC600SCN_LA/config/config.mk @@ -0,0 +1,63 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600SCN_LA +# +CONFIG_LVGL=y + +# +# lvgl option +# +CONFIG_LVGL_CONT=y +CONFIG_LVGL_BTN=y +# CONFIG_LVGL_IMGBTN is not set +CONFIG_LVGL_LABEL=y +CONFIG_LVGL_IMG=y +# CONFIG_LVGL_LINE is not set +# CONFIG_LVGL_PAGE is not set +# CONFIG_LVGL_LIST is not set +# CONFIG_LVGL_CHART is not set +# CONFIG_LVGL_TABLE is not set +# CONFIG_LVGL_CB is not set +# CONFIG_LVGL_CPICKER is not set +# CONFIG_LVGL_BAR is not set +CONFIG_LVGL_SLIDER=y +# CONFIG_LVGL_LED is not set +# CONFIG_LVGL_BTNM is not set +# CONFIG_LVGL_KB is not set +# CONFIG_LVGL_DDLIST is not set +CONFIG_LVGL_ROLLER=y +# CONFIG_LVGL_TA is not set +# CONFIG_LVGL_CANVAS is not set +# CONFIG_LVGL_WIN is not set +# CONFIG_LVGL_TABVIEW is not set +# CONFIG_LVGL_TILEVIEW is not set +# CONFIG_LVGL_MBOX is not set +# CONFIG_LVGL_LMETER is not set +# CONFIG_LVGL_GAUGE is not set +CONFIG_LVGL_SW=y +CONFIG_LVGL_ARC=y +# CONFIG_LVGL_PRELOAD is not set +# CONFIG_LVGL_CALENDAR is not set +# CONFIG_LVGL_SPINBOX is not set +# CONFIG_LVGL_FONT_CHINESE_11 is not set +CONFIG_QRCODE=y +CONFIG_CAMERA=y +CONFIG_CAMERA_DECODE=y +CONFIG_CAMERA_SAVEPHOTOS=y +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +CONFIG_JPEG=y +CONFIG_SPI_SDCARD=y +# CONFIG_BT is not set +CONFIG_VIOCE_CALL=y +CONFIG_TTS=y diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera/decode.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera/decode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera/savephotos.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera/savephotos.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/jpeg.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/jpeg.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/arc.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/arc.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/btn.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/btn.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/cont.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/cont.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/img.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/img.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/label.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/label.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/roller.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/roller.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/slider.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/slider.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/sw.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/sw.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/mbedtls.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/qrcode.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/qrcode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/quecthing.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/spi/sdcard.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/spi/sdcard.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LA/config/include/config/tts.h b/system/platform/ASR/boards/EC600SCN_LA/config/include/config/tts.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/autoconf.h b/system/platform/ASR/boards/EC600SCN_LB/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..86254c8d5c5bd579290597c724b91ea9a16c1a57 --- /dev/null +++ b/system/platform/ASR/boards/EC600SCN_LB/config/autoconf.h @@ -0,0 +1,24 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_LVGL_CONT 1 +#define CONFIG_SPI_SDCARD 1 +#define CONFIG_LVGL_SLIDER 1 +#define CONFIG_QRCODE 1 +#define CONFIG_LVGL_LABEL 1 +#define CONFIG_LVGL 1 +#define CONFIG_CAMERA_DECODE 1 +#define CONFIG_LVGL_ARC 1 +#define CONFIG_CAMERA 1 +#define CONFIG_LVGL_IMG 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_LVGL_SW 1 +#define CONFIG_TTS 1 +#define CONFIG_JPEG 1 +#define CONFIG_QUECTHING 1 +#define CONFIG_LVGL_ROLLER 1 +#define CONFIG_CAMERA_SAVEPHOTOS 1 +#define CONFIG_LVGL_BTN 1 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/config.in b/system/platform/ASR/boards/EC600SCN_LB/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..9117ca99426c438d2ff062ae87c8f6ef6148be6a --- /dev/null +++ b/system/platform/ASR/boards/EC600SCN_LB/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600SCN_LB" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/config.mk b/system/platform/ASR/boards/EC600SCN_LB/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..d2536fe6054431467b0e6f123663cdbd8f0a6a11 --- /dev/null +++ b/system/platform/ASR/boards/EC600SCN_LB/config/config.mk @@ -0,0 +1,63 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600SCN_LB +# +CONFIG_LVGL=y + +# +# lvgl option +# +CONFIG_LVGL_CONT=y +CONFIG_LVGL_BTN=y +# CONFIG_LVGL_IMGBTN is not set +CONFIG_LVGL_LABEL=y +CONFIG_LVGL_IMG=y +# CONFIG_LVGL_LINE is not set +# CONFIG_LVGL_PAGE is not set +# CONFIG_LVGL_LIST is not set +# CONFIG_LVGL_CHART is not set +# CONFIG_LVGL_TABLE is not set +# CONFIG_LVGL_CB is not set +# CONFIG_LVGL_CPICKER is not set +# CONFIG_LVGL_BAR is not set +CONFIG_LVGL_SLIDER=y +# CONFIG_LVGL_LED is not set +# CONFIG_LVGL_BTNM is not set +# CONFIG_LVGL_KB is not set +# CONFIG_LVGL_DDLIST is not set +CONFIG_LVGL_ROLLER=y +# CONFIG_LVGL_TA is not set +# CONFIG_LVGL_CANVAS is not set +# CONFIG_LVGL_WIN is not set +# CONFIG_LVGL_TABVIEW is not set +# CONFIG_LVGL_TILEVIEW is not set +# CONFIG_LVGL_MBOX is not set +# CONFIG_LVGL_LMETER is not set +# CONFIG_LVGL_GAUGE is not set +CONFIG_LVGL_SW=y +CONFIG_LVGL_ARC=y +# CONFIG_LVGL_PRELOAD is not set +# CONFIG_LVGL_CALENDAR is not set +# CONFIG_LVGL_SPINBOX is not set +# CONFIG_LVGL_FONT_CHINESE_11 is not set +CONFIG_QRCODE=y +CONFIG_CAMERA=y +CONFIG_CAMERA_DECODE=y +CONFIG_CAMERA_SAVEPHOTOS=y +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +CONFIG_JPEG=y +CONFIG_SPI_SDCARD=y +# CONFIG_BT is not set +# CONFIG_VIOCE_CALL is not set +CONFIG_TTS=y diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera/decode.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera/decode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera/savephotos.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera/savephotos.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/jpeg.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/jpeg.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/arc.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/arc.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/btn.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/btn.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/cont.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/cont.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/img.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/img.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/label.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/label.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/roller.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/roller.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/slider.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/slider.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/sw.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/sw.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/mbedtls.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/qrcode.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/qrcode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/quecthing.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/spi/sdcard.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/spi/sdcard.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC600SCN_LB/config/include/config/tts.h b/system/platform/ASR/boards/EC600SCN_LB/config/include/config/tts.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/autoconf.h b/system/platform/ASR/boards/EC800NCN_LA/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..86254c8d5c5bd579290597c724b91ea9a16c1a57 --- /dev/null +++ b/system/platform/ASR/boards/EC800NCN_LA/config/autoconf.h @@ -0,0 +1,24 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_LVGL_CONT 1 +#define CONFIG_SPI_SDCARD 1 +#define CONFIG_LVGL_SLIDER 1 +#define CONFIG_QRCODE 1 +#define CONFIG_LVGL_LABEL 1 +#define CONFIG_LVGL 1 +#define CONFIG_CAMERA_DECODE 1 +#define CONFIG_LVGL_ARC 1 +#define CONFIG_CAMERA 1 +#define CONFIG_LVGL_IMG 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_LVGL_SW 1 +#define CONFIG_TTS 1 +#define CONFIG_JPEG 1 +#define CONFIG_QUECTHING 1 +#define CONFIG_LVGL_ROLLER 1 +#define CONFIG_CAMERA_SAVEPHOTOS 1 +#define CONFIG_LVGL_BTN 1 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/config.in b/system/platform/ASR/boards/EC800NCN_LA/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..f2291739834fec8c4439774814044a268ed06d6a --- /dev/null +++ b/system/platform/ASR/boards/EC800NCN_LA/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC800NCN_LA" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/config.mk b/system/platform/ASR/boards/EC800NCN_LA/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..29232a477b994bbb17a3c34f129ae7d2cc4df963 --- /dev/null +++ b/system/platform/ASR/boards/EC800NCN_LA/config/config.mk @@ -0,0 +1,63 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC800NCN_LA +# +CONFIG_LVGL=y + +# +# lvgl option +# +CONFIG_LVGL_CONT=y +CONFIG_LVGL_BTN=y +# CONFIG_LVGL_IMGBTN is not set +CONFIG_LVGL_LABEL=y +CONFIG_LVGL_IMG=y +# CONFIG_LVGL_LINE is not set +# CONFIG_LVGL_PAGE is not set +# CONFIG_LVGL_LIST is not set +# CONFIG_LVGL_CHART is not set +# CONFIG_LVGL_TABLE is not set +# CONFIG_LVGL_CB is not set +# CONFIG_LVGL_CPICKER is not set +# CONFIG_LVGL_BAR is not set +CONFIG_LVGL_SLIDER=y +# CONFIG_LVGL_LED is not set +# CONFIG_LVGL_BTNM is not set +# CONFIG_LVGL_KB is not set +# CONFIG_LVGL_DDLIST is not set +CONFIG_LVGL_ROLLER=y +# CONFIG_LVGL_TA is not set +# CONFIG_LVGL_CANVAS is not set +# CONFIG_LVGL_WIN is not set +# CONFIG_LVGL_TABVIEW is not set +# CONFIG_LVGL_TILEVIEW is not set +# CONFIG_LVGL_MBOX is not set +# CONFIG_LVGL_LMETER is not set +# CONFIG_LVGL_GAUGE is not set +CONFIG_LVGL_SW=y +CONFIG_LVGL_ARC=y +# CONFIG_LVGL_PRELOAD is not set +# CONFIG_LVGL_CALENDAR is not set +# CONFIG_LVGL_SPINBOX is not set +# CONFIG_LVGL_FONT_CHINESE_11 is not set +CONFIG_QRCODE=y +CONFIG_CAMERA=y +CONFIG_CAMERA_DECODE=y +CONFIG_CAMERA_SAVEPHOTOS=y +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +CONFIG_JPEG=y +CONFIG_SPI_SDCARD=y +# CONFIG_BT is not set +# CONFIG_VIOCE_CALL is not set +CONFIG_TTS=y diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera/decode.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera/decode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera/savephotos.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera/savephotos.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/jpeg.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/jpeg.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/arc.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/arc.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/btn.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/btn.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/cont.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/cont.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/img.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/img.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/label.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/label.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/roller.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/roller.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/slider.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/slider.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/sw.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/sw.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/mbedtls.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/qrcode.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/qrcode.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/quecthing.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/spi/sdcard.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/spi/sdcard.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/ASR/boards/EC800NCN_LA/config/include/config/tts.h b/system/platform/ASR/boards/EC800NCN_LA/config/include/config/tts.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Qualcomm/boards/BG95M3/config/autoconf.h b/system/platform/Qualcomm/boards/BG95M3/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..81a9b5086cd3ba7cea3a339ed5c8e13c0b86a660 --- /dev/null +++ b/system/platform/Qualcomm/boards/BG95M3/config/autoconf.h @@ -0,0 +1,8 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Qualcomm/boards/BG95M3/config/config.in b/system/platform/Qualcomm/boards/BG95M3/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..4d9c555be1ae3dd1d50628d4ec8aee5d27817e6e --- /dev/null +++ b/system/platform/Qualcomm/boards/BG95M3/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "BG95M3" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Qualcomm/boards/BG95M3/config/config.mk b/system/platform/Qualcomm/boards/BG95M3/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..74e84a3decf5176588bee0693d5118cc6549c9a5 --- /dev/null +++ b/system/platform/Qualcomm/boards/BG95M3/config/config.mk @@ -0,0 +1,22 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600NCN_LA +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set diff --git a/system/platform/Qualcomm/boards/BG95M3/config/include/config/mbedtls.h b/system/platform/Qualcomm/boards/BG95M3/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Qualcomm/boards/BG95M3/config/include/config/quecthing.h b/system/platform/Qualcomm/boards/BG95M3/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/RDA/boards/BC25PA/config/autoconf.h b/system/platform/RDA/boards/BC25PA/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..5bbb362d06a97013fa73ab32b6d002b3bb5af37c --- /dev/null +++ b/system/platform/RDA/boards/BC25PA/config/autoconf.h @@ -0,0 +1,6 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ diff --git a/system/platform/RDA/boards/BC25PA/config/config.in b/system/platform/RDA/boards/BC25PA/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..04564fa08885c0b1dd0fec5dd191d0a4f4129386 --- /dev/null +++ b/system/platform/RDA/boards/BC25PA/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "BC25PA" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/RDA/boards/BC25PA/config/config.mk b/system/platform/RDA/boards/BC25PA/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..866bdf766683000f6589b37a02ffd9758970f202 --- /dev/null +++ b/system/platform/RDA/boards/BC25PA/config/config.mk @@ -0,0 +1,23 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +# CONFIG_MBEDTLS is not set + +# +# BC25PA +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +# CONFIG_QUECTHING is not set +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +# CONFIG_BT is not set diff --git a/system/platform/RDA/boards/BC25PA/config/include/config/mbedtls.h b/system/platform/RDA/boards/BC25PA/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/RDA/boards/BC25PA/config/include/config/quecthing.h b/system/platform/RDA/boards/BC25PA/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UCN_AA/config/autoconf.h b/system/platform/Unisoc/boards/EC200UCN_AA/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..069e022ad80b5ba14280babd979d7de1c838ea74 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UCN_AA/config/autoconf.h @@ -0,0 +1,9 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_BT 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC200UCN_AA/config/config.in b/system/platform/Unisoc/boards/EC200UCN_AA/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..3b20acc7fe11971b9a283f745eb9be3978fefbd7 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UCN_AA/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC200UCN_AA" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC200UCN_AA/config/config.mk b/system/platform/Unisoc/boards/EC200UCN_AA/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..8fca9991a678ab6620a0998799935b49205dd2c5 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UCN_AA/config/config.mk @@ -0,0 +1,23 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC200UCN_AA +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +CONFIG_BT=y diff --git a/system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/bt.h b/system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/bt.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UCN_LB/config/autoconf.h b/system/platform/Unisoc/boards/EC200UCN_LB/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..81a9b5086cd3ba7cea3a339ed5c8e13c0b86a660 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UCN_LB/config/autoconf.h @@ -0,0 +1,8 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC200UCN_LB/config/config.in b/system/platform/Unisoc/boards/EC200UCN_LB/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..4773ca91fcaeb187230ae52df91cd52248d778b7 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UCN_LB/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC200UCN_LB" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC200UCN_LB/config/config.mk b/system/platform/Unisoc/boards/EC200UCN_LB/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..7d83fb84936eb571d2746056f075d897973fb693 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UCN_LB/config/config.mk @@ -0,0 +1,22 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC200UCN_LB +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set diff --git a/system/platform/Unisoc/boards/EC200UCN_LB/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC200UCN_LB/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UCN_LB/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC200UCN_LB/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UEU_AB/config/autoconf.h b/system/platform/Unisoc/boards/EC200UEU_AB/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..81a9b5086cd3ba7cea3a339ed5c8e13c0b86a660 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UEU_AB/config/autoconf.h @@ -0,0 +1,8 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC200UEU_AB/config/config.in b/system/platform/Unisoc/boards/EC200UEU_AB/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..e4a0fb04c0002b28295dac7f237d2f4e0f734107 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UEU_AB/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC200UEU_AB" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC200UEU_AB/config/config.mk b/system/platform/Unisoc/boards/EC200UEU_AB/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..a5f9dfb317081753b6af5d4513b92c99317bf295 --- /dev/null +++ b/system/platform/Unisoc/boards/EC200UEU_AB/config/config.mk @@ -0,0 +1,22 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC200UEU_AB +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set diff --git a/system/platform/Unisoc/boards/EC200UEU_AB/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC200UEU_AB/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC200UEU_AB/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC200UEU_AB/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB/config/autoconf.h b/system/platform/Unisoc/boards/EC600UCN_LB/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..069e022ad80b5ba14280babd979d7de1c838ea74 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LB/config/autoconf.h @@ -0,0 +1,9 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_BT 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB/config/config.in b/system/platform/Unisoc/boards/EC600UCN_LB/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..cee5a8a4f0e332f06d05aa7d44680de584f77a32 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LB/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600UCN_LB" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC600UCN_LB/config/config.mk b/system/platform/Unisoc/boards/EC600UCN_LB/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..ff8c71017ef47c6bacc30e2ee66b795689f98b13 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LB/config/config.mk @@ -0,0 +1,23 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600UCN_LB +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +CONFIG_BT=y diff --git a/system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/bt.h b/system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/bt.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/autoconf.h b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..8d09f6e12f20bac00a2bbaa0c498b9756aed1fb5 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/autoconf.h @@ -0,0 +1,9 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_VIOCE_CALL 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.in b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..cece0def0ff1c0afd0b79de9e01f3d03d1e52f57 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600UCN_LB_VOLTE" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.mk b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..2725969e1a0fe1b9f1bfe5e49ed0488d943a637d --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.mk @@ -0,0 +1,23 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600UCN_LB_VOLTE +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +# CONFIG_BT is not set +CONFIG_VIOCE_CALL=y diff --git a/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LC/config/autoconf.h b/system/platform/Unisoc/boards/EC600UCN_LC/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..069e022ad80b5ba14280babd979d7de1c838ea74 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LC/config/autoconf.h @@ -0,0 +1,9 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_BT 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC600UCN_LC/config/config.in b/system/platform/Unisoc/boards/EC600UCN_LC/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..5382b11e1531b7c45e509186e59ee1a2d4433db6 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LC/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600UCN_LC" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC600UCN_LC/config/config.mk b/system/platform/Unisoc/boards/EC600UCN_LC/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..108759b53af1ce3e4cdc97b3a9ca894c98b3adfe --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UCN_LC/config/config.mk @@ -0,0 +1,23 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600UCN_LC +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_POC is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +CONFIG_BT=y diff --git a/system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/bt.h b/system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/bt.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB/config/autoconf.h b/system/platform/Unisoc/boards/EC600UEU_AB/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..444696d72b4a19c40cdeaa592eecfe01c891abcd --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UEU_AB/config/autoconf.h @@ -0,0 +1,10 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_VIOCE_CALL 1 +#define CONFIG_BT 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB/config/config.in b/system/platform/Unisoc/boards/EC600UEU_AB/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..8311d4368357a83a376a4406b60c0cecf520da5c --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UEU_AB/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600UEU_AB" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC600UEU_AB/config/config.mk b/system/platform/Unisoc/boards/EC600UEU_AB/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..aae93f2dc19dfd6f4d5a06da26e568149329dab0 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UEU_AB/config/config.mk @@ -0,0 +1,24 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600UEU_AB +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +CONFIG_BT=y +CONFIG_VIOCE_CALL=y +# CONFIG_TTS is not set diff --git a/system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/bt.h b/system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/bt.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/autoconf.h b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/autoconf.h new file mode 100644 index 0000000000000000000000000000000000000000..8d09f6e12f20bac00a2bbaa0c498b9756aed1fb5 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/autoconf.h @@ -0,0 +1,9 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Helios SDK Configuration + * + */ +#define CONFIG_VIOCE_CALL 1 +#define CONFIG_MBEDTLS 1 +#define CONFIG_QUECTHING 1 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.in b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.in new file mode 100644 index 0000000000000000000000000000000000000000..d94b38a4292c32030a41923f94597ed385847f27 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.in @@ -0,0 +1,11 @@ + +mainmenu "Helios SDK Configuration" + +menu "System Configuration" +source "../system/config.in" +endmenu + +menu "EC600UEU_AB_VOLTE" +source "../services/microPython/config/config.in" +endmenu + diff --git a/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.mk b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.mk new file mode 100644 index 0000000000000000000000000000000000000000..6bf128cb2dd03eab6831e364f7f8543f87b55bf6 --- /dev/null +++ b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.mk @@ -0,0 +1,23 @@ +# +# Automatically generated file; DO NOT EDIT. +# Helios SDK Configuration +# + +# +# System Configuration +# +CONFIG_MBEDTLS=y + +# +# EC600UEU_AB_VOLTE +# +# CONFIG_LVGL is not set +# CONFIG_QRCODE is not set +# CONFIG_CAMERA is not set +CONFIG_QUECTHING=y +# CONFIG_SPINAND is not set +# CONFIG_RTMP is not set +# CONFIG_JPEG is not set +# CONFIG_SPI_SDCARD is not set +# CONFIG_BT is not set +CONFIG_VIOCE_CALL=y diff --git a/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/include/config/mbedtls.h b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/include/config/mbedtls.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/include/config/quecthing.h b/system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/include/config/quecthing.h new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391