setenv.bat
来自「针对at91系列的arm的启动代码的编写有一个整体的说明」· Batch 代码 · 共 20 行
BAT
20 行
@echo OFFecho ##########################################################################echo _echo Setting up build environment for AT91BootStrap :echo _set CROSS_COMPILE=arm-none-eabi-set ERASE_FCT=del /Fecho CROSS_COMPILE=arm-none-eabi-echo ERASE_FCT=del /Fecho _echo ##########################################################################echo _echo Usage :echo change to the directory you want the AT91BootStrap to be built forecho ie : cd board\at91sam9260ek\dataflashecho _echo Type the 'make' command.echo You get a .bin file ready to be sent to your board with SAM-BA
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?