commit | a8ba089c7db1ea07eaa34da51dbc68875fb236c4 | [log] [tgz] |
---|---|---|
author | Aidan Wolter <awolter@google.com> | Fri Mar 21 11:46:14 2025 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 11:46:14 2025 -0700 |
tree | 15c5b7cc7e27bfc89d11fdf00ac9432261762c02 | |
parent | 59be18f8c5c5e6844a0081129d68c38ea5c546f0 [diff] |
[assembly] Upload rtc bib set Bug: 388852272 Change-Id: Ic411a5e3916a2c365f4f72345619307849c38d3c Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1232944 Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Fuchsia-Auto-Submit: Aidan Wolter <awolter@google.com> Reviewed-by: Jiaming Li <lijiaming@google.com>
This repository is a based on a template repository which will be adopted automatically by OOT driver repositories.
Template repository is located in: https://fuchsia.googlesource.com/template/driver/
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/rtc/nxp/pcf8563
Change to that directory:
cd pcf8563
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.
The Fuchsia driver package can be built locally with:
tools/bazel build src/drivers/pcf8563:pkg
Run the full test-suite with:
tools/bazel test :tests_qemu
Run only the pcf8563 driver tests with:
tools/bazel test src/drivers/pcf8563:test_x64