aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorMátyás Mustoha <mmatyas@inf.u-szeged.hu>2020-07-10 16:09:13 +0200
committerGitHub <noreply@github.com>2020-07-10 16:09:13 +0200
commit870a3d3ffb1fb0da24d9a8458d47e0e38ef42e3b (patch)
treec91326834ab4a48ec9ccc2e3491fd333c4412f67 /targets
parent37906baa253a5c54364ed0d48f9ae6de0610aa70 (diff)
Update the NuttX-STM32 documentation (#3986)
Fixed and updated some of the repository locations and the relevant build commands. - Updating `stlink` fixes a CMake build error on the 1.5.1 branch - Updating the `kconfig` build command allows creating `kconfig-tweak`, which fixes a warning during the NuttX configuration JerryScript-DCO-1.0-Signed-off-by: Mátyás Mustoha mmatyas@inf.u-szeged.hu
Diffstat (limited to 'targets')
-rw-r--r--targets/nuttx-stm32f4/Makefile.travis2
-rw-r--r--targets/nuttx-stm32f4/README.md7
2 files changed, 4 insertions, 5 deletions
diff --git a/targets/nuttx-stm32f4/Makefile.travis b/targets/nuttx-stm32f4/Makefile.travis
index 1e79a252..5b41b1a6 100644
--- a/targets/nuttx-stm32f4/Makefile.travis
+++ b/targets/nuttx-stm32f4/Makefile.travis
@@ -33,7 +33,7 @@ install-kconfig:
mkdir -p $(LOCAL_INSTALL)
# FIXME: 'autoreconf --force --install' is a workaround after
# https://bitbucket.org/nuttx/tools/commits/164450f982b404fdc2b3233db51dc3eaa1f08b7f
- cd ../tools/kconfig-frontends && autoreconf --force --install && ./configure --disable-mconf --disable-nconf --disable-gconf --disable-qconf --disable-utils --disable-shared --enable-static --prefix=$(LOCAL_INSTALL)
+ cd ../tools/kconfig-frontends && autoreconf --force --install && ./configure --disable-mconf --disable-nconf --disable-gconf --disable-qconf --disable-shared --enable-static --prefix=$(LOCAL_INSTALL)
$(MAKE) -C ../tools/kconfig-frontends
$(MAKE) -C ../tools/kconfig-frontends install
diff --git a/targets/nuttx-stm32f4/README.md b/targets/nuttx-stm32f4/README.md
index b9837587..e4d49026 100644
--- a/targets/nuttx-stm32f4/README.md
+++ b/targets/nuttx-stm32f4/README.md
@@ -14,9 +14,9 @@ Clone the necessary projects into a `jerry-nuttx` directory. The last tested wor
mkdir jerry-nuttx && cd jerry-nuttx
git clone https://github.com/jerryscript-project/jerryscript.git
-git clone https://bitbucket.org/nuttx/nuttx.git -b release/9.0
-git clone https://bitbucket.org/nuttx/apps.git -b release/9.0
-git clone https://github.com/texane/stlink.git -b v1.5.1
+git clone https://bitbucket.org/nuttx/nuttx.git -b releases/9.0
+git clone https://bitbucket.org/nuttx/apps.git -b releases/9.0
+git clone https://github.com/texane/stlink.git -b v1.5.1-patch
```
The following directory structure is created after these commands:
@@ -108,7 +108,6 @@ cd nuttx-tools/kconfig-frontends
--disable-nconf \
--disable-gconf \
--disable-qconf \
- --disable-utils \
--disable-shared \
--enable-static \
--prefix=${PWD}/install