vf6xx: initial memorymap and clock control module

Add initial memorymap for Vybrid VF6xx module. Also add the clock
control module which allows to control system clocks and enable
clocks of individual pheripherials.
This commit is contained in:
Stefan Agner
2014-07-01 00:15:32 +02:00
committed by Frantisek Burian
parent cc2dc243e5
commit 3132ae50cb
4 changed files with 452 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ CFLAGS = -Os -g \
-mcpu=cortex-m4 -mthumb $(FP_FLAGS) -Wstrict-prototypes \
-ffunction-sections -fdata-sections -MD -DVF6XX
ARFLAGS = rcs
OBJS = ccm.o
VPATH += ../cm3