Skip to content

Commit 355ab24

Browse files
authored
Bump RIOT target to 25.04 (#5231)
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs@inf.u-szeged.hu
1 parent 5020015 commit 355ab24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

targets/os/riot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ARCHIVES += $(JERRYDIR)/build/lib/libjerry-ext.a
4747
ARCHIVES += $(JERRYDIR)/build/lib/libjerry-port.a
4848

4949
USEMODULE += shell
50-
USEMODULE += shell_commands
50+
USEMODULE += shell_cmds_default
5151
USEMODULE += posix_sleep
5252

5353
.PHONY: libjerry

targets/os/riot/Makefile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install-apt-get-deps:
2727

2828
# Fetch RIOT OS repository.
2929
install-clone-riot:
30-
git clone https://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10
30+
git clone https://github.com/RIOT-OS/RIOT.git ../RIOT -b 2025.04
3131

3232
# Perform all the necessary (JerryScript-independent) installation steps.
3333
install-noapt: install-clone-riot

targets/os/riot/source/jerry-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ main (void)
9191
} now = { .d = jerry_port_current_time () };
9292
srand (now.u);
9393
printf ("You are running RIOT on a(n) %s board.\n", RIOT_BOARD);
94-
printf ("This board features a(n) %s MCU.\n", RIOT_MCU);
94+
printf ("This board features a(n) %s MCU.\n", RIOT_CPU);
9595

9696
/* start the shell */
9797
char line_buf[SHELL_DEFAULT_BUFSIZE];

0 commit comments

Comments
 (0)