make.bat
来自「fitted with the external ram for avr」· Batch 代码 · 共 6 行
BAT
6 行
@echo off
rem Compile and link the extram.hex file.
sccavr -can -s0x7fff -h0xbf extram.c
xlink crti extram libcavr -ca90 -Ic:\sccavr -Z(DATA)sdata=c0 -Z(CODE)scode=0 -Fintel-standard -o extram.hex -xsem -l map
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?