Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: rtc: sam: Fix missing function #81456

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

nandojve
Copy link
Member

The #64939 introduced a few convenience function like rtc_utils_validate_rtc_time. However the PR did not replace all occurrences which result on a build error. This add the missing header include to remove a building warning and replace the old function by the new one.

Fixes #81454

The zephyrproject-rtos#64939 introduced a few convenience function like
rtc_utils_validate_rtc_time. However the PR did not replace all
occurrences which result on a build error. This add the missing
header include to remove a building warning and replace the old
function by the new one.

Fixes zephyrproject-rtos#81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
@nandojve nandojve added Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. labels Nov 15, 2024
@zephyrbot zephyrbot added area: RTC Real Time Clock platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) labels Nov 15, 2024
@mmahadevan108 mmahadevan108 merged commit d71d4c0 into zephyrproject-rtos:main Nov 15, 2024
32 checks passed
@nandojve nandojve deleted the sam/rtc_hot_fix branch November 15, 2024 18:26
@nandojve nandojve added this to the v4.0.0 milestone Nov 15, 2024
nandojve added a commit to nandojve/zephyr that referenced this pull request Nov 17, 2024
The zephyrproject-rtos#81456 fixed the driver issue related to issue zephyrproject-rtos#81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes zephyrproject-rtos#81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
nandojve added a commit to nandojve/zephyr that referenced this pull request Nov 23, 2024
The zephyrproject-rtos#81456 fixed the driver issue related to issue zephyrproject-rtos#81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes zephyrproject-rtos#81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
nandojve added a commit to nandojve/zephyr that referenced this pull request Nov 23, 2024
The zephyrproject-rtos#81456 fixed the driver issue related to issue zephyrproject-rtos#81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes zephyrproject-rtos#81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
@nandojve nandojve added the backport v3.7-branch Request backport to the v3.7-branch label Nov 23, 2024
kartben pushed a commit that referenced this pull request Nov 27, 2024
The #81456 fixed the driver issue related to issue #81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes #81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
zephyrbot pushed a commit that referenced this pull request Nov 27, 2024
The #81456 fixed the driver issue related to issue #81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes #81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
(cherry picked from commit cffb66f)
zephyrbot pushed a commit that referenced this pull request Nov 27, 2024
The #81456 fixed the driver issue related to issue #81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes #81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
(cherry picked from commit cffb66f)
dkalowsk pushed a commit that referenced this pull request Dec 1, 2024
The #81456 fixed the driver issue related to issue #81454. This add
the RTC configurations on sam_v71_xult board to enable test coverage.

Fixes #81454

Signed-off-by: Gerson Fernando Budke <[email protected]>
(cherry picked from commit cffb66f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: RTC Real Time Clock backport v3.7-branch Request backport to the v3.7-branch Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers: rtc: sam: Missing function rtc_sam_validate_tm
5 participants