atsam: Convert code to use armcm_timer

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-01-31 22:23:56 -05:00
parent 26fb421d59
commit 77db1aa379
4 changed files with 6 additions and 190 deletions

View File

@@ -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)"