]> rtime.felk.cvut.cz Git - sysless.git/commit
Introduction of LPC178x platform support by clone of LPC17xx.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 20 Dec 2012 22:41:14 +0000 (23:41 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 20 Dec 2012 22:41:14 +0000 (23:41 +0100)
commite8cb7d18de8a6bf9a287f5b9bffb9a7775de5f58
tree35885e684fba116bebad5fd6ab92b4ec906a3972
parent9e491aee1d96debf80170b887fcaf9ceda1cdeb3
Introduction of LPC178x platform support by clone of LPC17xx.

The LPC178x platform is similar to LPC17xx but amount
of differences is too large to keep these two architectures
in single support code without clashes.

So whole clone of LPC17xx files which are relevant for
LPC178x is provided by this commit.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
39 files changed:
arch/arm/mach-lpc178x/Makefile [new file with mode: 0644]
arch/arm/mach-lpc178x/Makefile.omk [new file with mode: 0644]
arch/arm/mach-lpc178x/defines/Makefile [new file with mode: 0644]
arch/arm/mach-lpc178x/defines/Makefile.omk [new file with mode: 0644]
arch/arm/mach-lpc178x/defines/core_cm3.h [new file with mode: 0644]
arch/arm/mach-lpc178x/defines/lpcUSB.h [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/Makefile [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/Makefile.omk [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/Makefile [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/Makefile.omk [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal.c [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal_gpio.c [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal_gpio.h [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal_gpio_def.h [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal_machperiph.c [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal_machperiph.h [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/hal_reserve_usb_ram.c [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/hal/startup.c [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/iap/Makefile [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/iap/Makefile.omk [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/iap/iap.c [new file with mode: 0644]
arch/arm/mach-lpc178x/libs/iap/lpciap.h [new file with mode: 0644]
board/arm/lpc178x-common/Makefile [new file with mode: 0644]
board/arm/lpc178x-common/Makefile.omk [new file with mode: 0644]
board/arm/lpc178x-common/defines/Makefile [new file with mode: 0644]
board/arm/lpc178x-common/defines/Makefile.omk [new file with mode: 0644]
board/arm/lpc178x-common/libs/Makefile [new file with mode: 0644]
board/arm/lpc178x-common/libs/Makefile.omk [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/Makefile [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/Makefile.omk [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/bsp0hwinit.c [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/bspbase.h [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/serial_reg.h [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/uart.c [new file with mode: 0644]
board/arm/lpc178x-common/libs/bspbase/uart.h [new file with mode: 0644]
board/arm/lpc178x-common/libs/ldscripts/Makefile [new file with mode: 0644]
board/arm/lpc178x-common/libs/ldscripts/Makefile.omk [new file with mode: 0644]
board/arm/lpc178x-common/libs/ldscripts/keyval_loc.h [new file with mode: 0644]
board/arm/lpc178x-common/libs/ldscripts/mem_loc.h [new file with mode: 0644]