File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ install-kconfig:
39
39
40
40
# Fetch nuttx/{apps,nuttx} repositories.
41
41
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
44
44
45
45
# Perform all the necessary (JerryScript-independent) installation steps.
46
46
install-noapt: install-kconfig install-clone-nuttx
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ This folder contains files to run JerryScript on
7
7
8
8
#### 1. Setup the build environment for STM32F4-Discovery board
9
9
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 .
11
11
12
12
``` sh
13
13
# Create a base folder for all the projects.
14
14
mkdir jerry-nuttx && cd jerry-nuttx
15
15
16
16
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
19
19
git clone https://github.com/texane/stlink.git -b v1.5.1
20
20
```
21
21
You can’t perform that action at this time.
0 commit comments