File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ARCHIVES += $(JERRYDIR)/build/lib/libjerry-ext.a
4747ARCHIVES += $(JERRYDIR ) /build/lib/libjerry-port.a
4848
4949USEMODULE += shell
50- USEMODULE += shell_commands
50+ USEMODULE += shell_cmds_default
5151USEMODULE += posix_sleep
5252
5353.PHONY : libjerry
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ install-apt-get-deps:
2727
2828# Fetch RIOT OS repository.
2929install-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.
3333install-noapt: install-clone-riot
Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments