Created
July 15, 2021 19:33
-
-
Save crides/65545414351bee959fbdb11c2c6c7585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# ZMK | |
# | |
# | |
# Basic Keyboard Setup | |
# | |
CONFIG_ZMK_KEYBOARD_NAME="pancake" | |
CONFIG_USB_DEVICE_PRODUCT="pancake" | |
CONFIG_BT_DEVICE_NAME="pancake" | |
CONFIG_USB_DEVICE_VID=0x1D50 | |
CONFIG_USB_DEVICE_PID=0x615E | |
CONFIG_USB_DEVICE_MANUFACTURER="ZMK Project" | |
# | |
# HID Output Types | |
# | |
CONFIG_ZMK_USB=y | |
CONFIG_USB_NUMOF_EP_WRITE_RETRIES=10 | |
# CONFIG_ZMK_BLE is not set | |
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024 | |
# end of HID Output Types | |
# | |
# Split Support | |
# | |
# CONFIG_ZMK_SPLIT is not set | |
# end of Split Support | |
# end of Basic Keyboard Setup | |
# | |
# Display/LED Options | |
# | |
# CONFIG_ZMK_DISPLAY is not set | |
# CONFIG_ZMK_RGB_UNDERGLOW is not set | |
# CONFIG_SPI is not set | |
# end of Display/LED Options | |
# | |
# Power Management | |
# | |
CONFIG_ZMK_IDLE_TIMEOUT=30000 | |
# CONFIG_ZMK_SLEEP is not set | |
# CONFIG_DEVICE_POWER_MANAGEMENT is not set | |
CONFIG_ZMK_EXT_POWER=y | |
# end of Power Management | |
# | |
# Combo options | |
# | |
CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=4 | |
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=5 | |
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=4 | |
# end of Combo options | |
# | |
# Advanced | |
# | |
# | |
# Initialization Priorities | |
# | |
CONFIG_ZMK_USB_INIT_PRIORITY=50 | |
# end of Initialization Priorities | |
# | |
# KSCAN Settings | |
# | |
CONFIG_ZMK_KSCAN_EVENT_QUEUE_SIZE=4 | |
# CONFIG_ZMK_KSCAN_MOCK_DRIVER is not set | |
# CONFIG_ZMK_KSCAN_COMPOSITE_DRIVER is not set | |
# end of KSCAN Settings | |
# | |
# USB Logging | |
# | |
CONFIG_ZMK_USB_LOGGING=y | |
CONFIG_ZMK_LOG_LEVEL=4 | |
CONFIG_USB_CDC_ACM_RINGBUF_SIZE=1024 | |
CONFIG_USB_CDC_ACM_DEVICE_NAME="CDC_ACM" | |
CONFIG_USB_CDC_ACM_DEVICE_COUNT=1 | |
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" | |
CONFIG_LOG_BUFFER_SIZE=8192 | |
CONFIG_LOG_STRDUP_BUF_COUNT=16 | |
# end of USB Logging | |
# end of Advanced | |
# end of ZMK | |
CONFIG_HEAP_MEM_POOL_SIZE=8192 | |
CONFIG_KERNEL_BIN_NAME="zmk" | |
CONFIG_REBOOT=y | |
CONFIG_USB=y | |
# CONFIG_ZMK_WPM is not set | |
CONFIG_SENSOR=y | |
# CONFIG_ZMK_LOG_LEVEL_OFF is not set | |
# CONFIG_ZMK_LOG_LEVEL_ERR is not set | |
# CONFIG_ZMK_LOG_LEVEL_WRN is not set | |
CONFIG_ZMK_LOG_LEVEL_INF=y | |
# CONFIG_ZMK_LOG_LEVEL_DBG is not set | |
CONFIG_SHIELD_PANCAKE=y | |
# CONFIG_ZMK_KSCAN_DIRECT_POLLING is not set | |
# CONFIG_I2C is not set | |
# CONFIG_KSCAN is not set | |
# CONFIG_WIFI is not set | |
# CONFIG_MODEM is not set | |
CONFIG_UART_INTERRUPT_DRIVEN=y | |
CONFIG_BOARD="seeeduino_xiao" | |
CONFIG_SOC_SERIES="samd21" | |
CONFIG_NUM_IRQS=28 | |
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 | |
CONFIG_SOC_PART_NUMBER="samd21g18a" | |
# CONFIG_WATCHDOG is not set | |
CONFIG_GPIO_SAM0=y | |
CONFIG_HWINFO_SAM0=y | |
CONFIG_PINMUX_SAM0=y | |
CONFIG_UART_SAM0=y | |
CONFIG_USB_DC_SAM0=y | |
# CONFIG_UART_NS16550 is not set | |
CONFIG_GPIO=y | |
# CONFIG_PM is not set | |
# CONFIG_PM_DEVICE is not set | |
CONFIG_CORTEX_M_SYSTICK=y | |
# CONFIG_CLOCK_CONTROL is not set | |
CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000 | |
# CONFIG_BUILD_OUTPUT_HEX is not set | |
CONFIG_ROM_START_OFFSET=0 | |
CONFIG_FLASH_SIZE=256 | |
CONFIG_FLASH_BASE_ADDRESS=0x0 | |
# CONFIG_GPIO_MCUX is not set | |
# CONFIG_USB_KINETIS is not set | |
# CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set | |
# CONFIG_TINYCRYPT is not set | |
CONFIG_PINMUX_INIT_PRIORITY=45 | |
CONFIG_SERIAL=y | |
# CONFIG_UART_PL011 is not set | |
# | |
# Modules | |
# | |
# | |
# Available modules. | |
# | |
# | |
# hal_nordic (/home/steven/gitproj/zmk/modules/hal/nordic) | |
# | |
CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y | |
# end of hal_nordic (/home/steven/gitproj/zmk/modules/hal/nordic) | |
# | |
# sof (/home/steven/gitproj/zmk/modules/audio/sof) | |
# | |
# CONFIG_DEBUG is not set | |
CONFIG_ZEPHYR_SOF_MODULE=y | |
# end of sof (/home/steven/gitproj/zmk/modules/audio/sof) | |
# | |
# drivers (/home/steven/gitproj/zmk/app/drivers) | |
# | |
CONFIG_ZMK_KSCAN_GPIO_DRIVER=y | |
# CONFIG_ZMK_KSCAN_MATRIX_POLLING is not set | |
CONFIG_ZMK_KSCAN_INIT_PRIORITY=40 | |
# CONFIG_ZMK_BATTERY_VOLTAGE_DIVIDER is not set | |
# CONFIG_EC11 is not set | |
CONFIG_ZEPHYR_DRIVERS_MODULE=y | |
# end of drivers (/home/steven/gitproj/zmk/app/drivers) | |
# | |
# Optional modules. Make sure they're installed, via the project manifest. | |
# | |
CONFIG_ASF=y | |
# CONFIG_CANOPENNODE is not set | |
# CONFIG_CIVETWEB is not set | |
CONFIG_HAS_CMSIS_CORE=y | |
CONFIG_HAS_CMSIS_CORE_M=y | |
# CONFIG_LIBMETAL is not set | |
# CONFIG_HAS_SEMTECH_LORAMAC is not set | |
# CONFIG_HAS_SEMTECH_SOFT_SE is not set | |
# CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set | |
# CONFIG_MBEDTLS is not set | |
# CONFIG_HAS_MEC_HAL is not set | |
# CONFIG_OPENAMP is not set | |
# CONFIG_SOF is not set | |
# CONFIG_MIPI_SYST_LIB is not set | |
# CONFIG_TINYCBOR is not set | |
# CONFIG_MCUBOOT_BOOTUTIL_LIB is not set | |
# | |
# Unavailable modules, please install those via the project manifest. | |
# | |
# end of Modules | |
CONFIG_BOARD_SEEEDUINO_XIAO=y | |
# | |
# Board Options | |
# | |
# end of Board Options | |
# CONFIG_SOC_SERIES_BEETLE is not set | |
# CONFIG_SOC_SERIES_ARM_DESIGNSTART is not set | |
# CONFIG_SOC_SERIES_MPS2 is not set | |
# CONFIG_SOC_SERIES_MUSCA is not set | |
# CONFIG_SOC_SERIES_MUSCA_B1 is not set | |
# CONFIG_SOC_SERIES_MUSCA_S1 is not set | |
# CONFIG_SOC_SERIES_SAM3X is not set | |
# CONFIG_SOC_SERIES_SAM4E is not set | |
# CONFIG_SOC_SERIES_SAM4L is not set | |
# CONFIG_SOC_SERIES_SAM4S is not set | |
# CONFIG_SOC_SERIES_SAME70 is not set | |
# CONFIG_SOC_SERIES_SAMV71 is not set | |
# CONFIG_SOC_SERIES_SAMD20 is not set | |
CONFIG_SOC_SERIES_SAMD21=y | |
# CONFIG_SOC_SERIES_SAMD51 is not set | |
# CONFIG_SOC_SERIES_SAME51 is not set | |
# CONFIG_SOC_SERIES_SAME53 is not set | |
# CONFIG_SOC_SERIES_SAME54 is not set | |
# CONFIG_SOC_SERIES_SAMR21 is not set | |
# CONFIG_SOC_SERIES_VALKYRIE is not set | |
# CONFIG_SOC_SERIES_VIPER is not set | |
# CONFIG_SOC_SERIES_PSOC62 is not set | |
# CONFIG_SOC_SERIES_PSOC63 is not set | |
# CONFIG_SOC_SERIES_XMC_4XXX is not set | |
# CONFIG_SOC_SERIES_MEC1501X is not set | |
# CONFIG_SOC_SERIES_MEC1701X is not set | |
# CONFIG_SOC_SERIES_NRF51X is not set | |
# CONFIG_SOC_SERIES_NRF52X is not set | |
# CONFIG_SOC_SERIES_NRF53X is not set | |
# CONFIG_SOC_SERIES_NRF91X is not set | |
# CONFIG_SOC_SERIES_M48X is not set | |
# CONFIG_SOC_SERIES_NPCX7 is not set | |
# CONFIG_SOC_SERIES_IMX_6X_M4 is not set | |
# CONFIG_SOC_SERIES_IMX7_M4 is not set | |
# CONFIG_SOC_SERIES_IMX8MM_M4 is not set | |
# CONFIG_SOC_SERIES_IMX_RT is not set | |
# CONFIG_SOC_SERIES_IMX_RT6XX is not set | |
# CONFIG_SOC_SERIES_KINETIS_K2X is not set | |
# CONFIG_SOC_SERIES_KINETIS_K6X is not set | |
# CONFIG_SOC_SERIES_KINETIS_K8X is not set | |
# CONFIG_SOC_SERIES_KINETIS_KE1XF is not set | |
# CONFIG_SOC_SERIES_KINETIS_KL2X is not set | |
# CONFIG_SOC_SERIES_KINETIS_KV5X is not set | |
# CONFIG_SOC_SERIES_KINETIS_KWX is not set | |
# CONFIG_SOC_SERIES_LPC11U6X is not set | |
# CONFIG_SOC_SERIES_LPC54XXX is not set | |
# CONFIG_SOC_SERIES_LPC55XXX is not set | |
# CONFIG_SOC_QEMU_CORTEX_A53 is not set | |
# CONFIG_SOC_EOS_S3 is not set | |
# CONFIG_SOC_SERIES_EFM32GG11B is not set | |
# CONFIG_SOC_SERIES_EFM32HG is not set | |
# CONFIG_SOC_SERIES_EFM32JG12B is not set | |
# CONFIG_SOC_SERIES_EFM32PG12B is not set | |
# CONFIG_SOC_SERIES_EFM32PG1B is not set | |
# CONFIG_SOC_SERIES_EFM32WG is not set | |
# CONFIG_SOC_SERIES_EFR32BG13P is not set | |
# CONFIG_SOC_SERIES_EFR32FG1P is not set | |
# CONFIG_SOC_SERIES_EFR32MG12P is not set | |
# CONFIG_SOC_SERIES_EFR32MG21 is not set | |
# CONFIG_SOC_SERIES_STM32F0X is not set | |
# CONFIG_SOC_SERIES_STM32F1X is not set | |
# CONFIG_SOC_SERIES_STM32F2X is not set | |
# CONFIG_SOC_SERIES_STM32F3X is not set | |
# CONFIG_SOC_SERIES_STM32F4X is not set | |
# CONFIG_SOC_SERIES_STM32F7X is not set | |
# CONFIG_SOC_SERIES_STM32G0X is not set | |
# CONFIG_SOC_SERIES_STM32G4X is not set | |
# CONFIG_SOC_SERIES_STM32H7X is not set | |
# CONFIG_SOC_SERIES_STM32L0X is not set | |
# CONFIG_SOC_SERIES_STM32L1X is not set | |
# CONFIG_SOC_SERIES_STM32L4X is not set | |
# CONFIG_SOC_SERIES_STM32L5X is not set | |
# CONFIG_SOC_SERIES_STM32MP1X is not set | |
# CONFIG_SOC_SERIES_STM32WBX is not set | |
# CONFIG_SOC_TI_LM3S6965 is not set | |
# CONFIG_SOC_SERIES_CC13X2_CC26X2 is not set | |
# CONFIG_SOC_SERIES_CC32XX is not set | |
# CONFIG_SOC_SERIES_MSP432P4XX is not set | |
# CONFIG_SOC_XENVM is not set | |
# CONFIG_SOC_XILINX_ZYNQMP_RPU is not set | |
# | |
# Hardware Configuration | |
# | |
CONFIG_SOC_FAMILY="atmel_sam0" | |
CONFIG_SOC_FAMILY_SAM0=y | |
CONFIG_SOC_ATMEL_SAMD_XOSC32K=y | |
# CONFIG_SOC_ATMEL_SAMD_XOSC is not set | |
CONFIG_SOC_ATMEL_SAMD_XOSC32K_AS_MAIN=y | |
# CONFIG_SOC_ATMEL_SAMD_OSC8M_AS_MAIN is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21E15A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21E16A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21E17A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21E18A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21G15A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21G16A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21G17A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21G17AU is not set | |
CONFIG_SOC_PART_NUMBER_SAMD21G18A=y | |
# CONFIG_SOC_PART_NUMBER_SAMD21G18AU is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21J15A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21J16A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21J17A is not set | |
# CONFIG_SOC_PART_NUMBER_SAMD21J18A is not set | |
# CONFIG_SOC_LOG_LEVEL_OFF is not set | |
# CONFIG_SOC_LOG_LEVEL_ERR is not set | |
# CONFIG_SOC_LOG_LEVEL_WRN is not set | |
CONFIG_SOC_LOG_LEVEL_INF=y | |
# CONFIG_SOC_LOG_LEVEL_DBG is not set | |
CONFIG_SOC_LOG_LEVEL=3 | |
# end of Hardware Configuration | |
# | |
# ARM Options | |
# | |
CONFIG_ARCH="arm" | |
CONFIG_CPU_CORTEX=y | |
CONFIG_CPU_CORTEX_M=y | |
CONFIG_ISA_THUMB2=y | |
CONFIG_ASSEMBLER_ISA_THUMB2=y | |
CONFIG_COMPILER_ISA_THUMB2=y | |
CONFIG_STACK_ALIGN_DOUBLE_WORD=y | |
# CONFIG_RUNTIME_NMI is not set | |
# CONFIG_PLATFORM_SPECIFIC_INIT is not set | |
CONFIG_FAULT_DUMP=2 | |
CONFIG_CPU_CORTEX_M0PLUS=y | |
CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y | |
CONFIG_CPU_CORTEX_M_HAS_VTOR=y | |
CONFIG_ARMV6_M_ARMV8_M_BASELINE=y | |
# | |
# ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options | |
# | |
CONFIG_GEN_ISR_TABLES=y | |
# CONFIG_SW_VECTOR_RELAY is not set | |
CONFIG_TEST_EXTRA_STACKSIZE=0 | |
# end of ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options | |
CONFIG_GEN_IRQ_VECTOR_TABLE=y | |
CONFIG_MAIN_STACK_SIZE=1024 | |
CONFIG_IDLE_STACK_SIZE=256 | |
CONFIG_ISR_STACK_SIZE=2048 | |
# end of ARM Options | |
CONFIG_ARM=y | |
CONFIG_ARCH_IS_SET=y | |
# | |
# General Architecture Options | |
# | |
# CONFIG_ARCH_LOG_LEVEL_OFF is not set | |
# CONFIG_ARCH_LOG_LEVEL_ERR is not set | |
# CONFIG_ARCH_LOG_LEVEL_WRN is not set | |
CONFIG_ARCH_LOG_LEVEL_INF=y | |
# CONFIG_ARCH_LOG_LEVEL_DBG is not set | |
CONFIG_ARCH_LOG_LEVEL=3 | |
# CONFIG_MPU_LOG_LEVEL_OFF is not set | |
# CONFIG_MPU_LOG_LEVEL_ERR is not set | |
# CONFIG_MPU_LOG_LEVEL_WRN is not set | |
CONFIG_MPU_LOG_LEVEL_INF=y | |
# CONFIG_MPU_LOG_LEVEL_DBG is not set | |
CONFIG_MPU_LOG_LEVEL=3 | |
CONFIG_SRAM_SIZE=32 | |
CONFIG_SRAM_BASE_ADDRESS=0x20000000 | |
CONFIG_GEN_PRIV_STACKS=y | |
# CONFIG_STACK_GROWS_UP is not set | |
# | |
# Interrupt Configuration | |
# | |
# CONFIG_DYNAMIC_INTERRUPTS is not set | |
CONFIG_GEN_SW_ISR_TABLE=y | |
CONFIG_ARCH_SW_ISR_TABLE_ALIGN=0 | |
CONFIG_GEN_IRQ_START_VECTOR=0 | |
# CONFIG_EXTRA_EXCEPTION_INFO is not set | |
# end of Interrupt Configuration | |
# CONFIG_INIT_ARCH_HW_AT_BOOT is not set | |
# end of General Architecture Options | |
CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y | |
CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y | |
CONFIG_ARCH_SUPPORTS_COREDUMP=y | |
CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y | |
CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO=y | |
CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE=y | |
CONFIG_ARCH_HAS_THREAD_ABORT=y | |
# | |
# Floating Point Options | |
# | |
# end of Floating Point Options | |
# | |
# Cache Options | |
# | |
# CONFIG_CACHE_MANAGEMENT is not set | |
# end of Cache Options | |
# | |
# General Kernel Options | |
# | |
# CONFIG_KERNEL_LOG_LEVEL_OFF is not set | |
# CONFIG_KERNEL_LOG_LEVEL_ERR is not set | |
# CONFIG_KERNEL_LOG_LEVEL_WRN is not set | |
CONFIG_KERNEL_LOG_LEVEL_INF=y | |
# CONFIG_KERNEL_LOG_LEVEL_DBG is not set | |
CONFIG_KERNEL_LOG_LEVEL=3 | |
CONFIG_MULTITHREADING=y | |
CONFIG_NUM_COOP_PRIORITIES=16 | |
CONFIG_NUM_PREEMPT_PRIORITIES=15 | |
CONFIG_MAIN_THREAD_PRIORITY=0 | |
CONFIG_COOP_ENABLED=y | |
CONFIG_PREEMPT_ENABLED=y | |
CONFIG_PRIORITY_CEILING=0 | |
CONFIG_NUM_METAIRQ_PRIORITIES=0 | |
# CONFIG_SCHED_DEADLINE is not set | |
# CONFIG_SCHED_CPU_MASK is not set | |
# CONFIG_THREAD_STACK_INFO is not set | |
# CONFIG_THREAD_CUSTOM_DATA is not set | |
CONFIG_ERRNO=y | |
CONFIG_SCHED_DUMB=y | |
# CONFIG_SCHED_SCALABLE is not set | |
# CONFIG_SCHED_MULTIQ is not set | |
# CONFIG_WAITQ_SCALABLE is not set | |
CONFIG_WAITQ_DUMB=y | |
# | |
# Kernel Debugging and Metrics | |
# | |
# CONFIG_INIT_STACKS is not set | |
CONFIG_BOOT_BANNER=y | |
CONFIG_BOOT_DELAY=0 | |
# CONFIG_THREAD_MONITOR is not set | |
# CONFIG_THREAD_NAME is not set | |
# CONFIG_THREAD_RUNTIME_STATS is not set | |
# end of Kernel Debugging and Metrics | |
# | |
# Work Queue Options | |
# | |
CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1 | |
# end of Work Queue Options | |
# | |
# Atomic Operations | |
# | |
CONFIG_ATOMIC_OPERATIONS_C=y | |
# end of Atomic Operations | |
# | |
# Timer API Options | |
# | |
CONFIG_TIMESLICING=y | |
CONFIG_TIMESLICE_SIZE=0 | |
CONFIG_TIMESLICE_PRIORITY=0 | |
# CONFIG_POLL is not set | |
# end of Timer API Options | |
# | |
# Other Kernel Object Options | |
# | |
# CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set | |
CONFIG_NUM_MBOX_ASYNC_MSGS=10 | |
CONFIG_NUM_PIPE_ASYNC_MSGS=10 | |
CONFIG_KERNEL_MEM_POOL=y | |
# end of Other Kernel Object Options | |
CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y | |
CONFIG_SWAP_NONATOMIC=y | |
CONFIG_SYS_CLOCK_EXISTS=y | |
CONFIG_TIMEOUT_64BIT=y | |
CONFIG_XIP=y | |
# | |
# Initialization Priorities | |
# | |
CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30 | |
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40 | |
CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50 | |
CONFIG_APPLICATION_INIT_PRIORITY=90 | |
# end of Initialization Priorities | |
# | |
# Security Options | |
# | |
# end of Security Options | |
# | |
# SMP Options | |
# | |
CONFIG_MP_NUM_CPUS=1 | |
# end of SMP Options | |
CONFIG_TICKLESS_IDLE=y | |
CONFIG_TICKLESS_IDLE_THRESH=3 | |
CONFIG_TICKLESS_KERNEL=y | |
CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE=y | |
# CONFIG_THREAD_LOCAL_STORAGE is not set | |
# end of General Kernel Options | |
CONFIG_HAS_DTS=y | |
CONFIG_HAS_DTS_GPIO=y | |
# | |
# Device Drivers | |
# | |
# CONFIG_IEEE802154 is not set | |
# CONFIG_LORA is not set | |
CONFIG_CONSOLE=y | |
CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128 | |
CONFIG_CONSOLE_HAS_DRIVER=y | |
# CONFIG_CONSOLE_HANDLER is not set | |
CONFIG_UART_CONSOLE=y | |
CONFIG_UART_CONSOLE_INIT_PRIORITY=95 | |
# CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS is not set | |
# CONFIG_UART_CONSOLE_MCUMGR is not set | |
CONFIG_USB_UART_CONSOLE=y | |
# CONFIG_RAM_CONSOLE is not set | |
# CONFIG_IPM_CONSOLE_SENDER is not set | |
# CONFIG_IPM_CONSOLE_RECEIVER is not set | |
# CONFIG_UART_PIPE is not set | |
# CONFIG_UART_MCUMGR is not set | |
# CONFIG_SEMIHOST_CONSOLE is not set | |
# CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set | |
# CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set | |
# CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set | |
CONFIG_UART_CONSOLE_LOG_LEVEL_INF=y | |
# CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set | |
CONFIG_UART_CONSOLE_LOG_LEVEL=3 | |
# CONFIG_GSM_MUX is not set | |
CONFIG_HAS_SEGGER_RTT=y | |
# CONFIG_USE_SEGGER_RTT is not set | |
# CONFIG_EC_HOST_CMD_PERIPH is not set | |
# CONFIG_NET_LOOPBACK is not set | |
# | |
# Capabilities | |
# | |
CONFIG_SERIAL_HAS_DRIVER=y | |
CONFIG_SERIAL_SUPPORT_ASYNC=y | |
CONFIG_SERIAL_SUPPORT_INTERRUPT=y | |
# CONFIG_UART_ASYNC_API is not set | |
CONFIG_UART_LINE_CTRL=y | |
# CONFIG_UART_DRV_CMD is not set | |
# | |
# Serial Drivers | |
# | |
# CONFIG_UART_ALTERA_JTAG is not set | |
# CONFIG_UART_XLNX_UARTLITE is not set | |
# | |
# Interrupt Controllers | |
# | |
# CONFIG_SWERV_PIC is not set | |
# CONFIG_MULTI_LEVEL_INTERRUPTS is not set | |
CONFIG_SAM0_EIC=y | |
# end of Interrupt Controllers | |
# | |
# Timer Drivers | |
# | |
# CONFIG_SAM0_RTC_TIMER is not set | |
CONFIG_SYSTEM_CLOCK_DISABLE=y | |
# CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set | |
# CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set | |
CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0 | |
CONFIG_TICKLESS_CAPABLE=y | |
# end of Timer Drivers | |
# CONFIG_ENTROPY_GENERATOR is not set | |
# CONFIG_PCIE is not set | |
# CONFIG_PCIE_ENDPOINT is not set | |
# CONFIG_GPIO_LOG_LEVEL_OFF is not set | |
# CONFIG_GPIO_LOG_LEVEL_ERR is not set | |
# CONFIG_GPIO_LOG_LEVEL_WRN is not set | |
CONFIG_GPIO_LOG_LEVEL_INF=y | |
# CONFIG_GPIO_LOG_LEVEL_DBG is not set | |
CONFIG_GPIO_LOG_LEVEL=3 | |
# CONFIG_GPIO_DW is not set | |
# CONFIG_GPIO_ITE_IT8XXX2 is not set | |
# CONFIG_GPIO_INTEL_APL is not set | |
# CONFIG_GPIO_XLNX_AXI is not set | |
# CONFIG_GPIO_EMUL is not set | |
# CONFIG_SHARED_IRQ is not set | |
# CONFIG_I2S is not set | |
# CONFIG_PWM is not set | |
CONFIG_PINMUX=y | |
CONFIG_PINMUX_NAME="PINMUX" | |
# CONFIG_PINMUX_ITE_IT8XXX2 is not set | |
# CONFIG_ADC is not set | |
# CONFIG_DAC is not set | |
# CONFIG_PTP_CLOCK is not set | |
# CONFIG_IPM is not set | |
# CONFIG_FLASH is not set | |
# CONFIG_SENSOR_LOG_LEVEL_OFF is not set | |
# CONFIG_SENSOR_LOG_LEVEL_ERR is not set | |
# CONFIG_SENSOR_LOG_LEVEL_WRN is not set | |
CONFIG_SENSOR_LOG_LEVEL_INF=y | |
# CONFIG_SENSOR_LOG_LEVEL_DBG is not set | |
CONFIG_SENSOR_LOG_LEVEL=3 | |
CONFIG_SENSOR_INIT_PRIORITY=90 | |
# | |
# Device Drivers | |
# | |
# CONFIG_DHT is not set | |
# CONFIG_PMS7003 is not set | |
# CONFIG_SM351LT is not set | |
# CONFIG_COUNTER is not set | |
# CONFIG_DMA is not set | |
CONFIG_USB_DEVICE_DRIVER=y | |
# CONFIG_USB_DW is not set | |
# CONFIG_USB_DRIVER_LOG_LEVEL_OFF is not set | |
# CONFIG_USB_DRIVER_LOG_LEVEL_ERR is not set | |
# CONFIG_USB_DRIVER_LOG_LEVEL_WRN is not set | |
CONFIG_USB_DRIVER_LOG_LEVEL_INF=y | |
# CONFIG_USB_DRIVER_LOG_LEVEL_DBG is not set | |
CONFIG_USB_DRIVER_LOG_LEVEL=3 | |
# CONFIG_USB_NATIVE_POSIX is not set | |
# CONFIG_CRYPTO is not set | |
# CONFIG_DISPLAY is not set | |
# CONFIG_LED_STRIP is not set | |
# CONFIG_LED is not set | |
# CONFIG_CAN is not set | |
# CONFIG_AUDIO is not set | |
# CONFIG_NEURAL_NET_ACCEL is not set | |
CONFIG_HWINFO=y | |
CONFIG_HWINFO_HAS_DRIVER=y | |
# CONFIG_ESPI is not set | |
# CONFIG_PS2 is not set | |
# CONFIG_VIDEO is not set | |
# CONFIG_EEPROM is not set | |
# CONFIG_PECI is not set | |
# CONFIG_PECI_INTERRUPT_DRIVEN is not set | |
# CONFIG_REGULATOR is not set | |
# CONFIG_MEMC is not set | |
# CONFIG_VIRTUALIZATION is not set | |
# CONFIG_EDAC is not set | |
# end of Device Drivers | |
# | |
# C Library | |
# | |
CONFIG_MINIMAL_LIBC=y | |
# CONFIG_NEWLIB_LIBC is not set | |
# CONFIG_EXTERNAL_LIBC is not set | |
CONFIG_HAS_NEWLIB_LIBC_NANO=y | |
CONFIG_MINIMAL_LIBC_MALLOC=y | |
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0 | |
CONFIG_MINIMAL_LIBC_CALLOC=y | |
CONFIG_MINIMAL_LIBC_REALLOCARRAY=y | |
# CONFIG_MINIMAL_LIBC_LL_PRINTF is not set | |
CONFIG_STDOUT_CONSOLE=y | |
# end of C Library | |
# | |
# Additional libraries | |
# | |
# CONFIG_FNMATCH is not set | |
# CONFIG_LVGL is not set | |
# | |
# OS Support Library | |
# | |
# CONFIG_JSON_LIBRARY is not set | |
CONFIG_RING_BUFFER=y | |
# CONFIG_BASE64 is not set | |
# CONFIG_SYS_HEAP_VALIDATE is not set | |
CONFIG_SYS_HEAP_ALLOC_LOOPS=3 | |
# CONFIG_SYS_HEAP_ALWAYS_BIG_MODE is not set | |
# CONFIG_PRINTK64 is not set | |
# CONFIG_PRINTK_SYNC is not set | |
# CONFIG_CBPRINTF_COMPLETE is not set | |
CONFIG_CBPRINTF_NANO=y | |
CONFIG_CBPRINTF_FULL_INTEGRAL=y | |
# CONFIG_CBPRINTF_REDUCED_INTEGRAL is not set | |
# CONFIG_CBPRINTF_FP_A_SUPPORT is not set | |
# CONFIG_CBPRINTF_FP_ALWAYS_A is not set | |
CONFIG_CBPRINTF_LIBC_SUBSTS=y | |
# end of OS Support Library | |
CONFIG_POSIX_MAX_FDS=4 | |
# CONFIG_POSIX_API is not set | |
# CONFIG_PTHREAD_IPC is not set | |
# CONFIG_POSIX_CLOCK is not set | |
CONFIG_MAX_TIMER_COUNT=5 | |
# CONFIG_POSIX_MQUEUE is not set | |
# CONFIG_EVENTFD is not set | |
# CONFIG_OPENAMP_RSC_TABLE is not set | |
# end of Additional libraries | |
# | |
# Sub Systems and OS Services | |
# | |
# CONFIG_BT is not set | |
# | |
# Controller Area Network (CAN) bus subsystem | |
# | |
# CONFIG_ISOTP is not set | |
# end of Controller Area Network (CAN) bus subsystem | |
# CONFIG_CONSOLE_SUBSYS is not set | |
# CONFIG_CPLUSPLUS is not set | |
# | |
# System Monitoring Options | |
# | |
# CONFIG_BOOT_TIME_MEASUREMENT is not set | |
# CONFIG_THREAD_ANALYZER is not set | |
# end of System Monitoring Options | |
# | |
# Debugging Options | |
# | |
# CONFIG_STACK_USAGE is not set | |
# CONFIG_STACK_SENTINEL is not set | |
CONFIG_PRINTK=y | |
CONFIG_EARLY_CONSOLE=y | |
# CONFIG_ASSERT is not set | |
# CONFIG_FORCE_NO_ASSERT is not set | |
CONFIG_ASSERT_VERBOSE=y | |
# CONFIG_ASSERT_NO_FILE_INFO is not set | |
# CONFIG_ASSERT_NO_COND_INFO is not set | |
# CONFIG_ASSERT_NO_MSG_INFO is not set | |
# CONFIG_OBJECT_TRACING is not set | |
# CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set | |
# CONFIG_DEBUG_INFO is not set | |
# CONFIG_OPENOCD_SUPPORT is not set | |
# CONFIG_DEBUG_COREDUMP is not set | |
# end of Debugging Options | |
# CONFIG_DISK_ACCESS is not set | |
# CONFIG_EMUL is not set | |
# CONFIG_CHARACTER_FRAMEBUFFER is not set | |
# | |
# File Systems | |
# | |
# CONFIG_FILE_SYSTEM is not set | |
# CONFIG_NVS is not set | |
# end of File Systems | |
# | |
# Inter Processor Communication | |
# | |
# CONFIG_RPMSG_SERVICE is not set | |
# end of Inter Processor Communication | |
# CONFIG_JWT is not set | |
CONFIG_LOG=y | |
CONFIG_LOG_MODE_DEFERRED=y | |
# CONFIG_LOG_MODE_IMMEDIATE is not set | |
# CONFIG_LOG_MODE_MINIMAL is not set | |
# CONFIG_LOG_FRONTEND is not set | |
# | |
# Logging levels filtering | |
# | |
# CONFIG_LOG_RUNTIME_FILTERING is not set | |
CONFIG_LOG_DEFAULT_LEVEL=3 | |
CONFIG_LOG_OVERRIDE_LEVEL=0 | |
CONFIG_LOG_MAX_LEVEL=4 | |
# end of Logging levels filtering | |
# | |
# Output Formatting | |
# | |
# | |
# Prepend non-hexdump log message with function name | |
# | |
# CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set | |
# CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set | |
# CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set | |
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y | |
# end of Prepend non-hexdump log message with function name | |
# CONFIG_LOG_MIPI_SYST_ENABLE is not set | |
CONFIG_LOG_BACKEND_SHOW_COLOR=y | |
CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y | |
# end of Output Formatting | |
# | |
# Processing | |
# | |
# CONFIG_LOG_PRINTK is not set | |
CONFIG_LOG_MODE_OVERFLOW=y | |
# CONFIG_LOG_BLOCK_IN_THREAD is not set | |
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=10 | |
CONFIG_LOG_PROCESS_THREAD=y | |
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=1000 | |
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=768 | |
CONFIG_LOG_DETECT_MISSED_STRDUP=y | |
CONFIG_LOG_STRDUP_MAX_STRING=32 | |
# CONFIG_LOG_STRDUP_POOL_PROFILING is not set | |
# end of Processing | |
# | |
# Backends | |
# | |
CONFIG_LOG_BACKEND_UART=y | |
# end of Backends | |
# | |
# Misc | |
# | |
CONFIG_LOG_DOMAIN_ID=0 | |
# end of Misc | |
# | |
# Device Management | |
# | |
# | |
# Host command handler subsystem | |
# | |
# CONFIG_EC_HOST_CMD is not set | |
# end of Host command handler subsystem | |
# CONFIG_MCUMGR is not set | |
# CONFIG_HAWKBIT is not set | |
# CONFIG_UPDATEHUB is not set | |
# CONFIG_OSDP is not set | |
# end of Device Management | |
# | |
# Networking | |
# | |
# CONFIG_NET_BUF is not set | |
# CONFIG_NETWORKING is not set | |
# end of Networking | |
# | |
# Power Management | |
# | |
# CONFIG_SYS_POWER_MANAGEMENT is not set | |
# end of Power Management | |
# CONFIG_SHELL is not set | |
# CONFIG_STATS is not set | |
CONFIG_USB_DEVICE_STACK=y | |
# CONFIG_USB_DEVICE_LOG_LEVEL_OFF is not set | |
# CONFIG_USB_DEVICE_LOG_LEVEL_ERR is not set | |
# CONFIG_USB_DEVICE_LOG_LEVEL_WRN is not set | |
CONFIG_USB_DEVICE_LOG_LEVEL_INF=y | |
# CONFIG_USB_DEVICE_LOG_LEVEL_DBG is not set | |
CONFIG_USB_DEVICE_LOG_LEVEL=3 | |
CONFIG_USB_PID_CDC_ACM_SAMPLE=0x0001 | |
CONFIG_USB_PID_CDC_ACM_COMPOSITE_SAMPLE=0x0002 | |
CONFIG_USB_PID_HID_CDC_SAMPLE=0x0003 | |
CONFIG_USB_PID_CONSOLE_SAMPLE=0x0004 | |
CONFIG_USB_PID_DFU_SAMPLE=0x0005 | |
CONFIG_USB_PID_HID_SAMPLE=0x0006 | |
CONFIG_USB_PID_HID_MOUSE_SAMPLE=0x0007 | |
CONFIG_USB_PID_MASS_SAMPLE=0x0008 | |
CONFIG_USB_PID_TESTUSB_SAMPLE=0x0009 | |
CONFIG_USB_PID_WEBUSB_SAMPLE=0x000A | |
CONFIG_USB_PID_BLE_HCI_SAMPLE=0x000B | |
CONFIG_USB_PID_BLE_HCI_H4_SAMPLE=0x000C | |
CONFIG_USB_PID_WPANUSB_SAMPLE=0x000D | |
CONFIG_USB_DEVICE_SN="0123456789ABCDEF" | |
# CONFIG_USB_COMPOSITE_DEVICE is not set | |
CONFIG_USB_MAX_NUM_TRANSFERS=4 | |
CONFIG_USB_REQUEST_BUFFER_SIZE=128 | |
# CONFIG_USB_DEVICE_SOF is not set | |
# CONFIG_USB_DEVICE_REMOTE_WAKEUP is not set | |
# CONFIG_USB_DEVICE_BOS is not set | |
# CONFIG_USB_DEVICE_OS_DESC is not set | |
CONFIG_USB_SELF_POWERED=y | |
CONFIG_USB_MAX_POWER=50 | |
CONFIG_USB_WORKQUEUE=y | |
CONFIG_USB_WORKQUEUE_STACK_SIZE=1024 | |
CONFIG_USB_WORKQUEUE_PRIORITY=-1 | |
CONFIG_USB_CDC_ACM=y | |
CONFIG_CDC_ACM_INTERRUPT_EP_MPS=16 | |
CONFIG_CDC_ACM_BULK_EP_MPS=64 | |
CONFIG_CDC_ACM_IAD=y | |
CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y | |
# CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF is not set | |
# CONFIG_USB_CDC_ACM_LOG_LEVEL_ERR is not set | |
# CONFIG_USB_CDC_ACM_LOG_LEVEL_WRN is not set | |
CONFIG_USB_CDC_ACM_LOG_LEVEL_INF=y | |
# CONFIG_USB_CDC_ACM_LOG_LEVEL_DBG is not set | |
CONFIG_USB_CDC_ACM_LOG_LEVEL=3 | |
# CONFIG_USB_MASS_STORAGE is not set | |
# CONFIG_USB_DEVICE_BLUETOOTH is not set | |
# CONFIG_USB_DEVICE_BT_H4 is not set | |
# CONFIG_USB_DEVICE_LOOPBACK is not set | |
# | |
# USB Device Networking support | |
# | |
# CONFIG_USB_DEVICE_NETWORK_ECM is not set | |
# CONFIG_USB_DEVICE_NETWORK_EEM is not set | |
# CONFIG_USB_DEVICE_NETWORK_RNDIS is not set | |
# end of USB Device Networking support | |
CONFIG_USB_DEVICE_HID=y | |
CONFIG_USB_HID_DEVICE_NAME="HID" | |
CONFIG_USB_HID_DEVICE_COUNT=1 | |
# CONFIG_USB_HID_LOG_LEVEL_OFF is not set | |
# CONFIG_USB_HID_LOG_LEVEL_ERR is not set | |
# CONFIG_USB_HID_LOG_LEVEL_WRN is not set | |
CONFIG_USB_HID_LOG_LEVEL_INF=y | |
# CONFIG_USB_HID_LOG_LEVEL_DBG is not set | |
CONFIG_USB_HID_LOG_LEVEL=3 | |
# CONFIG_ENABLE_HID_INT_OUT_EP is not set | |
CONFIG_HID_INTERRUPT_EP_MPS=16 | |
CONFIG_USB_HID_POLL_INTERVAL_MS=9 | |
CONFIG_USB_HID_REPORTS=1 | |
# CONFIG_USB_HID_BOOT_PROTOCOL is not set | |
# CONFIG_USB_DEVICE_AUDIO is not set | |
# CONFIG_IMG_MANAGER is not set | |
# | |
# Random Number Generators | |
# | |
# CONFIG_TEST_RANDOM_GENERATOR is not set | |
# end of Random Number Generators | |
# | |
# Storage | |
# | |
# CONFIG_STREAM_FLASH is not set | |
# end of Storage | |
# CONFIG_SETTINGS is not set | |
# | |
# Testing | |
# | |
# CONFIG_ZTEST is not set | |
# CONFIG_ZTEST_MOCKING is not set | |
# CONFIG_TEST is not set | |
# CONFIG_TEST_USERSPACE is not set | |
CONFIG_TEST_ARM_CORTEX_M=y | |
# end of Testing | |
# CONFIG_TIMING_FUNCTIONS is not set | |
# CONFIG_TRACING is not set | |
# end of Sub Systems and OS Services | |
CONFIG_TOOLCHAIN_ZEPHYR_0_12=y | |
# | |
# Build and Link Features | |
# | |
# | |
# Linker Options | |
# | |
# CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set | |
CONFIG_LINKER_ORPHAN_SECTION_WARN=y | |
# CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set | |
# CONFIG_CODE_DATA_RELOCATION is not set | |
CONFIG_HAS_FLASH_LOAD_OFFSET=y | |
CONFIG_USE_DT_CODE_PARTITION=y | |
CONFIG_FLASH_LOAD_OFFSET=0x2000 | |
CONFIG_FLASH_LOAD_SIZE=0x3a000 | |
# CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set | |
CONFIG_KERNEL_ENTRY="__start" | |
CONFIG_LINKER_SORT_BY_ALIGNMENT=y | |
# end of Linker Options | |
# | |
# Compiler Options | |
# | |
# CONFIG_CODING_GUIDELINE_CHECK is not set | |
# CONFIG_NATIVE_APPLICATION is not set | |
CONFIG_SIZE_OPTIMIZATIONS=y | |
# CONFIG_SPEED_OPTIMIZATIONS is not set | |
# CONFIG_DEBUG_OPTIMIZATIONS is not set | |
# CONFIG_NO_OPTIMIZATIONS is not set | |
CONFIG_COMPILER_OPT="" | |
# end of Compiler Options | |
# CONFIG_ASSERT_ON_ERRORS is not set | |
# CONFIG_NO_RUNTIME_CHECKS is not set | |
CONFIG_RUNTIME_ERROR_CHECKS=y | |
# | |
# Build Options | |
# | |
CONFIG_OUTPUT_STAT=y | |
CONFIG_OUTPUT_DISASSEMBLY=y | |
# CONFIG_OUTPUT_DISASSEMBLE_ALL is not set | |
CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y | |
# CONFIG_CLEANUP_INTERMEDIATE_FILES is not set | |
# CONFIG_BUILD_NO_GAP_FILL is not set | |
CONFIG_BUILD_OUTPUT_BIN=y | |
# CONFIG_BUILD_OUTPUT_EXE is not set | |
# CONFIG_BUILD_OUTPUT_S19 is not set | |
# CONFIG_BUILD_OUTPUT_STRIPPED is not set | |
# CONFIG_APPLICATION_DEFINED_SYSCALL is not set | |
# CONFIG_MAKEFILE_EXPORTS is not set | |
# CONFIG_DEPRECATED_ZEPHYR_INT_TYPES is not set | |
# end of Build Options | |
# end of Build and Link Features | |
# | |
# Boot Options | |
# | |
# CONFIG_IS_BOOTLOADER is not set | |
# CONFIG_BOOTLOADER_MCUBOOT is not set | |
CONFIG_BOOTLOADER_BOSSA=y | |
CONFIG_BOOTLOADER_BOSSA_DEVICE_NAME="CDC_ACM_0" | |
# CONFIG_BOOTLOADER_BOSSA_ARDUINO is not set | |
CONFIG_BOOTLOADER_BOSSA_ADAFRUIT_UF2=y | |
# CONFIG_MISRA_SANE is not set | |
# end of Boot Options | |
# | |
# Compatibility | |
# | |
CONFIG_COMPAT_INCLUDES=y | |
# end of Compatibility |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment