Back to home page

LXR

 
 

    


Warning, /bsps/arm/lpc24xx/config/lpc24xx_ea.cfg is written in an unsupported language. File is not indexed.

0001 #
0002 #  Config file for LPC24XX (QVGA Base Board from Embedded Artists).
0003 #
0004 
0005 include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
0006 
0007 # define bsp-post-link
0008 #       $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
0009 #       gzip -f -9 '$(basename $@).bin'
0010 #       mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
0011 #       $(default-bsp-post-link)
0012 # endef