Added LPC2xxx PLL library
commit649f53ddbcb111323aac2c7d2e8cf4e7a3e15a90
authorMarek P <marek@tesla.(none)>
Sat, 28 Mar 2009 20:46:53 +0000 (28 21:46 +0100)
committerMarek P <marek@tesla.(none)>
Sat, 28 Mar 2009 20:46:53 +0000 (28 21:46 +0100)
tree9de6aaa504b5bd7db75d5ac7e4e7a38945b0554b
parentad3b4acc818494031c68501fb2fe2937d0f8554a
Added LPC2xxx PLL library

Does not affect startup codes -- available
for general, independent use. I hope it is more
efficient than current lpceurobot/*/startcfg routine.
arch/arm/mach-lpc21xx/libs/Makefile.omk
arch/arm/mach-lpc21xx/libs/pll/Makefile [new file with mode: 0644]
arch/arm/mach-lpc21xx/libs/pll/Makefile.omk [new file with mode: 0644]
arch/arm/mach-lpc21xx/libs/pll/pll.h [new file with mode: 0644]
arch/arm/mach-lpc21xx/libs/pll/pll_init.c [new file with mode: 0644]
arch/arm/mach-lpc21xx/libs/pll/pll_off.c [new file with mode: 0644]