SAM54 Xplained Pro: reduce board setup code for maintenance
The board now runs off the internal oscillator at 48 MHz. This is sufficient to run the TinyUSB examples. A better performing clock setup is keep in the file as init_clock_xtal() as an example.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DEPS_SUBMODULES = hw/mcu/microchip
|
||||
|
||||
CONF_CPU_FREQUENCY ?= 120000000
|
||||
CONF_CPU_FREQUENCY ?= 48000000
|
||||
|
||||
CFLAGS += \
|
||||
-mthumb \
|
||||
|
||||
Reference in New Issue
Block a user