interrupt.bld

来自「This an example of how to install and us」· BLD 代码 · 共 37 行

BLD
37
字号
#!build
default:
	program
	:asm_list_option=listing
	:debuglevel=multi
	:program_layout=ram
	:outputname=objs\Interrupt.ghs
	:object_dir=objs
	:start_address=__reset
	:postexec=gsize objs\Interrupt.ghs
	:postexec=gmemfile objs\Interrupt.ghs -o objs\Interrupt.bin
	:postexec=
SrcGHS\Cstartup.arm
	assembly
SrcGHS\Cstartup_EB42.c
	C
main.c
	C
SrcGHS\irq_pio.arm
	assembly
SrcGHS\irq_sw.arm
	assembly
ext_irq.c
	C
SrcGHS\fiq.arm
	assembly
interrupt_timer.c
	C
SrcGHS\irq_timer.arm
	assembly
interrupt_Usart.c
	C
SrcGHS\irq_irq0.arm
	assembly
SrcGHS\irq_usart.arm
	assembly

⌨️ 快捷键说明

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