?? makefile
字號:
PRJ = handle_interruptsall: armasm startup.s -o startup.o armcc -c main.c armcc -c led.c armcc -c beep.c armcc -c timer.c armcc -c int0.c armcc -c uart.c armcc -c irq.c armlink startup.o main.o led.o beep.o timer.o int0.o uart.o irq.o -first startup.o -ro-base 0x8000 -o $(PRJ).axf fromelf $(PRJ).axf -bin -output $(PRJ).bin fromelf -c -d -s -o $(PRJ).lst $(PRJ).axf uuencode $(PRJ).bin $(PRJ).uue.txtclean: -del *.bin -del *.lst -del *.o -del *.axf -del *.bak -del *.uue
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -