]> rtime.felk.cvut.cz Git - lincan.git/commit
Contributed support for LCP17xx devices and PiKRON's LMC1 board.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 1 Oct 2011 12:27:04 +0000 (14:27 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 1 Oct 2011 12:27:04 +0000 (14:27 +0200)
commit541875de9e63ea9996e275e00d2a2479d53ed75e
tree6db9ef5f10133a7b4dcae7d1189d1ca9501464d4
parent642b1167f8fd7e2f2df0d4bfcdf79680c43c96cb
Contributed support for LCP17xx devices and PiKRON's LMC1 board.

The support originates from uLAN project sysless repository
and is result of new HPLC instruments development at PiKRON
company.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
62 files changed:
embedded/arch/arm/mach-lpc17xx/Makefile [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/Makefile.omk [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/defines/LPC17xx.h [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/defines/Makefile [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/defines/Makefile.omk [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/defines/core_cm3.h [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/defines/lpc17xx-um2reg.sh [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/defines/lpcUSB.h [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/Makefile [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/Makefile.omk [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/Makefile [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/Makefile.omk [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal.c [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal_gpio.c [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal_gpio.h [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal_gpio_def.h [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal_machperiph.c [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal_machperiph.h [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/hal_reserve_usb_ram.c [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/hal/startup.c [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/iap/Makefile [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/iap/Makefile.omk [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/iap/iap.c [new file with mode: 0644]
embedded/arch/arm/mach-lpc17xx/libs/iap/lpciap.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/Makefile [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/Makefile.omk [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/config/config.lmc1 [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/config/config.u2uv2 [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/config/config.ulboot [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/config/config.ulboot-mpx-uu-pc [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/defines/Makefile [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/defines/Makefile.omk [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/defines/system_def-lmc1.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/defines/system_def-mpx-uu-pc.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/defines/system_def-ulmi.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/Makefile [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/Makefile.omk [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/Makefile [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/Makefile.omk [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/bsp0hwinit.c [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/bspbase.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/serial_reg.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/uart.c [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/bspbase/uart.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/Makefile [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/Makefile.omk [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/keyval_loc.h [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1754.ld-app [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1754.ld-boot [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1754.ld-cfg [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1758.ld-app [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1758.ld-boot [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1758.ld-cfg [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1766.ld-app [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1766.ld-boot [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1766.ld-cfg [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1768.ld-app [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1768.ld-boot [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc1768.ld-cfg [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc17xx-base.ld-app [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/lpc17xx-base.ld-boot [new file with mode: 0644]
embedded/board/arm/lpc17xx-common/libs/ldscripts/mem_loc.h [new file with mode: 0644]