|
|
|
#ifndef SDK_CONFIG_H__
|
|
|
|
#define SDK_CONFIG_H__
|
|
|
|
|
|
|
|
#define CONFIG_USE_BAREMETAL
|
|
|
|
|
|
|
|
/* Arch configuration */
|
|
|
|
|
|
|
|
#define CONFIG_TARGET_ARMv8
|
|
|
|
#define CONFIG_ARCH_NAME "armv8"
|
|
|
|
|
|
|
|
/* Arm architecture configuration */
|
|
|
|
|
|
|
|
#define CONFIG_ARCH_ARMV8_AARCH64
|
|
|
|
/* CONFIG_ARCH_ARMV8_AARCH32 is not set */
|
|
|
|
|
|
|
|
/* Compiler configuration */
|
|
|
|
|
|
|
|
#define CONFIG_ARM_GCC_SELECT
|
|
|
|
/* CONFIG_ARM_CLANG_SELECT is not set */
|
|
|
|
#define CONFIG_TOOLCHAIN_NAME "gcc"
|
|
|
|
#define CONFIG_TARGET_ARMV8_AARCH64
|
|
|
|
#define CONFIG_ARCH_EXECUTION_STATE "aarch64"
|
|
|
|
#define CONFIG_ARM_NEON
|
|
|
|
#define CONFIG_ARM_CRC
|
|
|
|
#define CONFIG_ARM_CRYPTO
|
|
|
|
#define CONFIG_ARM_FLOAT_POINT
|
|
|
|
/* CONFIG_GCC_CODE_MODEL_TINY is not set */
|
|
|
|
#define CONFIG_GCC_CODE_MODEL_SMALL
|
|
|
|
/* CONFIG_GCC_CODE_MODEL_LARGE is not set */
|
|
|
|
/* end of Compiler configuration */
|
|
|
|
/* CONFIG_USE_L3CACHE is not set */
|
|
|
|
#define CONFIG_BOOT_WITH_FLUSH_CACHE
|
|
|
|
/* CONFIG_MMU_DEBUG_PRINTS is not set */
|
|
|
|
/* end of Arm architecture configuration */
|
|
|
|
#define CONFIG_MMU_PAGE_SIZE 0x1000
|
|
|
|
#define CONFIG_MAX_XLAT_TABLES 256
|
|
|
|
/* end of Arch configuration */
|
|
|
|
|
|
|
|
/* Soc configuration */
|
|
|
|
|
|
|
|
/* CONFIG_TARGET_PHYTIUMPI is not set */
|
|
|
|
/* CONFIG_TARGET_E2000Q is not set */
|
|
|
|
/* CONFIG_TARGET_E2000D is not set */
|
|
|
|
/* CONFIG_TARGET_E2000S is not set */
|
|
|
|
#define CONFIG_TARGET_FT2004
|
|
|
|
/* CONFIG_TARGET_D2000 is not set */
|
|
|
|
/* CONFIG_TARGET_PD2308 is not set */
|
|
|
|
#define CONFIG_SOC_NAME "ft2004"
|
|
|
|
#define CONFIG_SOC_CORE_NUM 4
|
|
|
|
#define CONFIG_F32BIT_MEMORY_ADDRESS 0x80000000
|
|
|
|
#define CONFIG_F32BIT_MEMORY_LENGTH 0x80000000
|
|
|
|
#define CONFIG_F64BIT_MEMORY_ADDRESS 0x2000000000
|
|
|
|
#define CONFIG_F64BIT_MEMORY_LENGTH 0x800000000
|
|
|
|
#define CONFIG_DEFAULT_DEBUG_PRINT_UART1
|
|
|
|
/* CONFIG_DEFAULT_DEBUG_PRINT_UART0 is not set */
|
|
|
|
/* CONFIG_DEFAULT_DEBUG_PRINT_UART2 is not set */
|
|
|
|
/* end of Soc configuration */
|
|
|
|
|
|
|
|
/* Board Configuration */
|
|
|
|
|
|
|
|
#define CONFIG_BOARD_NAME "dsk"
|
|
|
|
#define CONFIG_FT2004_DSK_BOARD
|
|
|
|
|
|
|
|
/* IO mux configuration when board start up */
|
|
|
|
|
|
|
|
/* CONFIG_CUS_DEMO_BOARD is not set */
|
|
|
|
|
|
|
|
/* Build project name */
|
|
|
|
|
|
|
|
#define CONFIG_TARGET_NAME "micropython"
|
|
|
|
/* end of Build project name */
|
|
|
|
/* end of Board Configuration */
|
|
|
|
|
|
|
|
/* Sdk common configuration */
|
|
|
|
|
|
|
|
#define CONFIG_ELOG_LINE_BUF_SIZE 0x100
|
|
|
|
/* CONFIG_LOG_VERBOS is not set */
|
|
|
|
/* CONFIG_LOG_DEBUG is not set */
|
|
|
|
/* CONFIG_LOG_INFO is not set */
|
|
|
|
/* CONFIG_LOG_WARN is not set */
|
|
|
|
#define CONFIG_LOG_ERROR
|
|
|
|
/* CONFIG_LOG_NONE is not set */
|
|
|
|
/* CONFIG_LOG_EXTRA_INFO is not set */
|
|
|
|
/* CONFIG_LOG_DISPALY_CORE_NUM is not set */
|
|
|
|
/* CONFIG_BOOTUP_DEBUG_PRINTS is not set */
|
|
|
|
#define CONFIG_USE_DEFAULT_INTERRUPT_CONFIG
|
|
|
|
#define CONFIG_INTERRUPT_ROLE_MASTER
|
|
|
|
/* CONFIG_INTERRUPT_ROLE_SLAVE is not set */
|
|
|
|
/* end of Sdk common configuration */
|
|
|
|
|
|
|
|
/* Drivers configuration */
|
|
|
|
|
|
|
|
#define CONFIG_USE_IOMUX
|
|
|
|
#define CONFIG_ENABLE_IOCTRL
|
|
|
|
/* CONFIG_ENABLE_IOPAD is not set */
|
|
|
|
/* CONFIG_USE_SPI is not set */
|
|
|
|
/* CONFIG_USE_QSPI is not set */
|
|
|
|
#define CONFIG_USE_SERIAL
|
|
|
|
|
|
|
|
/* Usart Configuration */
|
|
|
|
|
|
|
|
#define CONFIG_ENABLE_Pl011_UART
|
|
|
|
/* end of Usart Configuration */
|
|
|
|
/* CONFIG_USE_GPIO is not set */
|
|
|
|
/* CONFIG_USE_ETH is not set */
|
|
|
|
/* CONFIG_USE_CAN is not set */
|
|
|
|
/* CONFIG_USE_I2C is not set */
|
|
|
|
/* CONFIG_USE_TIMER is not set */
|
|
|
|
/* CONFIG_USE_MIO is not set */
|
|
|
|
#define CONFIG_USE_SDMMC
|
|
|
|
#define CONFIG_ENABLE_FSDMMC
|
|
|
|
/* CONFIG_ENABLE_FSDIF is not set */
|
|
|
|
/* CONFIG_USE_PCIE is not set */
|
|
|
|
/* CONFIG_USE_WDT is not set */
|
|
|
|
/* CONFIG_USE_DMA is not set */
|
|
|
|
/* CONFIG_USE_NAND is not set */
|
|
|
|
/* CONFIG_USE_RTC is not set */
|
|
|
|
/* CONFIG_USE_SATA is not set */
|
|
|
|
/* CONFIG_USE_USB is not set */
|
|
|
|
/* CONFIG_USE_ADC is not set */
|
|
|
|
/* CONFIG_USE_PWM is not set */
|
|
|
|
/* CONFIG_USE_IPC is not set */
|
|
|
|
/* CONFIG_USE_MEDIA is not set */
|
|
|
|
/* CONFIG_USE_SCMI_MHU is not set */
|
|
|
|
/* CONFIG_USE_I2S is not set */
|
|
|
|
/* CONFIG_USE_I3C is not set */
|
|
|
|
/* end of Drivers configuration */
|
|
|
|
|
|
|
|
/* Third-party configuration */
|
|
|
|
|
|
|
|
/* CONFIG_USE_LWIP is not set */
|
|
|
|
#define CONFIG_USE_LETTER_SHELL
|
|
|
|
|
|
|
|
/* Letter shell configuration */
|
|
|
|
|
|
|
|
#define CONFIG_LS_PL011_UART
|
|
|
|
#define CONFIG_DEFAULT_LETTER_SHELL_USE_UART1
|
|
|
|
/* CONFIG_DEFAULT_LETTER_SHELL_USE_UART0 is not set */
|
|
|
|
/* CONFIG_DEFAULT_LETTER_SHELL_USE_UART2 is not set */
|
|
|
|
/* end of Letter shell configuration */
|
|
|
|
/* CONFIG_USE_AMP is not set */
|
|
|
|
/* CONFIG_USE_YMODEM is not set */
|
|
|
|
/* CONFIG_USE_SFUD is not set */
|
|
|
|
/* CONFIG_USE_FATFS_0_1_4 is not set */
|
|
|
|
#define CONFIG_USE_TLSF
|
|
|
|
/* CONFIG_USE_SPIFFS is not set */
|
|
|
|
/* CONFIG_USE_LITTLE_FS is not set */
|
|
|
|
/* CONFIG_USE_LVGL is not set */
|
|
|
|
/* CONFIG_USE_FREEMODBUS is not set */
|
|
|
|
#define CONFIG_USE_FSL_SDMMC
|
|
|
|
|
|
|
|
/* FSL Sdmmc configuration */
|
|
|
|
|
|
|
|
/* Host configuration */
|
|
|
|
|
|
|
|
/* CONFIG_FSL_SDMMC_USE_FSDIF is not set */
|
|
|
|
#define CONFIG_FSL_SDMMC_USE_FSDMMC
|
|
|
|
/* end of Host configuration */
|
|
|
|
|
|
|
|
/* Protocol configuration */
|
|
|
|
|
|
|
|
#define CONFIG_FSL_SDMMC_ENABLE_SD
|
|
|
|
/* CONFIG_FSL_SDMMC_ENABLE_MMC is not set */
|
|
|
|
/* CONFIG_FSL_SDMMC_ENABLE_SDIO is not set */
|
|
|
|
/* CONFIG_FSL_SDMMC_ENABLE_SD_SPI is not set */
|
|
|
|
/* end of Protocol configuration */
|
|
|
|
/* end of FSL Sdmmc configuration */
|
|
|
|
#define CONFIG_USE_MICROPYTHON
|
|
|
|
/* CONFIG_USE_TINYMAIX is not set */
|
|
|
|
/* end of Third-party configuration */
|
|
|
|
|
|
|
|
/* Build setup */
|
|
|
|
|
|
|
|
#define CONFIG_CHECK_DEPS
|
|
|
|
#define CONFIG_OUTPUT_BINARY
|
|
|
|
|
|
|
|
/* Optimization options */
|
|
|
|
|
|
|
|
/* CONFIG_DEBUG_NOOPT is not set */
|
|
|
|
/* CONFIG_DEBUG_CUSTOMOPT is not set */
|
|
|
|
#define CONFIG_DEBUG_FULLOPT
|
|
|
|
#define CONFIG_DEBUG_OPT_UNUSED_SECTIONS
|
|
|
|
#define CONFIG_DEBUG_LINK_MAP
|
|
|
|
/* CONFIG_CCACHE is not set */
|
|
|
|
/* CONFIG_ARCH_COVERAGE is not set */
|
|
|
|
/* CONFIG_LTO_FULL is not set */
|
|
|
|
/* end of Optimization options */
|
|
|
|
|
|
|
|
/* Debug options */
|
|
|
|
|
|
|
|
/* CONFIG_DEBUG_ENABLE_ALL_WARNING is not set */
|
|
|
|
/* CONFIG_WALL_WARNING_ERROR is not set */
|
|
|
|
/* CONFIG_STRICT_PROTOTYPES is not set */
|
|
|
|
/* CONFIG_DEBUG_SYMBOLS is not set */
|
|
|
|
/* CONFIG_FRAME_POINTER is not set */
|
|
|
|
#define CONFIG_OUTPUT_ASM_DIS
|
|
|
|
/* CONFIG_ENABLE_WSHADOW is not set */
|
|
|
|
/* CONFIG_ENABLE_WUNDEF is not set */
|
|
|
|
#define CONFIG_DOWNGRADE_DIAG_WARNING
|
|
|
|
/* end of Debug options */
|
|
|
|
|
|
|
|
/* Lib */
|
|
|
|
|
|
|
|
#define CONFIG_USE_COMPILE_CHAIN
|
|
|
|
/* CONFIG_USE_NEWLIB is not set */
|
|
|
|
/* CONFIG_USE_USER_DEFINED is not set */
|
|
|
|
/* end of Lib */
|
|
|
|
/* CONFIG_ENABLE_CXX is not set */
|
|
|
|
|
|
|
|
/* Linker Options */
|
|
|
|
|
|
|
|
#define CONFIG_DEFAULT_LINKER_SCRIPT
|
|
|
|
/* CONFIG_USER_DEFINED_LD is not set */
|
|
|
|
#define CONFIG_IMAGE_LOAD_ADDRESS 0x80100000
|
|
|
|
#define CONFIG_IMAGE_MAX_LENGTH 0x1000000
|
|
|
|
#define CONFIG_HEAP_SIZE 2
|
|
|
|
#define CONFIG_STACK_SIZE 0x400
|
|
|
|
/* end of Linker Options */
|
|
|
|
/* end of Build setup */
|
|
|
|
|
|
|
|
#endif
|