| commit | 39906525a2f2d3d93d974982df906a5da014be48 | [log] [tgz] |
|---|---|---|
| author | global-integration-roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com> | Wed Jun 18 00:46:49 2025 -0700 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 00:46:49 2025 -0700 |
| tree | 7246382dc24254ace8cfd2b989d70166530e32f1 | |
| parent | 1d6a7619285a5d944e64ac423fcaf21ce776e9cc [diff] |
[roll] Roll drivers-rtc-nxp-pcf8563-bazel_sdk-cipd packages to git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 fuchsia/assembly/boards/vim3 new:https://chrome-infra-packages.appspot.com/p/fuchsia/assembly/boards/vim3/+/git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 fuchsia/assembly/platform/arm64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/assembly/platform/arm64/+/git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 fuchsia/development/product_bundles/v2 new:https://chrome-infra-packages.appspot.com/p/fuchsia/development/product_bundles/v2/+/git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 fuchsia/development/rules_fuchsia new:https://chrome-infra-packages.appspot.com/p/fuchsia/development/rules_fuchsia/+/git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 fuchsia/sdk/core/fuchsia-bazel-rules/linux-amd64 new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/fuchsia-bazel-rules/linux-amd64/+/git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 From: None To: git_revision:4f885e15a8e21c73194669ee724664b84ac78e19 Roller-URL: https://cr-buildbucket.appspot.com/build/8711742473696703137 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Id4e60c40979564d61702bd09db1fcb43735c18eb Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1304069 Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.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
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