1. Update nxp irtc driver to fix issue in init and alarm function. 2. Update RTC device tree binding to support "share-counter". 3. Update RT700 dtsi to support rtc0 for cpu0 and rtc1 for cpu1. 4. Update readme. 5. Update unit test project conf for RT700. Signed-off-by: Holt Sun <holt.sun@nxp.com>
22 lines
449 B
YAML
22 lines
449 B
YAML
sample:
|
|
name: Real-Time Clock Sample
|
|
tests:
|
|
sample.drivers.rtc:
|
|
platform_allow:
|
|
- stm32f3_disco
|
|
- mimxrt700_evk/mimxrt798s/cm33_cpu0
|
|
- mimxrt700_evk/mimxrt798s/cm33_cpu1
|
|
integration_platforms:
|
|
- stm32f3_disco
|
|
tags:
|
|
- samples
|
|
- rtc
|
|
- api
|
|
depends_on:
|
|
- rtc
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "RTC date and time: 2024-11-17 04:19:01"
|