Lines Matching refs:RTC
2277 read and set the RTC.
2337 * RTC: Now supports hi-res and lo-res hardware RTC. The lo-res RTC
2419 * STM32: RTC build fixes, LCD color corrections
2471 PWM driver, CAN driver, F4 RTC driver, F4 DMA support,
2716 * RTC: Added a new interface call clock_synchronize(). This function
2717 will reload the system time from an RTC and is required when the
3049 * STM32 Drivers: RTC alarm support. Usable for wakeup from sleep mode,
5019 - Added a Real Time Clock (RTC) driver and integrated with the NuttX
6124 - Port RTC driver from SAMA5 to SAM3/4. From Bob Doiron.
6410 - RTT driver from Bob Doiron. Also added high resolution RTC
6455 - Added support for the RTC, ADC, DAC, Timers, PWM and MCPWM
6460 - Support for the RTC, ADC, DAC, Timers, PWM and MCPWM integrated
6558 - RTCC: Add retry logic to RTC initialization. It sometimes takes
6559 longer for the RTC to initialize, at least as noted on an F2 part.
6731 - SAMA5D4-EK NSH configuration supports many more features: RTC, HSCMI
7683 - STM32 EXTI: Correct STM32 RTC EXTI bit definition. From Lazlo.
7872 source of the RTC clock. Some boards do not have the external
8248 - EFM32 RTC: RTC driver using BURTC. From Pierre-Noel Bouteville.
8467 - RTC IOCTls: Added the definitions of a driver based RTC interfaces
8468 and RTC upper half driver.
8530 - STM32 RTCC: Add an implementation of the RTC lower half interface
8532 - STM32 RTCC: Extend the RTC interface to support reading subseconds.
8604 - NSH: Allow NSH 'date' command with no hardware RTC. This command
8605 is useful without an RTC too. Also, this permits testing on the
8606 simulator which never has an RTC.
8645 is no RTC and the time is initialized from a fixed configured value.
8665 - clock_systimespec(): When an RTC is used clock_systimespec() must
8768 - STM32 PWR and RTC: Changes to support fully write protecting the
8781 - STM32 RTC and clock control: The STM32F4Discovery board doesn't
8783 for the RTC doesn't work. In stm32_rtcc.c the up_rtc_initialize()
8790 LSI and the LSE sources: the LSI can be used for RTC and/or the
8791 IWDG, while the LSE only for the RTC (and to output the MCO1 pin).
9181 - STM23 RTC: Fix an error introduced into stm32_pwr_enablebkp().
9184 - STM32 RTC counter: Now need to enable backup domain write access
9938 - External RTC: Added OS support for external RTC chips.
9996 - External RTC: Added drivers for external I2C RTC chips: DS3102,
10785 - RTC: Simplify the RTC interface. The old interface was way too
10858 - STM32 F4 RTC: Add a custom RTC driver with support for alarms. From
10918 the RTC driver.
11041 magic reg value to detect power up reset state of RTC correct a
11059 - STM32 F4 RTC: Fix logic in F4 RTCC driver that prevent ALARM
11307 - STM32 F7: Added PWR, RTC, and BBSRAM support for stm32f7. From David
11309 - STM32 F7: Added STMF7xxx RTC. From David Sidrane.
11657 LSE during RTC initialization. From Alan Carvalho de Assis.
11674 - STM32 F7: STMF7xxx RTC: (1) Remove proxy #defines, (2) Ensure the
11676 invalid) of the RTC, and b) A warm start (RTC_MAGIC valid) of the
11677 RTC but a clock change. The change was needed because in bench
11689 - STM32 F4/L4 RTC ALARM: were enabling interrupts too early in the
11893 - Add support for I2C and RTC. From v01d (phreakuencies).
12916 - STM32 F1: Fix for F1 RTC Clock, tested on F103. From Maciej Wójcik.
13182 - Kinetis: Add support for K64/K66 RTC lower half driver. From Neil
13589 - clock: Add clock_resynchronize and use subseconds RTC. Add
13591 CLOCK_MONOTONIC to match RTC after resume from low-power state. Add
13594 resynchronizing) system clock with subseconds accuracy RTC. From
13693 - RTC: Add interface for check if RTC time has been set. New
13694 interface allows checking if RTC time has been set. This allows to
13695 application to detect if RTC has valid time (after reset) or should
13766 - STM32 F7: Add support for LSE RTC and enable RTC subseconds. From
14417 - STM32 L4 RTC: Store RTC MAGIC to backup reg, not to address zero.
14703 - RTC Driver: Extend the RTC framework with an alarm read ioctl
14744 - Kinetis RTC: Implementation of the alarm read function.
14802 - STM32 RTC: Port Boris Astardzhiev's RTC change for STM32L4 to STM32.
14869 - STM32 F7 RTC: Port Boris Astardzhiev's RTC change for STM32L4 to
15406 - STM32 F1 RTC fixes: (1) Compile issues because of missing RTC_MAGIC
15407 #defines, (2) missing functionality based on RTC_MAGIC in RTC based on
15810 - RTC Driver: Add periodic alarms to upper and lower halves. From
15937 - STM32 RTC: Canceling an alarm marks it as inactive. From Juha
15965 - STM32 L4 RTC: Add up_rtc_getdatetime_with_subseconds
15966 - STM32 L4 RTC: Change maximum alarm time from 24h to one month. From
15968 - STM32 L4 RTC: Add support for periodic interrupts with
16510 - STM32 RTC: Workaround for potential subseconds race condition. In
16540 - STM32 L4 RTC, PM: Small fixes to subseconds handling, ADC
16542 - STM32 F4 RTC: Fix reading alarm value that is more than 24h in
16544 - STM32 L4 RTC: Fix reading alarm value that is more than 24h in
16550 - STM32 L4 RTC: Correct RTC_SSR and RTC_TR read ordering. In all
16557 - STM32 L4 RTC: Init mode was never exited because nested locking in
16559 - STM32 L4 RTC: Use backup register magic value instead of INITS
16562 our device without ever initializing the year field in the RTC
16564 set. Hardware also clears the bit when RTC date is set back to year
16566 - STM32 L4 RTC: Put back the SSR race condition workaround. ST has
16579 - STM32 F7 RTC: Fix reading alarm value that is more than 24h in
16851 - LPC43xx: Adapt LPC176x RTC driver for the LPC43xx. From Gintaras
16882 - LPC546xx: Add an RTC driver and a RTC character driver lower half.
16901 - LCXpresso-LPC54628: Add logic to register the RTC character driver
16902 if it is enabled. Enable the RTC and RTC character driver in the
17355 - STM32 RTC: Make STM32 usable with an external RTC.
17386 - STM32 F7: Backport RTC alarm setting changes from STM32L4. Most
17387 notably this fixes RTC getting stuck issue when both alarms were
17388 used. Root cause was writing RTC ISR register contents to RTC CR
17726 - STM32 F7 RTC: Added CONFIG_RTC_PERIODIC support. Also makes the RTC
18500 - RTC Interface: Extend struct rtc_time by adding. From Xiang
18501 Xiao. tm_nsec if RTC supports hiresolution time. From Xiang Xiao.
18562 - Timers: Implement RTC arch API on top of RTC driver interface.
18686 - i.MXRT RTC: Add support for the i.MXRT RTC. This is code complete
19457 - STM32 F1-F4, STM32 F7, and STM32 L4: The STM32 RTC driver was
19459 correct. For example, if you want to disabled the STM32 RTC and
19460 use an external RTC you cannot because the external RTC also
19463 or deselect the STM32 RTC but still be able to select the external
19464 RTC. From Gregory Nutt.
19710 g_clock_wall_time to get the best initial RTC value and initialize
19901 - RTC Driver: up_rtc_set_lowerhalf call clock_synchronize() for
19902 external RTC. From Xiang Xiao.
20178 clock_inittime() for external RTC case since the RTC isn't ready yet.
20816 - MCP7941x: Add support for the Microchip MCP741x external RTC. From Ouss4
21942 RTC, Joysticsks, buttons, Zero-Crossing, wireless, FT80x, Timer,
21948 - RTC Driver: Protect the RTC state with a semaphore. From Xiang
23689 - CXD56xx RTC: Add RTC support. From Alin Jerpelea.
23727 - RTC: Enable RTC functionality on SPresence board From Alin
23775 - Update defconfigs rndis and wifi: Enable RTC and webserver with
23919 - eZ80 RTC: Integrate and verify the RTC driver From Gregory Nutt.
23920 - eZ80 RTC: Add an RTC lower half driver. From Gregory Nutt.
23931 - MakerLisp: Enable Procfs, RTC, SPI-based SD support, task name, NSH
24692 - RTC: If the RTC time is successfully set, then update the current
24893 - STM32H7 RTC: Ported over F7 RTC. From David Sidrane.
24911 - Nucleo-H743ZI: Add RTC support. From David Sidrane.
25500 - Nucleo-H743ZI: Correct logic that determines if the RTC driver is
26674 - RX65N RTC Driver added
27787 Timer and RTC drivers
27793 support for RTC event handling
28852 * [#2515](https://github.com/apache/nuttx/pull/2515) Added support for RTC WDT
29024 * [#2612](https://github.com/apache/nuttx/pull/2612) arm: kinetis: S32K/Kinetis: Fix RTC settime pr…
29025 * [#2612](https://github.com/apache/nuttx/pull/2612) arm: S32K/Kinetis: Fix RTC settime prescaler
29844 * [#3784](https://github.com/apache/nuttx/pull/3784) risc-v/bl602: Add RTC driver
30108 * [#3794](https://github.com/apache/nuttx/pull/3794) risc-v/esp32c3: Support ESP32-C3 RTC driver
30112 * [#3882](https://github.com/apache/nuttx/pull/3882) riscv/esp32c3: Use the RTC memory as another h…
30163 * [#3940](https://github.com/apache/nuttx/pull/3940) xtensa/esp32: Support ESP32 RTC driver
30199 * [#3975](https://github.com/apache/nuttx/pull/3975) xtensa/esp32: Fix RTC WDT deinitialization on …
30201 …uttx/pull/4001) xtensa/esp32: Support to select different clock source for RTC controller and clos…
30210 …://github.com/apache/nuttx/pull/3960) xtensa/esp32: Refactor the text heap and add RTC memory to it
31272 * [#5230](https://github.com/apache/nuttx/pull/5230) drivers: timers: Simplify the RTC rpmsg driver…
31294 * [#5499](https://github.com/apache/nuttx/pull/5499) drivers: timers: add EPSON RX8010SJ I2C RTC ti…
31852 * [#6493](https://github.com/apache/nuttx/pull/6493) stm32xx: Fix RTC drift when using HSE
33646 * [#8828](https://github.com/apache/nuttx/pull/8828) arm: nrf52: fix RTC tickless
33655 * [#8908](https://github.com/apache/nuttx/pull/8908) arm: nrf53: add RTC and tickless support
33754 * [#8461](https://github.com/apache/nuttx/pull/8461) risc-v: esp32c3: Add RTC interrupt support
33820 * [#8202](https://github.com/apache/nuttx/pull/8202) xtensa: esp32: Add support for RTC IRQs
33829 * [#8382](https://github.com/apache/nuttx/pull/8382) xtensa: esp32: Propagate RTC IRQ status regist…
33835 * [#8426](https://github.com/apache/nuttx/pull/8426) xtensa: esp32s2: Add support for RTC IRQs
33840 * [#8458](https://github.com/apache/nuttx/pull/8458) xtensa: esp32s3: Add support for RTC IRQs
34515 * [#8980](https://github.com/apache/nuttx/pull/8980) arch/risc-v/espressif: Add support for RTC sub…
34553 * [#9110](https://github.com/apache/nuttx/pull/9110) arch/xtensa/esp32s3: Add RTC support