Files
kunlun/build/env_bee.sh
2024-09-28 14:24:04 +08:00

22 lines
496 B
Bash
Executable File

export disable_print=0
export hw_platform_ver=15
export gcc=riscv
export target=bee
export ftm_build=0
export opt_build=1
export flash_build=0
export cpu1_build=1
export cco=1
export psram_enable=1
export HW_CHIP_ID=NA
export release_build=1
export gdb_debug_enable=1
export fatfs_enable=0
export product_line=BT
export mpu_enable=0
export bt_build_type=btdm #ble-splitemb/btdm/bt-std
export PLATFORM=FPGA
export fpga_image_type=SOC
export soft_float_enable=0
export PATH=/opt/kunlun2/bin/:$PATH