Bump NuttX RTOS target to 7.27 (#2696)

Both documentation and travis makefile were referring to NuttX 7.22,
which was released in Sep 2017. This commit bumps the version to the
latest release (7.27, from Nov 2018).

Additionally, it also sets the stlink tool to a fixed (and tagged)
version.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2019-01-15 14:02:55 +01:00
committed by GitHub
parent c305d70b11
commit a9c3ddff1f
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ updateobjs:
cleanlibs: updateobjs
rm -f $(OBJS)
clean: cleanlibs
clean:: cleanlibs
.built: $(LIBS) updateobjs