circuitpython/ports/atmel-samd/boards
Noralf Trønnes e158702a68 atmel-samd/samd51: Use crystal for RTC
This uses the crystal to clock the RTC on boards which have a crystal.

Disable clock generator 2 which was enabled in commit
8e2080411f ("atmel-samd: Add rtc module support").
samd51 differs from samd21 when it comes to the RTC clock. samd51 doesn't
have an explicit clock peripheral so no need for a clock generator.

The same commit didn't even setup XOSC32K correctly, it missed EN1K and XTALEN.

The RTC uses the 1k clock output, so enable it on the OSCULP32K even if it works without it.
2018-06-01 18:03:23 +02:00
..
arduino_zero make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
circuitplayground_express make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
circuitplayground_express_crickit turn off longint on cpx crickit; update frozen libs 2018-05-22 13:03:13 -04:00
feather_m0_adalogger make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
feather_m0_basic make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
feather_m0_express make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
feather_m0_rfm9x make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
feather_m0_rfm69 make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
feather_m0_supersized make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
feather_m4_express atmel-samd/samd51: Use crystal for RTC 2018-06-01 18:03:23 +02:00
gemma_m0 make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
itsybitsy_m0_express make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
itsybitsy_m4_express rev E feather M4 express; remove named AREF pins 2018-05-29 20:25:28 -04:00
metro_m0_express make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
metro_m4_express atmel-samd/samd51: Use crystal for RTC 2018-06-01 18:03:23 +02:00
metro_m4_express_revb make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
pirkey_m0 refine pirkey build 2018-05-24 13:28:03 -04:00
trinket_m0 make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
trinket_m0_haxpress make longint choice mechanism more readable 2018-05-22 08:04:14 -04:00
ugame10 Merge pull request #854 from python-ugame/extra-override 2018-05-22 10:22:35 -07:00
board.h Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
samd21x18-bootloader-crystalless.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader-external-flash-crystalless.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader-external-flash.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-external-flash.ld Correct _etext location; clean up .ld files 2018-02-09 11:31:18 -05:00
samd21x18.ld Correct _etext location; clean up .ld files 2018-02-09 11:31:18 -05:00
samd51x18-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x19-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x19-bootloader.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-bootloader.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00