Hi Christian,
just saw your talk and tried (to compile) the examples. when i did i stumbled on the Makefile.cargo ifeq(Board..) so i tried to get the information from that RIOT already gathered and changed the Make file accordingly, than i moved it to its own directory named it Makefile.include and let the Riot Makefile System do the work by giving it EXTERNAL_MODULE_DIRS += ../cargo as a Hint. This should work for RIOTs current set of ARM Cortex-Ms.
see Attachment
0001-made-Makefile.cargo-useable-as-EXTERNAL_MODULE.patch
Hi Christian,
just saw your talk and tried (to compile) the examples. when i did i stumbled on the Makefile.cargo `ifeq(Board..)` so i tried to get the information from that RIOT already gathered and changed the Make file accordingly, than i moved it to its own directory named it Makefile.include and let the Riot Makefile System do the work by giving it `EXTERNAL_MODULE_DIRS += ../cargo` as a Hint. This should work for RIOTs current set of ARM Cortex-Ms.
see Attachment
[0001-made-Makefile.cargo-useable-as-EXTERNAL_MODULE.patch](/uploads/13c300873ecbd91b19f4eac49ef0eebf/0001-made-Makefile.cargo-useable-as-EXTERNAL_MODULE.patch)