mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 05:34:38 +08:00
Compare commits
3 Commits
nuttx-12.2
...
releases/1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccf0b5af0d | ||
|
|
86b652554a | ||
|
|
874031bbf6 |
@@ -82,7 +82,7 @@ Configure the NuttX project and build the project:
|
|||||||
This produces the file ``Image.gz``, which will be copied to PinePhone in the next step.
|
This produces the file ``Image.gz``, which will be copied to PinePhone in the next step.
|
||||||
|
|
||||||
If the build fails with the error ``token "@" is not valid in preprocessor``,
|
If the build fails with the error ``token "@" is not valid in preprocessor``,
|
||||||
`apply this patch <https://github.com/apache/incubator-nuttx/pull/7284/commits/518b0eb31cb66f25b590ae9a79ab16c319b96b94#diff-12291efd8a0ded1bc38bad733d99e4840ae5112b465c04287f91ba5169612c73>`_
|
`apply this patch <https://github.com/apache/nuttx/pull/7284/commits/518b0eb31cb66f25b590ae9a79ab16c319b96b94#diff-12291efd8a0ded1bc38bad733d99e4840ae5112b465c04287f91ba5169612c73>`_
|
||||||
to ``gcc-arm-none-eabi/arm-none-eabi/include/_newlib_version.h``
|
to ``gcc-arm-none-eabi/arm-none-eabi/include/_newlib_version.h``
|
||||||
in the ARM64 Toolchain.
|
in the ARM64 Toolchain.
|
||||||
|
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ Apache NuttX is actively developed on GitHub. There are two main repositories, `
|
|||||||
|
|
||||||
$ mkdir nuttxspace
|
$ mkdir nuttxspace
|
||||||
$ cd nuttxspace
|
$ cd nuttxspace
|
||||||
$ curl -L https://www.apache.org/dyn/closer.lua/incubator/nuttx/10.1.0/apache-nuttx-10.1.0-incubating.tar.gz?action=download -o nuttx.tar.gz
|
$ curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
|
||||||
$ curl -L https://www.apache.org/dyn/closer.lua/incubator/nuttx/10.1.0/apache-nuttx-apps-10.1.0-incubating.tar.gz?action=download -o apps.tar.gz
|
$ curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
|
||||||
$ tar zxf nuttx.tar.gz
|
$ tar zxf nuttx.tar.gz
|
||||||
$ tar zxf apps.tar.gz
|
$ tar zxf apps.tar.gz
|
||||||
|
|||||||
808
ReleaseNotes
808
ReleaseNotes
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
RETURN_CODE=0
|
RETURN_CODE=0
|
||||||
|
|
||||||
BASE_URL="https://dist.apache.org/repos/dist/dev/incubator/nuttx"
|
BASE_URL="https://dist.apache.org/repos/dist/dev/nuttx"
|
||||||
TEMPDIR="/tmp/nuttx-checkrelease"
|
TEMPDIR="/tmp/nuttx-checkrelease"
|
||||||
KEY="$BASE_URL/KEYS"
|
KEY="$BASE_URL/KEYS"
|
||||||
|
|
||||||
@@ -171,7 +171,7 @@ function usage() {
|
|||||||
echo "Examples:"
|
echo "Examples:"
|
||||||
echo
|
echo
|
||||||
echo " $0 --release 9.1.0-RC1"
|
echo " $0 --release 9.1.0-RC1"
|
||||||
echo " $0 --url https://dist.apache.org/repos/dist/dev/incubator/nuttx/9.1.0-RC1"
|
echo " $0 --url https://dist.apache.org/repos/dist/dev/nuttx/9.1.0-RC1"
|
||||||
echo " $0 --dir ./some-dir-that-has-nuttx-and-apps"
|
echo " $0 --dir ./some-dir-that-has-nuttx-and-apps"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -220,8 +220,8 @@ fi
|
|||||||
|
|
||||||
# Create the versioned tarball names
|
# Create the versioned tarball names
|
||||||
|
|
||||||
NUTTX_TARNAME=apache-nuttx-${VERSION}-incubating.tar
|
NUTTX_TARNAME=apache-nuttx-${VERSION}.tar
|
||||||
APPS_TARNAME=apache-nuttx-apps-${VERSION}-incubating.tar
|
APPS_TARNAME=apache-nuttx-apps-${VERSION}.tar
|
||||||
NUTTX_ZIPNAME=${NUTTX_TARNAME}.gz
|
NUTTX_ZIPNAME=${NUTTX_TARNAME}.gz
|
||||||
APPS_ZIPNAME=${APPS_TARNAME}.gz
|
APPS_ZIPNAME=${APPS_TARNAME}.gz
|
||||||
NUTTX_ASCNAME=${NUTTX_ZIPNAME}.asc
|
NUTTX_ASCNAME=${NUTTX_ZIPNAME}.asc
|
||||||
|
|||||||
Reference in New Issue
Block a user