/ projects / maixpy_amigo_ips / config_minimum.mk
config_minimum.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 is not set
 73  CONFIG_MAIXPY_IDE_SUPPORT=y
 74  # CONFIG_MAIXPY_THREAD_ENABLE is not set
 75  # CONFIG_MAIXPY_NES_ENABLE is not set
 76  # CONFIG_MAIXPY_VIDEO_ENABLE is not set
 77  # CONFIG_MAIXPY_TOUCH_SCREEN_ENABLE is not set
 78  CONFIG_MAIXPY_OMV_MINIMUM=n
 79  # CONFIG_MAIXPY_OMV_CONV_YUV_FAST is not set
 80  CONFIG_MAIXPY_OMV_DOUBLE_BUFF=n
 81  # CONFIG_MAIXPY_MIC_ARRAY_ENABLE is not set
 82  # CONFIG_MAIXPY_LVGL_ENABLE is not set
 83  # CONFIG_MAIXPY_LODEPNG_ENABLE is not set
 84  # CONFIG_MAIXPY_WS2812_ENABLE is not set
 85  # CONFIG_MAIXPY_HTPA_ENABLE is not set
 86  # CONFIG_MICROPYTHON_ULAB_ENALBE is not set
 87  CONFIG_MICROPYTHON_ULAB_ENALBE=y
 88  CONFIG_MICROPYTHON_KMODEL_V4_SUPPORT=y
 89  # CONFIG_MAIXPY_SPEECH_RECOGNIZER_ENABLE is not set
 90  # CONFIG_MICROPY_SSL_ENABLE is not set
 91  # CONFIG_MAIXPY_WIZNET5K_ENABLE is not set
 92  # end of Modules configurations
 93  
 94  #
 95  # Builtin py modules configurations
 96  #
 97  # CONFIG_MAIXPY_BUILTIN_PY_PYE is not set
 98  CONFIG_MAIXPY_BUILTIN_PY_BOARD=y
 99  CONFIG_MAIXPY_BUILTIN_PY_FPIOA_MANAGER=y
100  # end of Builtin py modules configurations
101  
102  #
103  # Debug configurations
104  #
105  # CONFIG_MAIXPY_K210_UARTHS_DEBUG is not set
106  # end of Debug configurations
107  
108  CONFIG_BUILTIN_PY_DIR="${PROJECT_PATH}/builtin_py"
109  # end of Micropython configurations
110  
111  #
112  # Others
113  #
114  # CONFIG_COMPONENT_LIB_SIPEED_KPU_SRC_ENABLE is not set
115  # end of Others
116  
117  CONFIG_COMPONENT_SPIFFS_ENABLE=y
118  
119  #
120  # SPIFFS Configuration
121  #
122  
123  #
124  # SPIFFS Cache Configuration
125  #
126  CONFIG_SPIFFS_CACHE=y
127  CONFIG_SPIFFS_CACHE_WR=y
128  # CONFIG_SPIFFS_CACHE_STATS is not set
129  # end of SPIFFS Cache Configuration
130  
131  CONFIG_SPIFFS_SIZE=0x300000
132  CONFIG_SPIFFS_START_ADDR=0xD00000
133  CONFIG_SPIFFS_EREASE_SIZE=0x1000
134  CONFIG_SPIFFS_LOGICAL_BLOCK_SIZE=0x20000
135  CONFIG_SPIFFS_LOGICAL_PAGE_SIZE=0x1000
136  CONFIG_SPIFFS_OBJ_NAME_LEN=128
137  CONFIG_SPIFFS_USE_MAGIC=y
138  CONFIG_SPIFFS_USE_MAGIC_LENGTH=y
139  CONFIG_SPIFFS_META_LENGTH=0
140  
141  #
142  # Debug Configuration
143  #
144  # CONFIG_SPIFFS_DBG is not set
145  # CONFIG_SPIFFS_API_DBG is not set
146  # CONFIG_SPIFFS_GC_DBG is not set
147  # CONFIG_SPIFFS_CACHE_DBG is not set
148  # CONFIG_SPIFFS_CHECK_DBG is not set
149  # end of Debug Configuration
150  # end of SPIFFS Configuration
151  
152  CONFIG_COMPONENT_UTILS_ENABLE=y
153  # end of Components configuration
154  
155  #
156  # Others
157  #
158  # CONFIG_LIB_NNCASE_SOURCE_CODE_ENABLE is not set
159  # end of Others