/ projects / maixpy_k210_minimum / config_with_ide_support.mk
config_with_ide_support.mk
  1  # Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
  2  
  3  #
  4  # Toolchain configuration
  5  #
  6  CONFIG_TOOLCHAIN_PATH="/opt/kendryte-toolchain/bin"
  7  CONFIG_TOOLCHAIN_PREFIX="riscv64-unknown-elf-"
  8  # end of Toolchain configuration
  9  
 10  #
 11  # Components configuration
 12  #
 13  
 14  #
 15  # Board config
 16  #
 17  CONFIG_BOARD_MAIX=y
 18  # CONFIG_BOARD_M5STICK is not set
 19  # CONFIG_BOARD_TWATCH is not set
 20  CONFIG_LCD_DEFAULT_WIDTH=320
 21  CONFIG_LCD_DEFAULT_HEIGHT=240
 22  CONFIG_LCD_DEFAULT_FREQ=15000000
 23  CONFIG_SENSOR_FREQ=24000000
 24  CONFIG_CPU_DEFAULT_FREQ=400000000
 25  # end of Board config
 26  
 27  CONFIG_COMPONENT_DRIVERS_ENABLE=y
 28  
 29  #
 30  # Drivers configuration
 31  #
 32  
 33  #
 34  # SD card
 35  #
 36  CONFIG_SPI_SD_CARD_FORCE_HIGH_SPEED=y
 37  # end of SD card
 38  
 39  #
 40  # WS2812
 41  #
 42  # CONFIG_WS2812_ENABLE is not set
 43  # end of WS2812
 44  
 45  #
 46  # HTPA thermal sensor
 47  #
 48  # CONFIG_HTPA_ENABLE is not set
 49  # end of HTPA thermal sensor
 50  # end of Drivers configuration
 51  
 52  CONFIG_COMPONENT_KENDRYTE_SDK_ENABLE=y
 53  
 54  #
 55  # Kendryte SDK configurations
 56  #
 57  CONFIG_SDK_LOG_LEVEL=5
 58  # CONFIG_FREERTOS_ENABLE is not set
 59  # CONFIG_MIC_ARRAY_ENABLE is not set
 60  # end of Kendryte SDK configurations
 61  
 62  CONFIG_COMPONENT_MICROPYTHON_ENABLE=y
 63  
 64  #
 65  # Micropython configurations
 66  #
 67  CONFIG_MAIXPY_GC_HEAP_SIZE=0x80000
 68  
 69  #
 70  # Modules configurations
 71  #
 72  CONFIG_MAIXPY_IDE_SUPPORT=y
 73  # CONFIG_MAIXPY_THREAD_ENABLE is not set
 74  # CONFIG_MAIXPY_NES_ENABLE is not set
 75  # CONFIG_MAIXPY_VIDEO_ENABLE is not set
 76  # CONFIG_MAIXPY_TOUCH_SCREEN_ENABLE is not set
 77  CONFIG_MAIXPY_OMV_MINIMUM=y
 78  # CONFIG_MAIXPY_OMV_CONV_YUV_FAST is not set
 79  CONFIG_MAIXPY_OMV_DOUBLE_BUFF=y
 80  # CONFIG_MAIXPY_MIC_ARRAY_ENABLE is not set
 81  # CONFIG_MAIXPY_LVGL_ENABLE is not set
 82  # CONFIG_MAIXPY_LODEPNG_ENABLE is not set
 83  # CONFIG_MAIXPY_WS2812_ENABLE is not set
 84  # CONFIG_MAIXPY_HTPA_ENABLE is not set
 85  # CONFIG_MICROPYTHON_ULAB_ENALBE is not set
 86  # CONFIG_MICROPYTHON_KMODEL_V4_SUPPORT is not set
 87  # CONFIG_MAIXPY_SPEECH_RECOGNIZER_ENABLE is not set
 88  # CONFIG_MICROPY_SSL_ENABLE is not set
 89  # CONFIG_MAIXPY_WIZNET5K_ENABLE is not set
 90  # end of Modules configurations
 91  
 92  #
 93  # Builtin py modules configurations
 94  #
 95  # CONFIG_MAIXPY_BUILTIN_PY_PYE is not set
 96  CONFIG_MAIXPY_BUILTIN_PY_BOARD=y
 97  CONFIG_MAIXPY_BUILTIN_PY_FPIOA_MANAGER=y
 98  # end of Builtin py modules configurations
 99  
100  #
101  # Debug configurations
102  #
103  # CONFIG_MAIXPY_K210_UARTHS_DEBUG is not set
104  # end of Debug configurations
105  
106  CONFIG_BUILTIN_PY_DIR=""
107  # end of Micropython configurations
108  
109  #
110  # Others
111  #
112  # CONFIG_COMPONENT_LIB_SIPEED_KPU_SRC_ENABLE is not set
113  # end of Others
114  
115  CONFIG_COMPONENT_SPIFFS_ENABLE=y
116  
117  #
118  # SPIFFS Configuration
119  #
120  
121  #
122  # SPIFFS Cache Configuration
123  #
124  CONFIG_SPIFFS_CACHE=y
125  CONFIG_SPIFFS_CACHE_WR=y
126  # CONFIG_SPIFFS_CACHE_STATS is not set
127  # end of SPIFFS Cache Configuration
128  
129  CONFIG_SPIFFS_SIZE=0x300000
130  CONFIG_SPIFFS_START_ADDR=0xD00000
131  CONFIG_SPIFFS_EREASE_SIZE=0x1000
132  CONFIG_SPIFFS_LOGICAL_BLOCK_SIZE=0x20000
133  CONFIG_SPIFFS_LOGICAL_PAGE_SIZE=0x1000
134  CONFIG_SPIFFS_OBJ_NAME_LEN=128
135  CONFIG_SPIFFS_USE_MAGIC=y
136  CONFIG_SPIFFS_USE_MAGIC_LENGTH=y
137  CONFIG_SPIFFS_META_LENGTH=0
138  
139  #
140  # Debug Configuration
141  #
142  # CONFIG_SPIFFS_DBG is not set
143  # CONFIG_SPIFFS_API_DBG is not set
144  # CONFIG_SPIFFS_GC_DBG is not set
145  # CONFIG_SPIFFS_CACHE_DBG is not set
146  # CONFIG_SPIFFS_CHECK_DBG is not set
147  # end of Debug Configuration
148  # end of SPIFFS Configuration
149  
150  CONFIG_COMPONENT_UTILS_ENABLE=y
151  # end of Components configuration
152  
153  #
154  # Others
155  #
156  # CONFIG_LIB_NNCASE_SOURCE_CODE_ENABLE is not set
157  # end of Others