<oneDragon[m]>
* After i send this data from python script in PC to the UART in rpi4, It seems that only those with x below can be retrieved by getting UART.dr. I don't know how to do it right now, any advice?
<qzl[m]>
I want to develop a TF card driver for SDIO protocol, where can I find the documentation for DesignWare MMC controller. I found that this documentation doesn't seem to be downloadable, is there any solution?
marmrt[m] has joined #rust-embedded
<marmrt[m]>
SDIO is not an open protocol, you need to sign an NDA, or find the documentation through unoffical means
cr1901_ is now known as cr1901
dne has quit [Remote host closed the connection]
dne has joined #rust-embedded
AtleoS has joined #rust-embedded
MiloMoisson[m] has joined #rust-embedded
<MiloMoisson[m]>
Can targets coexist in a workspace and if so, does someone has an example repository or could guide me ? I would like to unite 3 crates under a single workspace: `core` which targets `thumbv7m-none-eabi`, `controller` which targets current host, `transport` on which both crates depends, does build for both targets.
<MiloMoisson[m]>
I could get them to coexist but ws-level `cargo build` won't work cause it tries to build platform specific `asm` to Intel `asm`. Also, if I want to run `core`, I need to pass `--target`. Though these issues wouldn't be a problem (I can just use a Just/Makefile instead). But my current setup with `probe-rs` doesn't correctly detect (I guess) which binary it should look the `defmt` table into and just refuses to log `RTT` data.
<dirbaio[m]>
not possible, no
<dirbaio[m]>
don't mix embedded and non-embedded code in a workspace
netguru[m] has joined #rust-embedded
<netguru[m]>
Yeah
<MiloMoisson[m]>
How would you organize crates with different targets for the same project. It's kind of annoying to cd everywhere, no?
<dirbaio[m]>
use cd, yes
<dirbaio[m]>
* just use cd, yes
<dirbaio[m]>
for rust-analyzer/vscode, just open one directory or the other
GenTooMan has quit [Ping timeout: 260 seconds]
<JamesMunns[m]>
<dirbaio[m]> "use cd, yes" <- Or two terminals!
GenTooMan has joined #rust-embedded
barafael[m] has joined #rust-embedded
<barafael[m]>
workspace with different target crates is a hassle, don't
AtleoS has quit [Remote host closed the connection]