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
47
47
ARCHIVES += $(JERRYDIR ) /build/lib/libjerry-port.a
48
48
49
49
USEMODULE += shell
50
- USEMODULE += shell_commands
50
+ USEMODULE += shell_cmds_default
51
51
USEMODULE += posix_sleep
52
52
53
53
.PHONY : libjerry
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ install-apt-get-deps:
27
27
28
28
# Fetch RIOT OS repository.
29
29
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
31
31
32
32
# Perform all the necessary (JerryScript-independent) installation steps.
33
33
install-noapt: install-clone-riot
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ main (void)
91
91
} now = { .d = jerry_port_current_time () };
92
92
srand (now .u );
93
93
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 );
95
95
96
96
/* start the shell */
97
97
char line_buf [SHELL_DEFAULT_BUFSIZE ];
You can’t perform that action at this time.
0 commit comments