Landfall

pkg/landfall-examples/dl_test/Makefile

221:89d597f10dc6
12 months ago Paul Boddie Introduced support for the SPI peripheral on the JZ4780. Removed DMA buffer handling from the AIC/I2S peripheral support, changing the transfer operation to use an arbitrary physical address. Changed the hw_info test program to support use of the SPI peripheral and GPIO-driven SPI communication in the same session. Added a test picture in RGB16 format for use with the hw_info program. cpm-library-improvements
     1 PKGDIR		?= ..     2 L4DIR		?= $(PKGDIR)/../..     3      4 TARGET		= ex_dl_test     5 SRC_C		= dl_test.c     6 REQUIRES_LIBS   = l4re_c-util libdl     7      8 include $(L4DIR)/mk/prog.mk