You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.0 KiB
45 lines
2.0 KiB
#*********************************************************************************************************
|
|
#
|
|
# 中国软件开源组织
|
|
#
|
|
# 嵌入式实时操作系统
|
|
#
|
|
# SylixOS(TM) LW : long wing
|
|
#
|
|
# Copyright All Rights Reserved
|
|
#
|
|
#--------------文件信息--------------------------------------------------------------------------------
|
|
#
|
|
# 文 件 名: config.mk
|
|
#
|
|
# 创 建 人: RealEvo-IDE
|
|
#
|
|
# 文件创建日期: 2016 年 10 月 08 日
|
|
#
|
|
# 描 述: 本文由RealEvo-IDE生成,用于配置Makefile功能,请勿手动修改
|
|
#*********************************************************************************************************
|
|
|
|
#*********************************************************************************************************
|
|
# SylixOS Base Project path
|
|
#*********************************************************************************************************
|
|
SYLIXOS_BASE_PATH = ..
|
|
|
|
#*********************************************************************************************************
|
|
# Toolchain prefix
|
|
#*********************************************************************************************************
|
|
TOOLCHAIN_PREFIX = arm-sylixos-eabi-
|
|
|
|
#*********************************************************************************************************
|
|
# Debug options (debug or release)
|
|
#*********************************************************************************************************
|
|
DEBUG_LEVEL = debug
|
|
|
|
#*********************************************************************************************************
|
|
# NOTICE: libsylixos, BSP and other kernel modules projects CAN NOT use vfp!
|
|
#*********************************************************************************************************
|
|
FPU_TYPE = disable
|
|
CPU_TYPE = arm920t
|
|
|
|
#*********************************************************************************************************
|
|
# End
|
|
#*********************************************************************************************************
|
|
|