-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: Missing function rtc_sam_validate_tm #81454
Closed
Milestone
Comments
nandojve
added a commit
to nandojve/zephyr
that referenced
this issue
Nov 15, 2024
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
added a commit
to nandojve/zephyr
that referenced
this issue
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]>
JA-NXP
pushed a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 19, 2024
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
added a commit
to nandojve/zephyr
that referenced
this issue
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 issue
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]>
zephyrbot
pushed a commit
that referenced
this issue
Nov 23, 2024
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 Signed-off-by: Gerson Fernando Budke <[email protected]> (cherry picked from commit d71d4c0)
kartben
pushed a commit
that referenced
this issue
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 issue
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 issue
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)
This was
linked to
pull requests
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The #64939 introduced a few convenience functions like rtc_utils_validate_rtc_time. However the PR did not replace all occurrences which result on a build error.
See
zephyr/drivers/rtc/rtc_sam.c
Line 361 in 24c2c43
Expected behavior
Impact
User can not build board and need search for a solution.
Logs and console output
Patch
1- Default option
2- With CONFIG_RTC_ALARM=y
Environment (please complete the following information):
Additional Information:
I recommend take a look on other drivers to avoid same miskate and ensure that no warnings are present.
CC: @bjarki-andreasen
The text was updated successfully, but these errors were encountered: