lm3s1968: clocking driver.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Mar 2010 14:11:23 +0000 (14:11 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Mar 2010 14:11:23 +0000 (14:11 +0000)
commite5ae58a13772adb3aad5cd50404efb18b3aca5a8
treef69a9ad4db65fc34e6c51497e0dcaa180354f2de
parent4daefac32ad5a2198f911584f1e5abea001d6062
lm3s1968: clocking driver.

This driver allows to set and retrieve the processor clock rate.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3301 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/cortex-m3/drv/clock.c [new file with mode: 0644]
bertos/cpu/cortex-m3/drv/clock.h [new file with mode: 0644]
bertos/cpu/cortex-m3/drv/timer.c
bertos/cpu/cortex-m3/hw/startup_lm3s.c [new file with mode: 0644]
bertos/cpu/cortex-m3/io/lm3s.h
bertos/cpu/cortex-m3/io/lm3s1968.h
bertos/cpu/cortex-m3/io/lm3s_sysctl.h [new file with mode: 0644]
bertos/cpu/cortex-m3/startup_lm3s.c [deleted file]
examples/lm3s1968/lm3s1968.mk