Sebastian Meiling
Sebastian Meiling
I like the idea - despite the additional work load 😉 Is it possible to put such extensive and detailed description in a separate file and link (reference) it into...
also note: I did not (yet) adapt the test script to pass flake8
@JelmerT can you test this with an actual device and with and w/o the optional modules? I currently traveling and do not have a cc2538 based board at hand :disappointed:
Regarding the 2 Doxyfiles: I'm not sure if they can be merged into one, the problem is that `doxygen/Doxyfile` is used by the Cmake toolchain and `docs/Doxyfile` is for the...
@waehlisch I put a demo side online, have a look [here](http://rtrlib-rtd.inet.haw-hamburg.de). Regarding the errors, I see during doc generation: most of them are related to undocumented code parts (functions, parameters,...
My question was, why these (very) similar structs have a differing declaration of their port attribute? I wasn't arguing in favor of (or against) `char *` or `unsigned int`, IMO...
@shaddeus: ah I see, thanks for the pointer. So these differing types make sense from a library (internal) perspective, but might be a bit confusing for an external developer using...
@lebrush: I just tested your snippet on macOS and got an interesting behavior: * with ` xtimer_usleep(500)` the application stops working after some time, not printing dots `.` or newlines...
btw. setting it to 100 also runs ~~forever~~ (very long), but with 500 it stops even with 1000 sometimes. So firing too fast might not be the real/exact issue here?!
Yes, macOS is WIP for Jenkins see #6341, and I just created #6371 to activate native compile on Raspberry Pi ...