apps/examples/rtc, os/arch/arm/src/armino, os/include/tinyara: Add RTC millisecond test functionality for BK7239N#7163
Draft
abhinav-s235 wants to merge 2 commits intoSamsung:masterfrom
Draft
apps/examples/rtc, os/arch/arm/src/armino, os/include/tinyara: Add RTC millisecond test functionality for BK7239N#7163abhinav-s235 wants to merge 2 commits intoSamsung:masterfrom
abhinav-s235 wants to merge 2 commits intoSamsung:masterfrom
Conversation
- Added aon_rtc_get_ms() adapter function in armino_rtc.c - Added declaration in armino_rtc.h - Implemented RTC_GET_MS ioctl command support in RTC lower half driver - Added RTC_GET_MS ioctl command definition in rtc.h
…TC test app Added a new "get_ms" command to the RTC example application that allows testing of the aon_rtc_get_ms interface on BK7239N chips. The test function supports configurable test count and delay between tests, and displays RTC time in milliseconds with time difference information.
Contributor
amandeep-samsung
left a comment
There was a problem hiding this comment.
We will re-design these changes for adding support of msec api for beken.
- as new ioctl in driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds a new "get_ms" command to the RTC example application for testing the aon_rtc_get_ms interface on BK7239N chips. It implements the RTC_GET_MS ioctl command in the RTC driver and provides a test function that can perform multiple readings with configurable delays.