Peer Stritzinger

Results 11 issues of Peer Stritzinger

### Description Starting the same release on multiple GRiSP boards connected to the same Wifi should be more easy. We should use a autogenerated hostname derived from the serial number...

enhancement
help wanted

Cleanest way would be to have this added to http://erlang.org/doc/man/inet.html#type-getifaddrs_ifopts In theory there is a `hwaddr`field there but we don't see it which points toward the underlying call not supporting...

help wanted

Would show up nicer on lists of DHCP servers and some DHCP serves (the TP-Link we use for demoing e.g) would not show clients which don't do this at all.

enhancement

Suggestion: People have a hard time finding their Slack invite button (guided someone for the nth time there) Maybe add it to a separate menu point or make it more...

It seems that the changeset referenced for rtems-source-builder is gone. Seems someone is editing history over there :-(

This is the old behaviour which is probably left in and should be removed

bug
bad-user-experience

When mounting fails we only get a timeout message. This is caused by the RTEMS media listener which waits for a SD card and then calls a callback. Currently its...

enhancement
help wanted

### Current behaviour ### Rebar3 allows the specification of a config file with the `--config` option of `rebar shell` However it does not allow the specification of individual config key/values...

Using ExDoc with Rebar3 From Erlang/OTP 24+, you can use ExDoc to render your Erlang documentation written with EDoc. See rebar3_ex_doc for more information. This would have our docs look...

From Slack: > John Högberg [11:39 PM] > iolist_to_iovec before the NIF call, then enif_inspect_iovec in the NIF is what we recommend these days > John Högberg [11:44 PM] >...