spectraphilic / wsn_riot

RIOT OS for WSN application at UiO
0 stars 0 forks source link

RIOT version with arduino support needed #17

Closed jmfriedt closed 1 year ago

jmfriedt commented 1 year ago

The current tagged version of RIOT as wsn_riot submodule leads to an error message when compiling with

BOARD=lora-e5-dev make -C apps/wsn-shell

complaining off unsupported feature requirements: arduino. Switching to master branch in RIOT solves the problem and allows for the compilation to complete.