RobertJrdens[m] has quit [Quit: Idle timeout reached: 172800s]
<Ralph[m]1>
<vollbrecht[m]> "> <@rursprung:matrix.org> i..." <- i know that `probe-rs` doesn't read serial, i'm fine with that. what do i need to configure in `esp-println` to make sure that it's printing to the USB-CDC port? (i had also once tried to connect to the UART port afterwards with `espflash monitor` but didn't see anything either)
<vollbrecht[m]>
they are 3 features, that controll it. To print to usb-cdc you need to use the jtag-serial feature iirc
<mabez[m]>
I've had defmt_rtt + probe-rs working (we use it for logging in our hil test suite) and espflash + usb-serial-jtag
<mabez[m]>
So it sounds like some kind of configuration issue, or wrong usb port
<mabez[m]>
If you share the full project (if that's possible) I can try and reproduce your issue
diondokter[m] has quit [Quit: Idle timeout reached: 172800s]
<Ralph[m]1>
<mabez[m]> "> <@rursprung:matrix.org> i (..." <- ah, the `usb_serial_jtag`worked, thanks! 👍️
<Ralph[m]1>
i think it'd be good if there'd be a comment in the README and/or the source file of the normal `hello_world` to make it clear that this will not work for everyone, depending on the chip
<Ralph[m]1>
<mabez[m]> "If you share the full project (..." <- the full project was just the `esp-rs/example` folder (for `esp-println`). and the `defmt` issue is now solved after i set the env. variable (yeah, that was a really stupid mistake and i should've known better 🤦, i've been using `defmt` for a while and just always copy the config around)