📄 makefile-keyspan_pda_fw
字号:
# some rules to handle the quirks of the 'as31' assembler, like# insisting upon fixed suffixes for the input and output files,# and its lack of preprocessor supportall: keyspan_pda_fw.h%.asm: %.S gcc -x assembler-with-cpp -P -E -o $@ $<%.hex: %.asm as31 -l $< mv $*.obj $@%_fw.h: %.hex ezusb_convert.pl perl ezusb_convert.pl $* < $< > $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -