atsam: Convert code to use armcm_timer
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -51,9 +51,8 @@ config MCU
|
||||
|
||||
config CLOCK_FREQ
|
||||
int
|
||||
default 42000000 if MACH_SAM3X # 84000000/2
|
||||
default 15000000 if MACH_SAM4S # 120000000/8
|
||||
default 60000000 if MACH_SAM4E # 120000000/2
|
||||
default 84000000 if MACH_SAM3X
|
||||
default 120000000 if MACH_SAM4
|
||||
|
||||
config USBSERIAL
|
||||
bool "Use USB for communication (instead of serial)"
|
||||
|
||||
Reference in New Issue
Block a user