-- The ASM compiler identification is GNU
-- Found assembler: /data/xilinx/Vitis/2023.2/gnu/aarch32/lin/gcc-arm-none-eabi/bin/arm-none-eabi-gcc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis/NewInstrCalBoard_bsp/zynq_fsbl/zynq_fsbl_bsp/libsrc/build_configs/gen_bsp
-- Cache values
// Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=

// Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

// Size
CMAKE_SIZE:FILEPATH=arm-none-eabi-size

// Specs file path for using CMAKE toolchain files
CMAKE_SPECS_FILE:STRING=/home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis/NewInstrCalBoard_bsp/zynq_fsbl/zynq_fsbl_bsp/Xilinx.spec

// Device Id
DEVICE_ID:STRING=7z035

// The directory containing a CMake configuration file for INTC.
INTC_DIR:PATH=INTC_DIR-NOTFOUND

// Non Yocto embeddedsw FLOW
NON_YOCTO:BOOL=ON

// Number of slrs
NUMBER_OF_SLRS:STRING=0x1

// ASM FLAGS
TOOLCHAIN_ASM_FLAGS:STRING= -O2 -DSDT -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard

// CXXFLAGS
TOOLCHAIN_CXX_FLAGS:STRING= -O2 -DSDT -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard

// CFLAGS
TOOLCHAIN_C_FLAGS:STRING= -O2 -DSDT -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard

// Flags used by compiler to generate dependency files
TOOLCHAIN_DEP_FLAGS:STRING= -MMD -MP

// Extra CFLAGS
TOOLCHAIN_EXTRA_C_FLAGS:STRING= -g -Wall -Wextra -fno-tree-loop-distribute-patterns

// 0:Disable exFAT, 1:Enable exFAT(Also Enables LFN)
XILFFS_enable_exfat:BOOL=OFF

// 0:Single partition, 1:Enable multiple partition
XILFFS_enable_multi_partition:BOOL=OFF

// Enables file system with selected interface. Enter 1 for SD. Enter 2 for RAM
XILFFS_fs_interface:STRING=1

// Number of volumes (logical drives, from 1 to 10) to be used.
XILFFS_num_logical_vol:STRING=2

// RAM FS size
XILFFS_ramfs_size:STRING=3145728

// RAM FS start address
XILFFS_ramfs_start_addr:STRING=

// Enables the file system in Read_Only mode if true. ZynqMP fsbl will set this to true
XILFFS_read_only:BOOL=OFF

// Configures relative path feature (valid values 0 to 2).
XILFFS_set_fs_rpath:STRING=0

// Enables use of CHMOD functionality for changing attributes (valid only with read_only set to false)
XILFFS_use_chmod:BOOL=OFF

// Enables the Long File Name(LFN) support if non-zero. Disabled by default: 0, LFN with static working buffer: 1, Dynamic working buffer: 2 (on stack) or 3 (on heap)
XILFFS_use_lfn:STRING=0

// Disable(0) or Enable(1) f_mkfs function. ZynqMP fsbl will set this to false
XILFFS_use_mkfs:BOOL=ON

// Enables the string functions (valid values 0 to 2).
XILFFS_use_strfunc:STRING=0

// Enables word access for misaligned memory access platform
XILFFS_word_access:BOOL=ON

// Enable Interval Timer
XILTIMER_en_interval_timer:BOOL=OFF

// This parameter is used to select specific timer for sleep functionality
XILTIMER_sleep_timer:STRING=ps7_scutimer_0

// This parameter is used to select specific timer for tick functionality
XILTIMER_tick_timer:STRING=None

// Archiver
proc_archiver:STRING=arm-none-eabi-gcc-ar

// Assembler
proc_assembler:STRING=arm-none-eabi-gcc

// Compiler
proc_compiler:STRING=arm-none-eabi-gcc

// Compiler Flags
proc_compiler_flags:STRING= -O2 -DSDT -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard;-c

// Extra Compiler Flags
proc_extra_compiler_flags:STRING= -g -Wall -Wextra -fno-tree-loop-distribute-patterns

// stdin peripheral
standalone_stdin:STRING=ps7_uart_1

// stdout peripheral
standalone_stdout:STRING=ps7_uart_1

