Skip to content

Commit 85e0509

Browse files
akosthekissrobertsipka
authored andcommitted
Bump NuttX target to 7.28 (#2787)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
1 parent 6cc70d4 commit 85e0509

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

targets/nuttx-stm32f4/Makefile.travis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ install-kconfig:
3939

4040
# Fetch nuttx/{apps,nuttx} repositories.
4141
install-clone-nuttx:
42-
git clone https://bitbucket.org/nuttx/apps.git ../apps -b nuttx-7.27
43-
git clone https://bitbucket.org/nuttx/nuttx.git ../nuttx -b nuttx-7.27
42+
git clone https://bitbucket.org/nuttx/apps.git ../apps -b nuttx-7.28
43+
git clone https://bitbucket.org/nuttx/nuttx.git ../nuttx -b nuttx-7.28
4444

4545
# Perform all the necessary (JerryScript-independent) installation steps.
4646
install-noapt: install-kconfig install-clone-nuttx

targets/nuttx-stm32f4/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This folder contains files to run JerryScript on
77

88
#### 1. Setup the build environment for STM32F4-Discovery board
99

10-
Clone the necessary projects into a `jerry-nuttx` directory. The last tested working version of NuttX is 7.27.
10+
Clone the necessary projects into a `jerry-nuttx` directory. The last tested working version of NuttX is 7.28.
1111

1212
```sh
1313
# Create a base folder for all the projects.
1414
mkdir jerry-nuttx && cd jerry-nuttx
1515

1616
git clone https://github.com/pando-project/jerryscript.git
17-
git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.27
18-
git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.27
17+
git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.28
18+
git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.28
1919
git clone https://github.com/texane/stlink.git -b v1.5.1
2020
```
2121

0 commit comments

Comments
 (0)