boards/sodaq-explorer: add configuration for rn2483 module#7733
boards/sodaq-explorer: add configuration for rn2483 module#7733smlng merged 1 commit intoRIOT-OS:masterfrom
Conversation
b278d30 to
86f1c8e
Compare
|
@aabadie Do you happen to know if I can somehow use the USB (ttyACM0) of the Explorer board as the serial for printf and getline (stdin, stdout)? (Instead of uart0) |
86f1c8e to
961340e
Compare
Not for the moment with RIOT. This requires the support of the USB stack to emulate UART other USB. With this, one can have the same behaviour as with Arduino. There are discussions about this in #7510 (because Adafruit Feather M0 has the same 'problem') and in this old PR #3890 which is about adding an USB stack. |
961340e to
4e0c95c
Compare
4e0c95c to
3b7ecf8
Compare
3b7ecf8 to
d5aa10b
Compare
|
Once #7505 is in this one can be merged right away. I just tested it and it works. |
d5aa10b to
bcce935
Compare
can we have @kYc0o`s approval then? |
AFAIK what I understand from that is that there is already an USB-Serial converter (if you can see a /dev/ttyACMx). Thus it's a matter of knowing where is it mapped. Should be straightforward and would be much more practical. |
|
great! |
Follow-up of
#7725with #7505.