Bump RIOT target to 25.04 (#5231)

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs@inf.u-szeged.hu
This commit is contained in:
Roland Takacs
2025-06-03 13:04:20 +02:00
committed by GitHub
parent 50200152fe
commit 355ab24cdc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ ARCHIVES += $(JERRYDIR)/build/lib/libjerry-ext.a
ARCHIVES += $(JERRYDIR)/build/lib/libjerry-port.a ARCHIVES += $(JERRYDIR)/build/lib/libjerry-port.a
USEMODULE += shell USEMODULE += shell
USEMODULE += shell_commands USEMODULE += shell_cmds_default
USEMODULE += posix_sleep USEMODULE += posix_sleep
.PHONY: libjerry .PHONY: libjerry
+1 -1
View File
@@ -27,7 +27,7 @@ install-apt-get-deps:
# Fetch RIOT OS repository. # Fetch RIOT OS repository.
install-clone-riot: install-clone-riot:
git clone https://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10 git clone https://github.com/RIOT-OS/RIOT.git ../RIOT -b 2025.04
# Perform all the necessary (JerryScript-independent) installation steps. # Perform all the necessary (JerryScript-independent) installation steps.
install-noapt: install-clone-riot install-noapt: install-clone-riot
+1 -1
View File
@@ -91,7 +91,7 @@ main (void)
} now = { .d = jerry_port_current_time () }; } now = { .d = jerry_port_current_time () };
srand (now.u); srand (now.u);
printf ("You are running RIOT on a(n) %s board.\n", RIOT_BOARD); printf ("You are running RIOT on a(n) %s board.\n", RIOT_BOARD);
printf ("This board features a(n) %s MCU.\n", RIOT_MCU); printf ("This board features a(n) %s MCU.\n", RIOT_CPU);
/* start the shell */ /* start the shell */
char line_buf[SHELL_DEFAULT_BUFSIZE]; char line_buf[SHELL_DEFAULT_BUFSIZE];