From fe204fca470b599c6466d4b93e0176f6b2ad6054 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Sat, 12 Aug 2023 12:51:22 +0800 Subject: [PATCH] Automated Daily Build --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 96232ec..d023ebf 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,25 @@ The following is a journal that documents the porting of NuttX to PinePhone. It +# NuttX Automated Daily Build for PinePhone + +NuttX for PinePhone is now built automatically every day via GitHub Actions. + +The Daily Releases are available here... + +- [pinephone-nuttx/releases](https://github.com/lupyuen/pinephone-nuttx/releases) + +[nuttx.hash](https://github.com/lupyuen/pinephone-nuttx/releases/download/pinephone-nuttx-2023-08-12/nuttx.hash) contains the Commit Hash of the NuttX Kernel and NuttX Apps repos... + +```text +NuttX Source: https://github.com/apache/nuttx/tree/4bb30ab0c136dc36182cf43995337fc1d44f0a37 +NuttX Apps: https://github.com/apache/nuttx-apps/tree/5a4e9e4389264522d02dae78bcb3f9813743300f +``` + +The GitHub Actions Workflow is here... + +- [pinephone.yml](https://github.com/lupyuen/pinephone-nuttx/blob/main/.github/workflows/pinephone.yml) + # NuttX on QEMU Note: This section is outdated, please check this article for updates...