CONFIG_HAS_FPU=y CONFIG_AUDIO_SUPPORT=y CONFIG_GPIO_SUPPORT=y @@ -301,6 +302,7 @@ CONFIG_DOWNLOAD_CHECK_CERTIFICATE=y # # General build options # # CONFIG_TESTING_KERNEL is not set # CONFIG_DISPLAY_SUPPORT is not set CONFIG_BUILD_PATENTED=y # CONFIG_BUILD_NLS is not set @@ -531...
CONFIG_HAS_FPU=y CONFIG_AUDIO_SUPPORT=y CONFIG_GPIO_SUPPORT=y CONFIG_PCI_SUPPORT=y CONFIG_PCIE_SUPPORT=y CONFIG_PCMCIA_SUPPORT=y CONFIG_USB_SUPPORT=y CONFIG_RTC_SUPPORT=y CONFIG_USES_SQUASHFS=y CONFIG_USES_EXT4=y CONFIG_USES_TARGZ=y CONFIG_ARCH_64BIT=y CONFIG_VIRTIO_SUPPORT=y CONFIG_x86...
CONFIG_CPU_HAS_FPU=y # CONFIG_CPU_HAS_LSX is not set # CONFIG_CPU_HAS_LBT is not set CONFIG_LOONGARCH_CRC32_SUPPORT=y CONFIG_CPU_SUPPORTS_HIGHMEM=y CONFIG_SYS_SUPPORTS_HIGHMEM=y CONFIG_CPU_SUPPORTS_LSX=y CONFIG_CPU_SUPPORTS_LASX=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_...
The RTI has two counters: counter0 and counter1. You can select either of them for RTI compares respectively. The default is that all the four compares use counter0. The compare 0 in freeRTOS example uses counter 0. If you ...
CONFIG_SOC_CPU_HAS_FPU=y CONFIG_SOC_HP_CPU_HAS_MULTIPLE_CORES=y CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=64 CONFIG_SOC_DAC_CHAN_NUM=2 CONFIG_SOC_DAC_RESOLUTION=8 CONFIG_SOC_DAC_DMA_16BIT_ALIGN=y CONFIG_...
"//build/config/compiler:compiler_arm_fpu", "//build/config/compiler:compiler_arm_thumb", "//build/config/compiler:chromium_code", "//build/config/compiler:default_include_dirs", "//build/config/compiler:default_optimization", "//build/config/compiler:default_stack_frames", "//buil...
CONFIG_SOC_CPU_HAS_FPU=y CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 CONFIG_SOC_CPU_WATCHPOINT_SIZE=64 CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN=4096 CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH=16 CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US=1100 CONFIG_SOC_GDMA_GROUPS=...
* HAS_TASK_* macro and how/when it should be used vs. a config define. And * BOARD_*, CHIP_*, and CHIP_FAMILY_*. */ /* Add support for sensor FIFO */ #undef CONFIG_ACCEL_FIFO /* Define the size of the global fifo, must be a power of 2. */ #undef CONFIG_ACCEL_...
#cmakedefine C_HAS_inline 1 #if !(C_HAS_inline) #ifndef __cplusplus # define inline @C_INLINE@ #endif #endif #cmakedefine TARGET_OS_LINUX 1 #cmakedefine HAVE_WCTYPE_H 1 #cmakedefine HAVE_WCHAR_H 1 #cmakedefine HAVE_LANGINFO_H 1 ...
However in ifconfig, "delete (noargs)" has a different meaning: delete the first IP address on the interface. Hence, the first commandline you entered is parsed as two commands: delete (with no argument), and athn0. athn0 is not a good command... ...