SWM050: Finishes GPIO, IAP flash, sysclock, sleep/stop, and the sysctl memory map.
Updates the main memory map and the makefile. Adds the SWM050 to devices.data, so that a linker script can be automatically generated. Reviewed-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
committed by
Karl Palsson
parent
1fbfdecb17
commit
3c4ee6f4c0
@@ -33,8 +33,11 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
|
||||
TGT_CFLAGS += $(STANDARD_FLAGS)
|
||||
ARFLAGS = rcs
|
||||
|
||||
OBJS += clk.o
|
||||
OBJS += flash.o
|
||||
OBJS += gpio.o
|
||||
|
||||
OBJS += pwr.o
|
||||
OBJS += syscon.o
|
||||
VPATH += ../cm3
|
||||
|
||||
include ../Makefile.include
|
||||
|
||||
Reference in New Issue
Block a user