drivers/peripheral.mk

Sat, 06 Aug 2011 01:43:24 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Sat, 06 Aug 2011 01:43:24 +0100
changeset 1
dfc32cad81ba
parent 0
267b5a25932f
permissions
-rw-r--r--

Update to latest Lattice code dump (LM32 V3.8, GPIO V3.2)

Version : 3.2
Mod. Data : Jun 6, 2010
Changes Made : 1. Provide capability to read/write bytes (when GPIO larger than 8 bits wide)
2. Provide capability to use a 32-bit or 8-bit data bus on the WISHBONE slave port
3. Perform a big-endian to little-endian conversion in hardware

philpem@0 1 #---------------------------------------------------------
philpem@0 2 # Identify source-paths for this device's driver-sources,
philpem@0 3 # compiled when building the library
philpem@0 4 #---------------------------------------------------------
philpem@1 5 LIBRARY_C_SRCS += MicoGPIOService.c
philpem@0 6
philpem@0 7 LIBRARY_ASM_SRCS +=
philpem@0 8