environ.in
来自「HAL硬件抽象层源码」· IN 代码 · 共 16 行
IN
16 行
#
# Copyright (C) ARM Limited 1999. All rights reserved.
#
#------------------------------------------------------------
# This set of makefile definitions describe the build
# environment for the uHAL based programs
#------------------------------------------------------------
# Where is uHAL (relative to ./Boards/<BOARD_NAME>)
UHAL_BASE = ../../../uHAL
# Where is PCI library (relative to ./Boards/<BOARD_NAME>)
PCILIB_BASE = ../../../PCI
# Where is the Flash library
FLASHLIB_BASE = ../../../FlashLibrary
# The set of boards/subdirectories that we need to build.
BOARDS = PID7T
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?