⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 一个很好的嵌入式linux平台下的bootloader
💻
字号:
CFG_LITTLE ?= 0CFG_RELOC ?= 1CFG_UNCACHED ?= 0CFG_VAPI ?= 0CFG_BOOTRAM ?= 0CFG_BOARDNAME = "VCS"CFG_PCI = 0TOP = ../../../cfeARCH = mipsCPU = sb1250CHIPSET = sibyteBOARD = vcsinclude ${TOP}/main/cfe.mkBSPOBJS = vcs_init.o vcs_devs.o diag_null.o## These settings speed up the cache init by not doing too much of it.# This helps boot time in the sim.# They also adjust timers and other hardware stuff # for running in the functional simulator (mostly changes CPU speed to # 500Khz).  Remove this before using on real hardware.#CFLAGS += -D_FASTINIT_ -D_FASTEMUL_ -D_FUNCSIM_CFLAGS += -U_SB1250_PASS1_WORKAROUNDS_ALL : cfe cfe.flash	echo doneinclude ${TOP}/main/cfe_link.mk

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -