123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- kernel_type = "liteos_m"
- kernel_version = ""
- board_cpu = ""
- board_arch = "rv32imac"
- board_toolchain = "riscv32-unknown-elf"
- board_toolchain_path = ""
- board_toolchain_prefix = "riscv32-unknown-elf-"
- board_toolchain_type = "gcc"
- board_cflags = [
- "-mabi=ilp32",
- "-falign-functions=2",
- "-msave-restore",
- "-fno-optimize-strlen",
- "-freorder-blocks-algorithm=simple",
- "-fno-schedule-insns",
- "-fno-inline-small-functions",
- "-fno-inline-functions-called-once",
- "-mtune=size",
- "-mno-small-data-limit=0",
- "-fno-aggressive-loop-optimizations",
- "-std=c99",
- "-Wpointer-arith",
- "-Wstrict-prototypes",
- "-ffunction-sections",
- "-fdata-sections",
- "-fno-exceptions",
- "-fno-short-enums",
- "-Wextra",
- "-Wundef",
- "-U",
- "PRODUCT_CFG_BUILD_TIME",
- "-DLOS_COMPILE_LDM",
- "-DPRODUCT_USR_SOFT_VER_STR=None",
- "-DCYGPKG_POSIX_SIGNALS",
- "-D__ECOS__",
- "-D__RTOS_",
- "-DPRODUCT_CFG_HAVE_FEATURE_SYS_ERR_INFO",
- "-D__LITEOS__",
- "-DLIB_CONFIGURABLE",
- "-DLOSCFG_SHELL",
- "-DLOSCFG_CACHE_STATICS",
- "-DCUSTOM_AT_COMMAND",
- "-DLOS_COMPILE_LDM",
- "-DLOS_CONFIG_IPERF3",
- "-DCMSIS_OS_VER=2",
- "-DSECUREC_ENABLE_SCANF_FILE=0",
- "-DCONFIG_AT_COMMAND",
- "-DPRODUCT_CFG_CHIP_VER_STR=Hi3861V100",
- "-DCHIP_VER_Hi3861",
- "-DPRODUCT_CFG_SOFT_VER_STR=Hi3861",
- "-DHI_BOARD_ASIC",
- "-DHI_ON_FLASH",
- "-DLITEOS_WIFI_IOT_VERSION",
- ]
- board_cxx_flags = board_cflags
- board_ld_flags = []
- board_include_dirs = [
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/system/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/config",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/config/nv",
- "${ohos_root_path}utils/native/lite/include",
- "${ohos_root_path}device/bossay/hi3861_l0/hi3861_adapter/kal/cmsis",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/arch/risc-v/rv32im",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libm/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libsec/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/net/wpa_supplicant-2.7/src/common",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/plat/riscv",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/kernel/extended/runstop",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/posix/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/linux/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/third_party/lwip_sack/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/hw/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/nuttx/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libsec/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/config",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/user",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/plat",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/extend/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/arch",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/bionic/libm",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/shell/include",
- "${ohos_root_path}device/bossay/hi3861_l0/sdk_liteos/platform/os/Huawei_LiteOS/net/telnet/include",
- ]
- board_adapter_dir = "//device/bossay/hi3861_l0/hi3861_adapter"
- board_configed_sysroot = ""
- storage_type = ""
|