Landfall

pkg/landfall-examples/letux400_keypad/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_letux400_keypad     5 MODE		= shared     6 SRC_C		= letux400_keypad.c memory.c     7 REQUIRES_LIBS   = libio l4re_c-util libdrivers-gpio     8      9 include $(L4DIR)/mk/prog.mk