Change in osmo-ccid-firmware[master]: use external 32.768 kHz oscillator for RTC

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 7 15:28:26 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/12796 )

Change subject: use external 32.768 kHz oscillator for RTC
......................................................................

use external 32.768 kHz oscillator for RTC

Change-Id: Ic4630abececdb631e8cc15baab7137fc15e2a66a
---
M sysmoOCTSIM/atmel_start_config.atstart
M sysmoOCTSIM/config/hpl_osc32kctrl_config.h
2 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/sysmoOCTSIM/atmel_start_config.atstart b/sysmoOCTSIM/atmel_start_config.atstart
index f3620ee..385c890 100644
--- a/sysmoOCTSIM/atmel_start_config.atstart
+++ b/sysmoOCTSIM/atmel_start_config.atstart
@@ -787,8 +787,8 @@
       enable_xosc32k: true
       osculp32k_calib: 0
       osculp32k_calib_enable: false
-      rtc_1khz_selection: true
-      rtc_source_oscillator: 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
+      rtc_1khz_selection: false
+      rtc_source_oscillator: 32kHz External Crystal Oscillator (XOSC32K)
       xosc32k_arch_cfden: false
       xosc32k_arch_cfdeo: false
       xosc32k_arch_cgm: Standard mode
diff --git a/sysmoOCTSIM/config/hpl_osc32kctrl_config.h b/sysmoOCTSIM/config/hpl_osc32kctrl_config.h
index d0b0d34..943dfea 100644
--- a/sysmoOCTSIM/config/hpl_osc32kctrl_config.h
+++ b/sysmoOCTSIM/config/hpl_osc32kctrl_config.h
@@ -17,14 +17,14 @@
 // <i> This defines the clock source for RTC
 // <id> rtc_source_oscillator
 #ifndef CONF_RTCCTRL_SRC
-#define CONF_RTCCTRL_SRC GCLK_GENCTRL_SRC_OSCULP32K
+#define CONF_RTCCTRL_SRC GCLK_GENCTRL_SRC_XOSC32K
 #endif
 
 // <q> Use 1 kHz output
 // <id> rtc_1khz_selection
 #ifndef CONF_RTCCTRL_1KHZ
 
-#define CONF_RTCCTRL_1KHZ 1
+#define CONF_RTCCTRL_1KHZ 0
 
 #endif
 

-- 
To view, visit https://gerrit.osmocom.org/12796
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic4630abececdb631e8cc15baab7137fc15e2a66a
Gerrit-Change-Number: 12796
Gerrit-PatchSet: 2
Gerrit-Owner: Kévin Redon <kredon at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190207/d52f3f6a/attachment.htm>


More information about the gerrit-log mailing list