From 6a0e61daa6ab0223e792ca037f1beb5642c7bca5 Mon Sep 17 00:00:00 2001 From: "freddy.li" Date: Fri, 12 Nov 2021 20:24:56 +0800 Subject: [PATCH] update project config dir --- .gitignore | 6 -- .../ASR/boards/EC600NCN_LA/config/autoconf.h | 24 +++++++ .../ASR/boards/EC600NCN_LA/config/config.in | 11 ++++ .../ASR/boards/EC600NCN_LA/config/config.mk | 63 ++++++++++++++++++ .../config/include/config/camera.h | 0 .../config/include/config/camera/decode.h | 0 .../config/include/config/camera/savephotos.h | 0 .../EC600NCN_LA/config/include/config/jpeg.h | 0 .../EC600NCN_LA/config/include/config/lvgl.h | 0 .../config/include/config/lvgl/arc.h | 0 .../config/include/config/lvgl/btn.h | 0 .../config/include/config/lvgl/cont.h | 0 .../config/include/config/lvgl/img.h | 0 .../config/include/config/lvgl/label.h | 0 .../config/include/config/lvgl/roller.h | 0 .../config/include/config/lvgl/slider.h | 0 .../config/include/config/lvgl/sw.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/qrcode.h | 0 .../config/include/config/quecthing.h | 0 .../config/include/config/spi/sdcard.h | 0 .../EC600NCN_LA/config/include/config/tts.h | 0 .../ASR/boards/EC600NCN_LC/config/autoconf.h | 25 ++++++++ .../ASR/boards/EC600NCN_LC/config/config.in | 12 ++++ .../ASR/boards/EC600NCN_LC/config/config.mk | 64 +++++++++++++++++++ .../config/include/config/camera.h | 0 .../config/include/config/camera/decode.h | 0 .../config/include/config/camera/savephotos.h | 0 .../EC600NCN_LC/config/include/config/jpeg.h | 0 .../EC600NCN_LC/config/include/config/lvgl.h | 0 .../config/include/config/lvgl/arc.h | 0 .../config/include/config/lvgl/btn.h | 0 .../config/include/config/lvgl/cont.h | 0 .../config/include/config/lvgl/img.h | 0 .../config/include/config/lvgl/label.h | 0 .../config/include/config/lvgl/roller.h | 0 .../config/include/config/lvgl/slider.h | 0 .../config/include/config/lvgl/sw.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/qrcode.h | 0 .../config/include/config/quecthing.h | 0 .../config/include/config/spi/sdcard.h | 0 .../EC600NCN_LC/config/include/config/tts.h | 0 .../config/include/config/vioce/call.h | 0 .../ASR/boards/EC600NCN_LD/config/autoconf.h | 25 ++++++++ .../ASR/boards/EC600NCN_LD/config/config.in | 12 ++++ .../ASR/boards/EC600NCN_LD/config/config.mk | 64 +++++++++++++++++++ .../config/include/config/camera.h | 0 .../config/include/config/camera/decode.h | 0 .../config/include/config/camera/savephotos.h | 0 .../EC600NCN_LD/config/include/config/jpeg.h | 0 .../EC600NCN_LD/config/include/config/lvgl.h | 0 .../config/include/config/lvgl/arc.h | 0 .../config/include/config/lvgl/btn.h | 0 .../config/include/config/lvgl/cont.h | 0 .../config/include/config/lvgl/img.h | 0 .../config/include/config/lvgl/label.h | 0 .../config/include/config/lvgl/roller.h | 0 .../config/include/config/lvgl/slider.h | 0 .../config/include/config/lvgl/sw.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/qrcode.h | 0 .../config/include/config/quecthing.h | 0 .../config/include/config/spi/sdcard.h | 0 .../EC600NCN_LD/config/include/config/tts.h | 0 .../config/include/config/vioce/call.h | 0 .../ASR/boards/EC600SCN_LA/config/autoconf.h | 25 ++++++++ .../ASR/boards/EC600SCN_LA/config/config.in | 11 ++++ .../ASR/boards/EC600SCN_LA/config/config.mk | 63 ++++++++++++++++++ .../config/include/config/camera.h | 0 .../config/include/config/camera/decode.h | 0 .../config/include/config/camera/savephotos.h | 0 .../EC600SCN_LA/config/include/config/jpeg.h | 0 .../EC600SCN_LA/config/include/config/lvgl.h | 0 .../config/include/config/lvgl/arc.h | 0 .../config/include/config/lvgl/btn.h | 0 .../config/include/config/lvgl/cont.h | 0 .../config/include/config/lvgl/img.h | 0 .../config/include/config/lvgl/label.h | 0 .../config/include/config/lvgl/roller.h | 0 .../config/include/config/lvgl/slider.h | 0 .../config/include/config/lvgl/sw.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/qrcode.h | 0 .../config/include/config/quecthing.h | 0 .../config/include/config/spi/sdcard.h | 0 .../EC600SCN_LA/config/include/config/tts.h | 0 .../ASR/boards/EC600SCN_LB/config/autoconf.h | 24 +++++++ .../ASR/boards/EC600SCN_LB/config/config.in | 11 ++++ .../ASR/boards/EC600SCN_LB/config/config.mk | 63 ++++++++++++++++++ .../config/include/config/camera.h | 0 .../config/include/config/camera/decode.h | 0 .../config/include/config/camera/savephotos.h | 0 .../EC600SCN_LB/config/include/config/jpeg.h | 0 .../EC600SCN_LB/config/include/config/lvgl.h | 0 .../config/include/config/lvgl/arc.h | 0 .../config/include/config/lvgl/btn.h | 0 .../config/include/config/lvgl/cont.h | 0 .../config/include/config/lvgl/img.h | 0 .../config/include/config/lvgl/label.h | 0 .../config/include/config/lvgl/roller.h | 0 .../config/include/config/lvgl/slider.h | 0 .../config/include/config/lvgl/sw.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/qrcode.h | 0 .../config/include/config/quecthing.h | 0 .../config/include/config/spi/sdcard.h | 0 .../EC600SCN_LB/config/include/config/tts.h | 0 .../ASR/boards/EC800NCN_LA/config/autoconf.h | 24 +++++++ .../ASR/boards/EC800NCN_LA/config/config.in | 11 ++++ .../ASR/boards/EC800NCN_LA/config/config.mk | 63 ++++++++++++++++++ .../config/include/config/camera.h | 0 .../config/include/config/camera/decode.h | 0 .../config/include/config/camera/savephotos.h | 0 .../EC800NCN_LA/config/include/config/jpeg.h | 0 .../EC800NCN_LA/config/include/config/lvgl.h | 0 .../config/include/config/lvgl/arc.h | 0 .../config/include/config/lvgl/btn.h | 0 .../config/include/config/lvgl/cont.h | 0 .../config/include/config/lvgl/img.h | 0 .../config/include/config/lvgl/label.h | 0 .../config/include/config/lvgl/roller.h | 0 .../config/include/config/lvgl/slider.h | 0 .../config/include/config/lvgl/sw.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/qrcode.h | 0 .../config/include/config/quecthing.h | 0 .../config/include/config/spi/sdcard.h | 0 .../EC800NCN_LA/config/include/config/tts.h | 0 .../Qualcomm/boards/BG95M3/config/autoconf.h | 8 +++ .../Qualcomm/boards/BG95M3/config/config.in | 11 ++++ .../Qualcomm/boards/BG95M3/config/config.mk | 22 +++++++ .../BG95M3/config/include/config/mbedtls.h | 0 .../BG95M3/config/include/config/quecthing.h | 0 .../RDA/boards/BC25PA/config/autoconf.h | 6 ++ .../RDA/boards/BC25PA/config/config.in | 11 ++++ .../RDA/boards/BC25PA/config/config.mk | 23 +++++++ .../BC25PA/config/include/config/mbedtls.h | 0 .../BC25PA/config/include/config/quecthing.h | 0 .../boards/EC200UCN_AA/config/autoconf.h | 9 +++ .../boards/EC200UCN_AA/config/config.in | 11 ++++ .../boards/EC200UCN_AA/config/config.mk | 23 +++++++ .../EC200UCN_AA/config/include/config/bt.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../boards/EC200UCN_LB/config/autoconf.h | 8 +++ .../boards/EC200UCN_LB/config/config.in | 11 ++++ .../boards/EC200UCN_LB/config/config.mk | 22 +++++++ .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../boards/EC200UEU_AB/config/autoconf.h | 8 +++ .../boards/EC200UEU_AB/config/config.in | 11 ++++ .../boards/EC200UEU_AB/config/config.mk | 22 +++++++ .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../boards/EC600UCN_LB/config/autoconf.h | 9 +++ .../boards/EC600UCN_LB/config/config.in | 11 ++++ .../boards/EC600UCN_LB/config/config.mk | 23 +++++++ .../EC600UCN_LB/config/include/config/bt.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../EC600UCN_LB_VOLTE/config/autoconf.h | 9 +++ .../boards/EC600UCN_LB_VOLTE/config/config.in | 11 ++++ .../boards/EC600UCN_LB_VOLTE/config/config.mk | 23 +++++++ .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../boards/EC600UCN_LC/config/autoconf.h | 9 +++ .../boards/EC600UCN_LC/config/config.in | 11 ++++ .../boards/EC600UCN_LC/config/config.mk | 23 +++++++ .../EC600UCN_LC/config/include/config/bt.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../boards/EC600UEU_AB/config/autoconf.h | 10 +++ .../boards/EC600UEU_AB/config/config.in | 11 ++++ .../boards/EC600UEU_AB/config/config.mk | 24 +++++++ .../EC600UEU_AB/config/include/config/bt.h | 0 .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 .../EC600UEU_AB_VOLTE/config/autoconf.h | 9 +++ .../boards/EC600UEU_AB_VOLTE/config/config.in | 11 ++++ .../boards/EC600UEU_AB_VOLTE/config/config.mk | 23 +++++++ .../config/include/config/mbedtls.h | 0 .../config/include/config/quecthing.h | 0 183 files changed, 1018 insertions(+), 6 deletions(-) create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/autoconf.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/config.in create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/config.mk create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera/decode.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/camera/savephotos.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/jpeg.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/arc.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/btn.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/cont.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/img.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/label.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/roller.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/slider.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/lvgl/sw.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/mbedtls.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/qrcode.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/quecthing.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/spi/sdcard.h create mode 100644 system/platform/ASR/boards/EC600NCN_LA/config/include/config/tts.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/autoconf.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/config.in create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/config.mk create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera/decode.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/camera/savephotos.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/jpeg.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/arc.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/btn.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/cont.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/img.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/label.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/roller.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/slider.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/lvgl/sw.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/mbedtls.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/qrcode.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/quecthing.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/spi/sdcard.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/tts.h create mode 100644 system/platform/ASR/boards/EC600NCN_LC/config/include/config/vioce/call.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/autoconf.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/config.in create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/config.mk create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera/decode.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/camera/savephotos.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/jpeg.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/arc.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/btn.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/cont.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/img.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/label.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/roller.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/slider.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/lvgl/sw.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/mbedtls.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/qrcode.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/quecthing.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/spi/sdcard.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/tts.h create mode 100644 system/platform/ASR/boards/EC600NCN_LD/config/include/config/vioce/call.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/autoconf.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/config.in create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/config.mk create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera/decode.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/camera/savephotos.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/jpeg.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/arc.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/btn.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/cont.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/img.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/label.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/roller.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/slider.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/lvgl/sw.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/mbedtls.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/qrcode.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/quecthing.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/spi/sdcard.h create mode 100644 system/platform/ASR/boards/EC600SCN_LA/config/include/config/tts.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/autoconf.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/config.in create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/config.mk create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera/decode.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/camera/savephotos.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/jpeg.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/arc.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/btn.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/cont.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/img.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/label.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/roller.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/slider.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/lvgl/sw.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/mbedtls.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/qrcode.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/quecthing.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/spi/sdcard.h create mode 100644 system/platform/ASR/boards/EC600SCN_LB/config/include/config/tts.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/autoconf.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/config.in create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/config.mk create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera/decode.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/camera/savephotos.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/jpeg.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/arc.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/btn.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/cont.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/img.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/label.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/roller.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/slider.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/lvgl/sw.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/mbedtls.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/qrcode.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/quecthing.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/spi/sdcard.h create mode 100644 system/platform/ASR/boards/EC800NCN_LA/config/include/config/tts.h create mode 100644 system/platform/Qualcomm/boards/BG95M3/config/autoconf.h create mode 100644 system/platform/Qualcomm/boards/BG95M3/config/config.in create mode 100644 system/platform/Qualcomm/boards/BG95M3/config/config.mk create mode 100644 system/platform/Qualcomm/boards/BG95M3/config/include/config/mbedtls.h create mode 100644 system/platform/Qualcomm/boards/BG95M3/config/include/config/quecthing.h create mode 100644 system/platform/RDA/boards/BC25PA/config/autoconf.h create mode 100644 system/platform/RDA/boards/BC25PA/config/config.in create mode 100644 system/platform/RDA/boards/BC25PA/config/config.mk create mode 100644 system/platform/RDA/boards/BC25PA/config/include/config/mbedtls.h create mode 100644 system/platform/RDA/boards/BC25PA/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_AA/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_AA/config/config.in create mode 100644 system/platform/Unisoc/boards/EC200UCN_AA/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/bt.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_AA/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_LB/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_LB/config/config.in create mode 100644 system/platform/Unisoc/boards/EC200UCN_LB/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC200UCN_LB/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC200UCN_LB/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC200UEU_AB/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC200UEU_AB/config/config.in create mode 100644 system/platform/Unisoc/boards/EC200UEU_AB/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC200UEU_AB/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC200UEU_AB/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB/config/config.in create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/bt.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.in create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LB_VOLTE/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LC/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LC/config/config.in create mode 100644 system/platform/Unisoc/boards/EC600UCN_LC/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/bt.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC600UCN_LC/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB/config/config.in create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/bt.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB/config/include/config/quecthing.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/autoconf.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.in create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/config.mk create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/include/config/mbedtls.h create mode 100644 system/platform/Unisoc/boards/EC600UEU_AB_VOLTE/config/include/config/quecthing.h diff --git a/.gitignore b/.gitignore index 3496a26..427b91a 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 0000000..86254c8 --- /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 0000000..0aea769 --- /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 0000000..5b85fbe --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..9b1660f --- /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 0000000..2618b38 --- /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 0000000..9c52a67 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..9b1660f --- /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 0000000..fefd462 --- /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 0000000..3103e59 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..9b1660f --- /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 0000000..d1e7fb2 --- /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 0000000..85bbdf7 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..86254c8 --- /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 0000000..9117ca9 --- /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 0000000..d2536fe --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..86254c8 --- /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 0000000..f229173 --- /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 0000000..29232a4 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..81a9b50 --- /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 0000000..4d9c555 --- /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 0000000..74e84a3 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..5bbb362 --- /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 0000000..04564fa --- /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 0000000..866bdf7 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..069e022 --- /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 0000000..3b20acc --- /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 0000000..8fca999 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..81a9b50 --- /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 0000000..4773ca9 --- /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 0000000..7d83fb8 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..81a9b50 --- /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 0000000..e4a0fb0 --- /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 0000000..a5f9dfb --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..069e022 --- /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 0000000..cee5a8a --- /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 0000000..ff8c710 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..8d09f6e --- /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 0000000..cece0de --- /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 0000000..2725969 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..069e022 --- /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 0000000..5382b11 --- /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 0000000..108759b --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..444696d --- /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 0000000..8311d43 --- /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 0000000..aae93f2 --- /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 0000000..e69de29 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 0000000..e69de29 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 0000000..e69de29 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 0000000..8d09f6e --- /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 0000000..d94b38a --- /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 0000000..6bf128c --- /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 0000000..e69de29 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 0000000..e69de29 -- Gitee