-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: nxp: frdm_ke17z512: enable RTC driver
Enable RTC driver to test 'drivers.counter.basic_api' sample. Select clock-source to LPO clock. (cherry picked from commit 5368d7d) Original-Signed-off-by: Anke Xiao <anke.xiao@nxp.com> GitOrigin-RevId: 5368d7d Cr-Build-Id: 8739725789595072145 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8739725789595072145 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ida88e0f3f45952290570730df3577e3a0160a915 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5786073 Tested-by: Dawid Niedźwiecki <dawidn@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Dawid Niedźwiecki <dawidn@google.com> Reviewed-by: Dawid Niedźwiecki <dawidn@google.com>
- Loading branch information
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ toolchain: | |
- gnuarmemb | ||
- xtools | ||
supported: | ||
- counter | ||
- gpio | ||
- adc | ||
- uart | ||
|