Update RIOT target to 2021.10 (#4826)

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs roland.takacs@h-lab.eu
This commit is contained in:
Roland Takacs
2021-11-23 13:17:46 +01:00
committed by GitHub
parent 06b4c02204
commit 2899582080
4 changed files with 118 additions and 137 deletions
+2 -3
View File
@@ -27,15 +27,14 @@ install-apt-get-deps:
# Fetch RIOT OS repository.
install-clone-riot:
git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2020.01
git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10
# Perform all the necessary (JerryScript-independent) installation steps.
install-noapt: install-clone-riot
install: install-apt-get-deps install-noapt
## Targets for building RIOT with JerryScript.
# Build the firmware (RIOT with JerryScript).
script:
$(MAKE) -f ./targets/riot-stm32f4/Makefile.riot
$(MAKE) -f ./targets/riot-stm32f4/Makefile