parent
ae076936ae
commit
67ab8bf515
|
@ -1,655 +1,45 @@ |
|||||||
# Copyright 2023 jacqueline <me@jacqueline.id.au> |
|
||||||
# |
|
||||||
# SPDX-License-Identifier: CC0-1.0 |
|
||||||
|
|
||||||
CONFIG_IDF_CMAKE=y |
|
||||||
CONFIG_IDF_TARGET_ARCH_XTENSA=y |
|
||||||
CONFIG_IDF_TARGET="esp32" |
|
||||||
CONFIG_IDF_TARGET_ESP32=y |
|
||||||
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 |
|
||||||
|
|
||||||
CONFIG_SDK_TOOLPREFIX="xtensa-esp32-elf-" |
|
||||||
|
|
||||||
CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y |
|
||||||
CONFIG_APP_BUILD_GENERATE_BINARIES=y |
|
||||||
CONFIG_APP_BUILD_BOOTLOADER=y |
|
||||||
CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y |
|
||||||
|
|
||||||
CONFIG_APP_COMPILE_TIME_DATE=y |
|
||||||
CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 |
|
||||||
|
|
||||||
CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 |
|
||||||
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y |
|
||||||
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y |
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y |
||||||
CONFIG_BOOTLOADER_LOG_LEVEL=2 |
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y |
||||||
CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y |
CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE=y |
||||||
CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y |
CONFIG_PARTITION_TABLE_CUSTOM=y |
||||||
CONFIG_BOOTLOADER_WDT_ENABLE=y |
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y |
||||||
CONFIG_BOOTLOADER_WDT_TIME_MS=9000 |
CONFIG_COMPILER_STACK_CHECK_MODE_NORM=y |
||||||
CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 |
# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set |
||||||
CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y |
# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set |
||||||
|
# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set |
||||||
CONFIG_SECURE_BOOT_SUPPORTS_RSA=y |
# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set |
||||||
|
|
||||||
CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 |
|
||||||
CONFIG_ESPTOOLPY_FLASHMODE_DIO=y |
|
||||||
CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y |
|
||||||
CONFIG_ESPTOOLPY_FLASHMODE="dio" |
|
||||||
CONFIG_ESPTOOLPY_FLASHFREQ_40M=y |
|
||||||
CONFIG_ESPTOOLPY_FLASHFREQ="40m" |
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y |
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE="2MB" |
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y |
|
||||||
CONFIG_ESPTOOLPY_BEFORE_RESET=y |
|
||||||
CONFIG_ESPTOOLPY_BEFORE="default_reset" |
|
||||||
CONFIG_ESPTOOLPY_AFTER_RESET=y |
|
||||||
CONFIG_ESPTOOLPY_AFTER="hard_reset" |
|
||||||
CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y |
|
||||||
CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=115200 |
|
||||||
CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 |
|
||||||
|
|
||||||
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y |
|
||||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" |
|
||||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp_large.csv" |
|
||||||
CONFIG_PARTITION_TABLE_OFFSET=0x8000 |
|
||||||
CONFIG_PARTITION_TABLE_MD5=y |
|
||||||
|
|
||||||
CONFIG_ESP_LYRAT_V4_3_BOARD=y |
|
||||||
|
|
||||||
CONFIG_AFE_MIC_NUM=1 |
|
||||||
|
|
||||||
CONFIG_MEDIA_PROTOCOL_LIB_ENABLE=y |
|
||||||
CONFIG_REC_ENG_ENABLE_VAD_WWE_AMR=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ESP_DISPATCHER_DELEGATE_TASK_CORE=0 |
|
||||||
CONFIG_ESP_DISPATCHER_DELEGATE_TASK_PRIO=10 |
|
||||||
CONFIG_ESP_DISPATCHER_DELEGATE_STACK_SIZE=4096 |
|
||||||
|
|
||||||
CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y |
|
||||||
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y |
|
||||||
CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 |
|
||||||
CONFIG_COMPILER_HIDE_PATHS_MACROS=y |
|
||||||
CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_APPTRACE_DEST_NONE=y |
|
||||||
CONFIG_APPTRACE_LOCK_ENABLE=y |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_COAP_MBEDTLS_PSK=y |
|
||||||
CONFIG_COAP_LOG_DEFAULT_LEVEL=0 |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ADC_DISABLE_DAC=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_SPI_MASTER_ISR_IN_IRAM=y |
|
||||||
CONFIG_SPI_SLAVE_ISR_IN_IRAM=y |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_I2S_ISR_IRAM_SAFE=y |
CONFIG_I2S_ISR_IRAM_SAFE=y |
||||||
|
CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y |
||||||
CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y |
|
||||||
CONFIG_EFUSE_MAX_BLK_LEN=192 |
|
||||||
|
|
||||||
CONFIG_ESP_TLS_USING_MBEDTLS=y |
|
||||||
|
|
||||||
CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y |
|
||||||
CONFIG_ESP32_REV_MIN_3=y |
CONFIG_ESP32_REV_MIN_3=y |
||||||
CONFIG_ESP32_REV_MIN=3 |
|
||||||
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y |
|
||||||
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240 |
|
||||||
CONFIG_ESP32_SPIRAM_SUPPORT=y |
|
||||||
|
|
||||||
CONFIG_SPIRAM_TYPE_AUTO=y |
|
||||||
CONFIG_SPIRAM_SIZE=-1 |
|
||||||
CONFIG_SPIRAM_SPEED_40M=y |
|
||||||
CONFIG_SPIRAM=y |
CONFIG_SPIRAM=y |
||||||
CONFIG_SPIRAM_BOOT_INIT=y |
|
||||||
CONFIG_SPIRAM_USE_MALLOC=y |
|
||||||
CONFIG_SPIRAM_MEMTEST=y |
|
||||||
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=16384 |
|
||||||
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y |
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y |
||||||
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768 |
|
||||||
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y |
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y |
||||||
CONFIG_SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY=y |
CONFIG_SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY=y |
||||||
|
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y |
||||||
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y |
||||||
CONFIG_SPIRAM_BANKSWITCH_ENABLE=y |
CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y |
||||||
CONFIG_SPIRAM_BANKSWITCH_RESERVE=8 |
CONFIG_ESP_MAIN_TASK_STACK_SIZE=12000 |
||||||
|
CONFIG_ESP_INT_WDT_TIMEOUT_MS=1000 |
||||||
CONFIG_D0WD_PSRAM_CLK_IO=17 |
|
||||||
CONFIG_D0WD_PSRAM_CS_IO=16 |
|
||||||
|
|
||||||
CONFIG_D2WD_PSRAM_CLK_IO=9 |
|
||||||
CONFIG_D2WD_PSRAM_CS_IO=10 |
|
||||||
|
|
||||||
CONFIG_PICO_PSRAM_CS_IO=10 |
|
||||||
|
|
||||||
CONFIG_SPIRAM_SPIWP_SD3_PIN=7 |
|
||||||
|
|
||||||
CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 |
|
||||||
CONFIG_ESP32_ULP_COPROC_RESERVE_MEM=0 |
|
||||||
CONFIG_ESP32_DEBUG_OCDAWARE=y |
|
||||||
CONFIG_ESP32_BROWNOUT_DET=y |
|
||||||
CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y |
|
||||||
CONFIG_ESP32_BROWNOUT_DET_LVL=0 |
|
||||||
CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y |
|
||||||
CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS=y |
|
||||||
CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 |
|
||||||
CONFIG_ESP32_RTC_XTAL_CAL_RETRY=1 |
|
||||||
CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 |
|
||||||
CONFIG_ESP32_XTAL_FREQ_40=y |
|
||||||
CONFIG_ESP32_XTAL_FREQ=40 |
|
||||||
CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL=5 |
|
||||||
|
|
||||||
CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y |
|
||||||
CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y |
|
||||||
CONFIG_ADC_CAL_LUT_ENABLE=y |
|
||||||
|
|
||||||
CONFIG_ESP_ERR_TO_NAME_LOOKUP=y |
|
||||||
CONFIG_ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y |
|
||||||
|
|
||||||
CONFIG_ETH_ENABLED=y |
|
||||||
CONFIG_ETH_USE_ESP32_EMAC=y |
|
||||||
CONFIG_ETH_PHY_INTERFACE_RMII=y |
|
||||||
CONFIG_ETH_RMII_CLK_INPUT=y |
|
||||||
CONFIG_ETH_RMII_CLK_IN_GPIO=0 |
|
||||||
CONFIG_ETH_DMA_BUFFER_SIZE=512 |
|
||||||
CONFIG_ETH_DMA_RX_BUFFER_NUM=10 |
|
||||||
CONFIG_ETH_DMA_TX_BUFFER_NUM=10 |
|
||||||
CONFIG_ETH_USE_SPI_ETHERNET=y |
|
||||||
|
|
||||||
CONFIG_ESP_EVENT_POST_FROM_ISR=y |
|
||||||
CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y |
|
||||||
CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y |
|
||||||
|
|
||||||
CONFIG_HTTPD_MAX_REQ_HDR_LEN=512 |
|
||||||
CONFIG_HTTPD_MAX_URI_LEN=512 |
|
||||||
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y |
|
||||||
CONFIG_HTTPD_PURGE_BUF_LEN=32 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y |
|
||||||
CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y |
|
||||||
CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y |
|
||||||
CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y |
|
||||||
CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y |
|
||||||
CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 |
|
||||||
|
|
||||||
CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y |
|
||||||
CONFIG_ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND=y |
|
||||||
CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ESP_IPC_TASK_STACK_SIZE=1536 |
|
||||||
CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y |
|
||||||
CONFIG_ESP_IPC_ISR_ENABLE=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 |
|
||||||
|
|
||||||
CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 |
|
||||||
CONFIG_ESP_NETIF_TCPIP_LWIP=y |
|
||||||
CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER=y |
|
||||||
|
|
||||||
CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y |
|
||||||
CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 |
|
||||||
CONFIG_ESP_PHY_MAX_TX_POWER=20 |
|
||||||
CONFIG_ESP_PHY_REDUCE_TX_POWER=y |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y |
|
||||||
CONFIG_ESP_SYSTEM_RTC_EXT_XTAL=y |
|
||||||
CONFIG_ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES=5 |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 |
|
||||||
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 |
|
||||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 |
|
||||||
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y |
|
||||||
CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 |
|
||||||
CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 |
|
||||||
CONFIG_ESP_CONSOLE_UART_DEFAULT=y |
|
||||||
CONFIG_ESP_CONSOLE_UART=y |
|
||||||
CONFIG_ESP_CONSOLE_MULTIPLE_UART=y |
|
||||||
CONFIG_ESP_CONSOLE_UART_NUM=0 |
|
||||||
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 |
|
||||||
CONFIG_ESP_INT_WDT=y |
|
||||||
CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 |
|
||||||
CONFIG_ESP_INT_WDT_CHECK_CPU1=y |
|
||||||
CONFIG_ESP_TASK_WDT=y |
|
||||||
CONFIG_ESP_TASK_WDT_TIMEOUT_S=10 |
CONFIG_ESP_TASK_WDT_TIMEOUT_S=10 |
||||||
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y |
CONFIG_ESP_IPC_TASK_STACK_SIZE=1536 |
||||||
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y |
|
||||||
CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y |
|
||||||
|
|
||||||
CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y |
|
||||||
CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y |
|
||||||
CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 |
|
||||||
CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 |
|
||||||
CONFIG_ESP_TIMER_IMPL_TG0_LAC=y |
|
||||||
|
|
||||||
CONFIG_ESP32_WIFI_ENABLED=y |
|
||||||
CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 |
CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 |
||||||
CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 |
|
||||||
CONFIG_ESP32_WIFI_STATIC_TX_BUFFER=y |
|
||||||
CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=0 |
|
||||||
CONFIG_ESP32_WIFI_STATIC_TX_BUFFER_NUM=16 |
|
||||||
CONFIG_ESP32_WIFI_CACHE_TX_BUFFER_NUM=32 |
|
||||||
CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y |
|
||||||
CONFIG_ESP32_WIFI_TX_BA_WIN=6 |
|
||||||
CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y |
|
||||||
CONFIG_ESP32_WIFI_RX_BA_WIN=6 |
CONFIG_ESP32_WIFI_RX_BA_WIN=6 |
||||||
CONFIG_ESP32_WIFI_NVS_ENABLED=y |
|
||||||
CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y |
|
||||||
CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 |
|
||||||
CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 |
|
||||||
CONFIG_ESP32_WIFI_IRAM_OPT=y |
|
||||||
CONFIG_ESP32_WIFI_RX_IRAM_OPT=y |
|
||||||
CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y |
|
||||||
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y |
|
||||||
|
|
||||||
CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y |
|
||||||
|
|
||||||
CONFIG_FATFS_CODEPAGE_437=y |
|
||||||
CONFIG_FATFS_CODEPAGE=437 |
|
||||||
CONFIG_FATFS_LFN_HEAP=y |
CONFIG_FATFS_LFN_HEAP=y |
||||||
CONFIG_FATFS_MAX_LFN=255 |
|
||||||
CONFIG_FATFS_API_ENCODING_UTF_8=y |
CONFIG_FATFS_API_ENCODING_UTF_8=y |
||||||
CONFIG_FATFS_FS_LOCK=0 |
CONFIG_FATFS_USE_FASTSEEK=y |
||||||
CONFIG_FATFS_TIMEOUT_MS=10000 |
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y |
||||||
CONFIG_FATFS_PER_FILE_CACHE=y |
CONFIG_HEAP_POISONING_COMPREHENSIVE=y |
||||||
CONFIG_FATFS_ALLOC_PREFER_EXTRAM=y |
CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS=y |
||||||
|
CONFIG_LV_COLOR_16_SWAP=y |
||||||
CONFIG_FMB_COMM_MODE_TCP_EN=y |
CONFIG_LV_COLOR_MIX_ROUND_OFS=0 |
||||||
CONFIG_FMB_TCP_PORT_DEFAULT=502 |
CONFIG_LV_MEM_CUSTOM=y |
||||||
CONFIG_FMB_TCP_PORT_MAX_CONN=5 |
CONFIG_LV_TICK_CUSTOM=y |
||||||
CONFIG_FMB_TCP_CONNECTION_TOUT_SEC=20 |
CONFIG_LV_TICK_CUSTOM_INCLUDE="ui_tick.hpp" |
||||||
CONFIG_FMB_COMM_MODE_RTU_EN=y |
CONFIG_LV_ATTRIBUTE_MEM_ALIGN_SIZE=16 |
||||||
CONFIG_FMB_COMM_MODE_ASCII_EN=y |
# CONFIG_LV_FONT_MONTSERRAT_14 is not set |
||||||
CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=150 |
|
||||||
CONFIG_FMB_MASTER_DELAY_MS_CONVERT=200 |
|
||||||
CONFIG_FMB_QUEUE_LENGTH=20 |
|
||||||
CONFIG_FMB_PORT_TASK_STACK_SIZE=4096 |
|
||||||
CONFIG_FMB_SERIAL_BUF_SIZE=256 |
|
||||||
CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB=8 |
|
||||||
CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS=1000 |
|
||||||
CONFIG_FMB_PORT_TASK_PRIO=10 |
|
||||||
CONFIG_FMB_PORT_TASK_AFFINITY_CPU0=y |
|
||||||
CONFIG_FMB_PORT_TASK_AFFINITY=0x0 |
|
||||||
CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT=y |
|
||||||
CONFIG_FMB_CONTROLLER_SLAVE_ID=0x00112233 |
|
||||||
CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT=20 |
|
||||||
CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE=20 |
|
||||||
CONFIG_FMB_CONTROLLER_STACK_SIZE=4096 |
|
||||||
CONFIG_FMB_EVENT_QUEUE_TIMEOUT=20 |
|
||||||
CONFIG_FMB_TIMER_GROUP=0 |
|
||||||
CONFIG_FMB_TIMER_INDEX=0 |
|
||||||
CONFIG_FMB_MASTER_TIMER_GROUP=0 |
|
||||||
CONFIG_FMB_MASTER_TIMER_INDEX=0 |
|
||||||
|
|
||||||
CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF |
|
||||||
CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y |
|
||||||
CONFIG_FREERTOS_CORETIMER_0=y |
|
||||||
CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y |
|
||||||
CONFIG_FREERTOS_HZ=100 |
|
||||||
CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y |
|
||||||
CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y |
|
||||||
CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y |
|
||||||
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 |
|
||||||
CONFIG_FREERTOS_ASSERT_FAIL_ABORT=y |
|
||||||
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 |
|
||||||
CONFIG_FREERTOS_ISR_STACKSIZE=1536 |
|
||||||
CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 |
|
||||||
CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y |
|
||||||
CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 |
|
||||||
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 |
|
||||||
CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 |
|
||||||
CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 |
|
||||||
CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y |
|
||||||
CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y |
|
||||||
CONFIG_FREERTOS_DEBUG_OCDAWARE=y |
|
||||||
CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y |
|
||||||
|
|
||||||
CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y |
|
||||||
CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 |
|
||||||
|
|
||||||
CONFIG_HEAP_POISONING_DISABLED=y |
|
||||||
CONFIG_HEAP_TRACING_OFF=y |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y |
|
||||||
CONFIG_LOG_DEFAULT_LEVEL=3 |
|
||||||
CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y |
|
||||||
CONFIG_LOG_MAXIMUM_LEVEL=3 |
|
||||||
CONFIG_LOG_COLORS=y |
|
||||||
CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y |
|
||||||
|
|
||||||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif" |
|
||||||
CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y |
|
||||||
CONFIG_LWIP_TIMERS_ONDEMAND=y |
|
||||||
CONFIG_LWIP_MAX_SOCKETS=10 |
|
||||||
CONFIG_LWIP_SO_REUSE=y |
|
||||||
CONFIG_LWIP_SO_REUSE_RXTOALL=y |
|
||||||
CONFIG_LWIP_IP4_FRAG=y |
|
||||||
CONFIG_LWIP_IP6_FRAG=y |
|
||||||
CONFIG_LWIP_ESP_GRATUITOUS_ARP=y |
|
||||||
CONFIG_LWIP_GARP_TMR_INTERVAL=60 |
|
||||||
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 |
|
||||||
CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y |
|
||||||
CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y |
|
||||||
CONFIG_LWIP_DHCP_OPTIONS_LEN=68 |
|
||||||
|
|
||||||
CONFIG_LWIP_DHCPS=y |
|
||||||
CONFIG_LWIP_DHCPS_LEASE_UNIT=60 |
|
||||||
CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 |
|
||||||
|
|
||||||
CONFIG_LWIP_IPV6=y |
|
||||||
CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 |
|
||||||
CONFIG_LWIP_NETIF_LOOPBACK=y |
|
||||||
CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 |
|
||||||
|
|
||||||
CONFIG_LWIP_MAX_ACTIVE_TCP=16 |
|
||||||
CONFIG_LWIP_MAX_LISTENING_TCP=16 |
|
||||||
CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y |
|
||||||
CONFIG_LWIP_TCP_MAXRTX=12 |
|
||||||
CONFIG_LWIP_TCP_SYNMAXRTX=12 |
|
||||||
CONFIG_LWIP_TCP_MSS=1440 |
|
||||||
CONFIG_LWIP_TCP_TMR_INTERVAL=250 |
|
||||||
CONFIG_LWIP_TCP_MSL=60000 |
|
||||||
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5744 |
|
||||||
CONFIG_LWIP_TCP_WND_DEFAULT=5744 |
|
||||||
CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 |
|
||||||
CONFIG_LWIP_TCP_QUEUE_OOSEQ=y |
|
||||||
CONFIG_LWIP_TCP_OVERSIZE_MSS=y |
|
||||||
CONFIG_LWIP_TCP_RTO_TIME=1500 |
|
||||||
|
|
||||||
CONFIG_LWIP_MAX_UDP_PCBS=16 |
|
||||||
CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 |
|
||||||
|
|
||||||
CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y |
|
||||||
|
|
||||||
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 |
|
||||||
CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y |
|
||||||
CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF |
|
||||||
CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 |
|
||||||
CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 |
|
||||||
|
|
||||||
CONFIG_LWIP_ICMP=y |
|
||||||
|
|
||||||
CONFIG_LWIP_MAX_RAW_PCBS=16 |
|
||||||
|
|
||||||
CONFIG_LWIP_SNTP_MAX_SERVERS=1 |
|
||||||
CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 |
|
||||||
|
|
||||||
CONFIG_LWIP_ESP_LWIP_ASSERT=y |
|
||||||
|
|
||||||
CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y |
|
||||||
CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y |
|
||||||
CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y |
|
||||||
CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y |
|
||||||
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y |
|
||||||
CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 |
|
||||||
CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y |
|
||||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y |
|
||||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_HARDWARE_AES=y |
|
||||||
CONFIG_MBEDTLS_HARDWARE_MPI=y |
|
||||||
CONFIG_MBEDTLS_HARDWARE_SHA=y |
|
||||||
CONFIG_MBEDTLS_ROM_MD5=y |
|
||||||
CONFIG_MBEDTLS_HAVE_TIME=y |
|
||||||
CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y |
|
||||||
CONFIG_MBEDTLS_SHA512_C=y |
|
||||||
CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y |
|
||||||
CONFIG_MBEDTLS_TLS_SERVER=y |
|
||||||
CONFIG_MBEDTLS_TLS_CLIENT=y |
|
||||||
CONFIG_MBEDTLS_TLS_ENABLED=y |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y |
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA=y |
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y |
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y |
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y |
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y |
|
||||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_SSL_RENEGOTIATION=y |
|
||||||
CONFIG_MBEDTLS_SSL_PROTO_TLS1=y |
|
||||||
CONFIG_MBEDTLS_SSL_PROTO_TLS1_1=y |
|
||||||
CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y |
|
||||||
CONFIG_MBEDTLS_SSL_ALPN=y |
|
||||||
CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y |
|
||||||
CONFIG_MBEDTLS_X509_CHECK_KEY_USAGE=y |
|
||||||
CONFIG_MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE=y |
|
||||||
CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_AES_C=y |
|
||||||
CONFIG_MBEDTLS_RC4_DISABLED=y |
|
||||||
CONFIG_MBEDTLS_CCM_C=y |
|
||||||
CONFIG_MBEDTLS_GCM_C=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_MBEDTLS_PEM_PARSE_C=y |
|
||||||
CONFIG_MBEDTLS_PEM_WRITE_C=y |
|
||||||
CONFIG_MBEDTLS_X509_CRL_PARSE_C=y |
|
||||||
CONFIG_MBEDTLS_X509_CSR_PARSE_C=y |
|
||||||
|
|
||||||
CONFIG_MBEDTLS_ECP_C=y |
|
||||||
CONFIG_MBEDTLS_ECDH_C=y |
|
||||||
CONFIG_MBEDTLS_ECDSA_C=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y |
|
||||||
CONFIG_MBEDTLS_ECP_NIST_OPTIM=y |
|
||||||
|
|
||||||
CONFIG_MDNS_MAX_SERVICES=10 |
|
||||||
CONFIG_MDNS_TASK_PRIORITY=1 |
|
||||||
CONFIG_MDNS_TASK_STACK_SIZE=4096 |
|
||||||
CONFIG_MDNS_TASK_AFFINITY_CPU0=y |
|
||||||
CONFIG_MDNS_TASK_AFFINITY=0x0 |
|
||||||
CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000 |
|
||||||
CONFIG_MDNS_TIMER_PERIOD_MS=100 |
|
||||||
CONFIG_MDNS_MULTIPLE_INSTANCE=y |
|
||||||
|
|
||||||
CONFIG_MQTT_PROTOCOL_311=y |
|
||||||
CONFIG_MQTT_TRANSPORT_SSL=y |
|
||||||
CONFIG_MQTT_TRANSPORT_WEBSOCKET=y |
|
||||||
CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y |
|
||||||
|
|
||||||
CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y |
|
||||||
CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_OPENSSL_ERROR_STACK=y |
|
||||||
CONFIG_OPENSSL_ASSERT_EXIT=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 |
|
||||||
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 |
|
||||||
CONFIG_PTHREAD_STACK_MIN=768 |
|
||||||
CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y |
|
||||||
CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 |
|
||||||
CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" |
|
||||||
|
|
||||||
CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y |
|
||||||
CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y |
|
||||||
CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y |
|
||||||
CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 |
|
||||||
CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 |
|
||||||
CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 |
|
||||||
|
|
||||||
CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y |
|
||||||
CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y |
|
||||||
CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y |
|
||||||
CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y |
|
||||||
|
|
||||||
CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y |
|
||||||
|
|
||||||
CONFIG_SPIFFS_MAX_PARTITIONS=3 |
|
||||||
|
|
||||||
CONFIG_SPIFFS_CACHE=y |
|
||||||
CONFIG_SPIFFS_CACHE_WR=y |
|
||||||
|
|
||||||
CONFIG_SPIFFS_PAGE_CHECK=y |
|
||||||
CONFIG_SPIFFS_GC_MAX_RUNS=10 |
|
||||||
CONFIG_SPIFFS_PAGE_SIZE=256 |
|
||||||
CONFIG_SPIFFS_OBJ_NAME_LEN=32 |
|
||||||
CONFIG_SPIFFS_USE_MAGIC=y |
|
||||||
CONFIG_SPIFFS_USE_MAGIC_LENGTH=y |
|
||||||
CONFIG_SPIFFS_META_LENGTH=4 |
|
||||||
CONFIG_SPIFFS_USE_MTIME=y |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_WS_TRANSPORT=y |
|
||||||
CONFIG_WS_BUFFER_SIZE=1024 |
|
||||||
|
|
||||||
CONFIG_UNITY_ENABLE_FLOAT=y |
|
||||||
CONFIG_UNITY_ENABLE_DOUBLE=y |
|
||||||
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y |
|
||||||
|
|
||||||
CONFIG_VFS_SUPPORT_IO=y |
|
||||||
CONFIG_VFS_SUPPORT_DIR=y |
|
||||||
CONFIG_VFS_SUPPORT_SELECT=y |
|
||||||
CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y |
|
||||||
CONFIG_VFS_SUPPORT_TERMIOS=y |
|
||||||
|
|
||||||
CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 |
|
||||||
|
|
||||||
CONFIG_WL_SECTOR_SIZE_4096=y |
|
||||||
CONFIG_WL_SECTOR_SIZE=4096 |
|
||||||
|
|
||||||
CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 |
|
||||||
CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 |
|
||||||
CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION=y |
|
||||||
|
|
||||||
CONFIG_WPA_MBEDTLS_CRYPTO=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LV_COLOR_DEPTH_16=y |
|
||||||
CONFIG_LV_COLOR_DEPTH=16 |
|
||||||
CONFIG_LV_COLOR_MIX_ROUND_OFS=128 |
|
||||||
CONFIG_LV_COLOR_CHROMA_KEY_HEX=0x00FF00 |
|
||||||
|
|
||||||
CONFIG_LV_MEM_SIZE_KILOBYTES=32 |
|
||||||
CONFIG_LV_MEM_ADDR=0x0 |
|
||||||
CONFIG_LV_MEM_BUF_MAX_NUM=16 |
|
||||||
|
|
||||||
CONFIG_LV_DISP_DEF_REFR_PERIOD=30 |
|
||||||
CONFIG_LV_INDEV_DEF_READ_PERIOD=30 |
|
||||||
CONFIG_LV_DPI_DEF=130 |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LV_DRAW_COMPLEX=y |
|
||||||
CONFIG_LV_SHADOW_CACHE_SIZE=0 |
|
||||||
CONFIG_LV_CIRCLE_CACHE_SIZE=4 |
|
||||||
CONFIG_LV_LAYER_SIMPLE_BUF_SIZE=24576 |
|
||||||
CONFIG_LV_IMG_CACHE_DEF_SIZE=0 |
|
||||||
CONFIG_LV_GRADIENT_MAX_STOPS=2 |
|
||||||
CONFIG_LV_GRAD_CACHE_DEF_SIZE=0 |
|
||||||
CONFIG_LV_DISP_ROT_MAX_BUF=10240 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LV_USE_ASSERT_NULL=y |
|
||||||
CONFIG_LV_USE_ASSERT_MALLOC=y |
|
||||||
CONFIG_LV_ASSERT_HANDLER_INCLUDE="assert.h" |
|
||||||
|
|
||||||
CONFIG_LV_USE_USER_DATA=y |
|
||||||
|
|
||||||
CONFIG_LV_ATTRIBUTE_MEM_ALIGN_SIZE=1 |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LV_FONT_UNSCII_8=y |
|
||||||
CONFIG_LV_FONT_DEFAULT_UNSCII_8=y |
CONFIG_LV_FONT_DEFAULT_UNSCII_8=y |
||||||
|
CONFIG_LV_FONT_FMT_TXT_LARGE=y |
||||||
CONFIG_LV_USE_FONT_PLACEHOLDER=y |
CONFIG_LV_USE_FONT_COMPRESSED=y |
||||||
|
|
||||||
CONFIG_LV_TXT_ENC_UTF8=y |
|
||||||
CONFIG_LV_TXT_BREAK_CHARS=" ,.;:-_)]}" |
CONFIG_LV_TXT_BREAK_CHARS=" ,.;:-_)]}" |
||||||
CONFIG_LV_TXT_LINE_BREAK_LONG_LEN=0 |
# CONFIG_LV_USE_THEME_DEFAULT is not set |
||||||
CONFIG_LV_TXT_COLOR_CMD="#" |
# CONFIG_LV_BUILD_EXAMPLES is not set |
||||||
|
|
||||||
CONFIG_LV_USE_ARC=y |
|
||||||
CONFIG_LV_USE_BAR=y |
|
||||||
CONFIG_LV_USE_BTN=y |
|
||||||
CONFIG_LV_USE_BTNMATRIX=y |
|
||||||
CONFIG_LV_USE_CANVAS=y |
|
||||||
CONFIG_LV_USE_CHECKBOX=y |
|
||||||
CONFIG_LV_USE_DROPDOWN=y |
|
||||||
CONFIG_LV_USE_IMG=y |
|
||||||
CONFIG_LV_USE_LABEL=y |
|
||||||
CONFIG_LV_LABEL_TEXT_SELECTION=y |
|
||||||
CONFIG_LV_LABEL_LONG_TXT_HINT=y |
|
||||||
CONFIG_LV_USE_LINE=y |
|
||||||
CONFIG_LV_USE_ROLLER=y |
|
||||||
CONFIG_LV_ROLLER_INF_PAGES=7 |
|
||||||
CONFIG_LV_USE_SLIDER=y |
|
||||||
CONFIG_LV_USE_SWITCH=y |
|
||||||
CONFIG_LV_USE_TEXTAREA=y |
|
||||||
CONFIG_LV_TEXTAREA_DEF_PWD_SHOW_TIME=1500 |
|
||||||
CONFIG_LV_USE_TABLE=y |
|
||||||
|
|
||||||
CONFIG_LV_USE_ANIMIMG=y |
|
||||||
CONFIG_LV_USE_CALENDAR=y |
|
||||||
CONFIG_LV_USE_CALENDAR_HEADER_ARROW=y |
|
||||||
CONFIG_LV_USE_CALENDAR_HEADER_DROPDOWN=y |
|
||||||
CONFIG_LV_USE_CHART=y |
|
||||||
CONFIG_LV_USE_COLORWHEEL=y |
|
||||||
CONFIG_LV_USE_IMGBTN=y |
|
||||||
CONFIG_LV_USE_KEYBOARD=y |
|
||||||
CONFIG_LV_USE_LED=y |
|
||||||
CONFIG_LV_USE_LIST=y |
|
||||||
CONFIG_LV_USE_MENU=y |
|
||||||
CONFIG_LV_USE_METER=y |
|
||||||
CONFIG_LV_USE_MSGBOX=y |
|
||||||
CONFIG_LV_USE_SPAN=y |
|
||||||
CONFIG_LV_SPAN_SNIPPET_STACK_SIZE=64 |
|
||||||
CONFIG_LV_USE_SPINBOX=y |
|
||||||
CONFIG_LV_USE_SPINNER=y |
|
||||||
CONFIG_LV_USE_TABVIEW=y |
|
||||||
CONFIG_LV_USE_TILEVIEW=y |
|
||||||
CONFIG_LV_USE_WIN=y |
|
||||||
|
|
||||||
CONFIG_LV_USE_THEME_DEFAULT=y |
|
||||||
CONFIG_LV_THEME_DEFAULT_GROW=y |
|
||||||
CONFIG_LV_THEME_DEFAULT_TRANSITION_TIME=80 |
|
||||||
CONFIG_LV_USE_THEME_BASIC=y |
|
||||||
|
|
||||||
CONFIG_LV_USE_FLEX=y |
|
||||||
CONFIG_LV_USE_GRID=y |
|
||||||
|
|
||||||
|
|
||||||
CONFIG_LV_USE_SNAPSHOT=y |
|
||||||
|
|
||||||
CONFIG_LV_BUILD_EXAMPLES=y |
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -0,0 +1,94 @@ |
|||||||
|
Copyright (c) 2021, TakWolf (https://takwolf.com), |
||||||
|
with Reserved Font Name 'Ark Pixel'. |
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1. |
||||||
|
This license is copied below, and is also available with a FAQ at: |
||||||
|
http://scripts.sil.org/OFL |
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------- |
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
PREAMBLE |
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide |
||||||
|
development of collaborative font projects, to support the font creation |
||||||
|
efforts of academic and linguistic communities, and to provide a free and |
||||||
|
open framework in which fonts may be shared and improved in partnership |
||||||
|
with others. |
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and |
||||||
|
redistributed freely as long as they are not sold by themselves. The |
||||||
|
fonts, including any derivative works, can be bundled, embedded, |
||||||
|
redistributed and/or sold with any software provided that any reserved |
||||||
|
names are not used by derivative works. The fonts and derivatives, |
||||||
|
however, cannot be released under any other type of license. The |
||||||
|
requirement for fonts to remain under this license does not apply |
||||||
|
to any document created using the fonts or their derivatives. |
||||||
|
|
||||||
|
DEFINITIONS |
||||||
|
"Font Software" refers to the set of files released by the Copyright |
||||||
|
Holder(s) under this license and clearly marked as such. This may |
||||||
|
include source files, build scripts and documentation. |
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the |
||||||
|
copyright statement(s). |
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as |
||||||
|
distributed by the Copyright Holder(s). |
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting, |
||||||
|
or substituting -- in part or in whole -- any of the components of the |
||||||
|
Original Version, by changing formats or by porting the Font Software to a |
||||||
|
new environment. |
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical |
||||||
|
writer or other person who contributed to the Font Software. |
||||||
|
|
||||||
|
PERMISSION & CONDITIONS |
||||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify, |
||||||
|
redistribute, and sell modified and unmodified copies of the Font |
||||||
|
Software, subject to the following conditions: |
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components, |
||||||
|
in Original or Modified Versions, may be sold by itself. |
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled, |
||||||
|
redistributed and/or sold with any software, provided that each copy |
||||||
|
contains the above copyright notice and this license. These can be |
||||||
|
included either as stand-alone text files, human-readable headers or |
||||||
|
in the appropriate machine-readable metadata fields within text or |
||||||
|
binary files as long as those fields can be easily viewed by the user. |
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font |
||||||
|
Name(s) unless explicit written permission is granted by the corresponding |
||||||
|
Copyright Holder. This restriction only applies to the primary font name as |
||||||
|
presented to the users. |
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
||||||
|
Software shall not be used to promote, endorse or advertise any |
||||||
|
Modified Version, except to acknowledge the contribution(s) of the |
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written |
||||||
|
permission. |
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole, |
||||||
|
must be distributed entirely under this license, and must not be |
||||||
|
distributed under any other license. The requirement for fonts to |
||||||
|
remain under this license does not apply to any document created |
||||||
|
using the Font Software. |
||||||
|
|
||||||
|
TERMINATION |
||||||
|
This license becomes null and void if any of the above conditions are |
||||||
|
not met. |
||||||
|
|
||||||
|
DISCLAIMER |
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,108 @@ |
|||||||
|
[Cubic 11] |
||||||
|
These fonts are free software. |
||||||
|
Unlimited permission is granted to use, copy, and distribute them, with or without modification, either commercially or noncommercially. |
||||||
|
THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. |
||||||
|
此字型是免費的。 |
||||||
|
無論您是否進行對本字型進行商業或非商業性修改,均可無限制地使用,複製和分發它們。 |
||||||
|
本字型的衍生品之授權必須與此字型相同,且不作任何擔保。 |
||||||
|
[JF Dot M+H 12] |
||||||
|
Copyright(c) 2005 M+ FONTS PROJECT |
||||||
|
[M+ BITMAP FONTS] |
||||||
|
Copyright (C) 2002-2004 COZ |
||||||
|
These fonts are free software. |
||||||
|
Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. |
||||||
|
THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. |
||||||
|
これらのフォントはフリー(自由な)ソフトウエアです。 |
||||||
|
あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、複製、再配布することができますが、全て無保証とさせていただきます。 |
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1. |
||||||
|
This license is copied below, and is also available with a FAQ at: |
||||||
|
https://scripts.sil.org/OFL |
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------- |
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
PREAMBLE |
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide |
||||||
|
development of collaborative font projects, to support the font creation |
||||||
|
efforts of academic and linguistic communities, and to provide a free and |
||||||
|
open framework in which fonts may be shared and improved in partnership |
||||||
|
with others. |
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and |
||||||
|
redistributed freely as long as they are not sold by themselves. The |
||||||
|
fonts, including any derivative works, can be bundled, embedded, |
||||||
|
redistributed and/or sold with any software provided that any reserved |
||||||
|
names are not used by derivative works. The fonts and derivatives, |
||||||
|
however, cannot be released under any other type of license. The |
||||||
|
requirement for fonts to remain under this license does not apply |
||||||
|
to any document created using the fonts or their derivatives. |
||||||
|
|
||||||
|
DEFINITIONS |
||||||
|
"Font Software" refers to the set of files released by the Copyright |
||||||
|
Holder(s) under this license and clearly marked as such. This may |
||||||
|
include source files, build scripts and documentation. |
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the |
||||||
|
copyright statement(s). |
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as |
||||||
|
distributed by the Copyright Holder(s). |
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting, |
||||||
|
or substituting -- in part or in whole -- any of the components of the |
||||||
|
Original Version, by changing formats or by porting the Font Software to a |
||||||
|
new environment. |
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical |
||||||
|
writer or other person who contributed to the Font Software. |
||||||
|
|
||||||
|
PERMISSION & CONDITIONS |
||||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify, |
||||||
|
redistribute, and sell modified and unmodified copies of the Font |
||||||
|
Software, subject to the following conditions: |
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components, |
||||||
|
in Original or Modified Versions, may be sold by itself. |
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled, |
||||||
|
redistributed and/or sold with any software, provided that each copy |
||||||
|
contains the above copyright notice and this license. These can be |
||||||
|
included either as stand-alone text files, human-readable headers or |
||||||
|
in the appropriate machine-readable metadata fields within text or |
||||||
|
binary files as long as those fields can be easily viewed by the user. |
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font |
||||||
|
Name(s) unless explicit written permission is granted by the corresponding |
||||||
|
Copyright Holder. This restriction only applies to the primary font name as |
||||||
|
presented to the users. |
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
||||||
|
Software shall not be used to promote, endorse or advertise any |
||||||
|
Modified Version, except to acknowledge the contribution(s) of the |
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written |
||||||
|
permission. |
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole, |
||||||
|
must be distributed entirely under this license, and must not be |
||||||
|
distributed under any other license. The requirement for fonts to |
||||||
|
remain under this license does not apply to any document created |
||||||
|
using the Font Software. |
||||||
|
|
||||||
|
TERMINATION |
||||||
|
This license becomes null and void if any of the above conditions are |
||||||
|
not met. |
||||||
|
|
||||||
|
DISCLAIMER |
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,93 @@ |
|||||||
|
Copyright (c) 2019-2023 Minseo Lee (itoupluk427@gmail.com) |
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1. |
||||||
|
This license is copied below, and is also available with a FAQ at: |
||||||
|
http://scripts.sil.org/OFL |
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------- |
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
PREAMBLE |
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide |
||||||
|
development of collaborative font projects, to support the font creation |
||||||
|
efforts of academic and linguistic communities, and to provide a free and |
||||||
|
open framework in which fonts may be shared and improved in partnership |
||||||
|
with others. |
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and |
||||||
|
redistributed freely as long as they are not sold by themselves. The |
||||||
|
fonts, including any derivative works, can be bundled, embedded, |
||||||
|
redistributed and/or sold with any software provided that any reserved |
||||||
|
names are not used by derivative works. The fonts and derivatives, |
||||||
|
however, cannot be released under any other type of license. The |
||||||
|
requirement for fonts to remain under this license does not apply |
||||||
|
to any document created using the fonts or their derivatives. |
||||||
|
|
||||||
|
DEFINITIONS |
||||||
|
"Font Software" refers to the set of files released by the Copyright |
||||||
|
Holder(s) under this license and clearly marked as such. This may |
||||||
|
include source files, build scripts and documentation. |
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the |
||||||
|
copyright statement(s). |
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as |
||||||
|
distributed by the Copyright Holder(s). |
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting, |
||||||
|
or substituting -- in part or in whole -- any of the components of the |
||||||
|
Original Version, by changing formats or by porting the Font Software to a |
||||||
|
new environment. |
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical |
||||||
|
writer or other person who contributed to the Font Software. |
||||||
|
|
||||||
|
PERMISSION & CONDITIONS |
||||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify, |
||||||
|
redistribute, and sell modified and unmodified copies of the Font |
||||||
|
Software, subject to the following conditions: |
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components, |
||||||
|
in Original or Modified Versions, may be sold by itself. |
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled, |
||||||
|
redistributed and/or sold with any software, provided that each copy |
||||||
|
contains the above copyright notice and this license. These can be |
||||||
|
included either as stand-alone text files, human-readable headers or |
||||||
|
in the appropriate machine-readable metadata fields within text or |
||||||
|
binary files as long as those fields can be easily viewed by the user. |
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font |
||||||
|
Name(s) unless explicit written permission is granted by the corresponding |
||||||
|
Copyright Holder. This restriction only applies to the primary font name as |
||||||
|
presented to the users. |
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
||||||
|
Software shall not be used to promote, endorse or advertise any |
||||||
|
Modified Version, except to acknowledge the contribution(s) of the |
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written |
||||||
|
permission. |
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole, |
||||||
|
must be distributed entirely under this license, and must not be |
||||||
|
distributed under any other license. The requirement for fonts to |
||||||
|
remain under this license does not apply to any document created |
||||||
|
using the Font Software. |
||||||
|
|
||||||
|
TERMINATION |
||||||
|
This license becomes null and void if any of the above conditions are |
||||||
|
not met. |
||||||
|
|
||||||
|
DISCLAIMER |
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE. |
@ -0,0 +1,94 @@ |
|||||||
|
Copyright (c) 2022, TakWolf (https://takwolf.com), |
||||||
|
with Reserved Font Name 'Fusion Pixel'. |
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1. |
||||||
|
This license is copied below, and is also available with a FAQ at: |
||||||
|
http://scripts.sil.org/OFL |
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------- |
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
PREAMBLE |
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide |
||||||
|
development of collaborative font projects, to support the font creation |
||||||
|
efforts of academic and linguistic communities, and to provide a free and |
||||||
|
open framework in which fonts may be shared and improved in partnership |
||||||
|
with others. |
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and |
||||||
|
redistributed freely as long as they are not sold by themselves. The |
||||||
|
fonts, including any derivative works, can be bundled, embedded, |
||||||
|
redistributed and/or sold with any software provided that any reserved |
||||||
|
names are not used by derivative works. The fonts and derivatives, |
||||||
|
however, cannot be released under any other type of license. The |
||||||
|
requirement for fonts to remain under this license does not apply |
||||||
|
to any document created using the fonts or their derivatives. |
||||||
|
|
||||||
|
DEFINITIONS |
||||||
|
"Font Software" refers to the set of files released by the Copyright |
||||||
|
Holder(s) under this license and clearly marked as such. This may |
||||||
|
include source files, build scripts and documentation. |
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the |
||||||
|
copyright statement(s). |
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as |
||||||
|
distributed by the Copyright Holder(s). |
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting, |
||||||
|
or substituting -- in part or in whole -- any of the components of the |
||||||
|
Original Version, by changing formats or by porting the Font Software to a |
||||||
|
new environment. |
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical |
||||||
|
writer or other person who contributed to the Font Software. |
||||||
|
|
||||||
|
PERMISSION & CONDITIONS |
||||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify, |
||||||
|
redistribute, and sell modified and unmodified copies of the Font |
||||||
|
Software, subject to the following conditions: |
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components, |
||||||
|
in Original or Modified Versions, may be sold by itself. |
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled, |
||||||
|
redistributed and/or sold with any software, provided that each copy |
||||||
|
contains the above copyright notice and this license. These can be |
||||||
|
included either as stand-alone text files, human-readable headers or |
||||||
|
in the appropriate machine-readable metadata fields within text or |
||||||
|
binary files as long as those fields can be easily viewed by the user. |
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font |
||||||
|
Name(s) unless explicit written permission is granted by the corresponding |
||||||
|
Copyright Holder. This restriction only applies to the primary font name as |
||||||
|
presented to the users. |
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
||||||
|
Software shall not be used to promote, endorse or advertise any |
||||||
|
Modified Version, except to acknowledge the contribution(s) of the |
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written |
||||||
|
permission. |
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole, |
||||||
|
must be distributed entirely under this license, and must not be |
||||||
|
distributed under any other license. The requirement for fonts to |
||||||
|
remain under this license does not apply to any document created |
||||||
|
using the Font Software. |
||||||
|
|
||||||
|
TERMINATION |
||||||
|
This license becomes null and void if any of the above conditions are |
||||||
|
not met. |
||||||
|
|
||||||
|
DISCLAIMER |
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE. |
Binary file not shown.
@ -0,0 +1,21 @@ |
|||||||
|
#!/bin/sh |
||||||
|
# To install this tool: |
||||||
|
# npm i lv_font_conv -g |
||||||
|
lv_font_conv \ |
||||||
|
--font fonts/fusion/fusion-pixel-12px-proportional.ttf \ |
||||||
|
-r 0x2000-0x206F \ |
||||||
|
-r 0x20-0x7F,0xA0-0xFF \ |
||||||
|
-r 0x3000-0x303f,0x3040-0x309F,0x30A0-0x30FF,0xFF00-0xFFEF,0x4E00-0x9FAF \ |
||||||
|
--size 12 \ |
||||||
|
--bpp 1 --format lvgl -o font_fusion.c |
||||||
|
|
||||||
|
lv_font_conv \ |
||||||
|
--font fonts/font-awesome/FontAwesome5-Solid+Brands+Regular.woff \ |
||||||
|
-r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465 \ |
||||||
|
-r 61468,61473,61478,61479,61480,61502,61512,61515,61516,61517 \ |
||||||
|
-r 61521,61522,61523,61524,61543,61544,61550,61552,61553,61556 \ |
||||||
|
-r 61559,61560,61561,61563,61587,61589,61636,61637,61639,61671 \ |
||||||
|
-r 61674,61683,61724,61732,61787,61931,62016,62017,62018,62019 \ |
||||||
|
-r 62020,62087,62099,62212,62189,62810,63426,63650 \ |
||||||
|
--size 10 \ |
||||||
|
--bpp 1 --format lvgl -o font_symbols.c |
Loading…
Reference in new issue