<rmsyn[m]>
@thejpster:matrix.org: do you think there will be an equivalent/improvement to CMSIS-SVD that gets developed for the RISC-V ecosystem? I would love something not spec-ed to XML ^.^
<rmsyn[m]>
the other thing that's nice about `cmsis-svd-generator` is that it uses DTS (devicetree) as input, which most(all?) board makers provide for Linux/U-boot support
emerent has quit [Ping timeout: 246 seconds]
emerent has joined #rust-embedded
ducks2788[m] has quit [Quit: Idle timeout reached: 172800s]
starblue has quit [*.net *.split]
jasperw has quit [*.net *.split]
starblue has joined #rust-embedded
jasperw has joined #rust-embedded
burrbull[m] has joined #rust-embedded
<burrbull[m]>
I've found that optional dependencies with `edition < 2021` don't support `dep:` notation. Is it so?
<burrbull[m]>
* found that features of optional dependencies
onsdag[m] has joined #rust-embedded
<onsdag[m]>
I’ve seen quite a bit of IP-XACT being used
<barnabyw[m]>
it should help with understanding how a simple OS kernel would function, yes
vollbrecht[m] has joined #rust-embedded
<vollbrecht[m]>
dsvsdveg[m]: theoretical information =/= specific hardware implementation. Also don't fell in the trap on infinity research ( only if that is your end goal). The best time to start was yesterday. The next best is now.
<barnabyw[m]>
but if that series of tutorials you just linked is specifically for the pi, why not just follow them?
<K900>
dsvsdveg[m]: It was linked, actually
<dsvsdveg[m]>
barnabyw[m]: this aren't realy tutorial like the blog you sent, it's only code that you need to read without really explain
<K900>
Huh?
<dsvsdveg[m]>
vollbrecht[m]: can't start rn i have other priority but soon this will be my priority
<K900>
There's a tutorial in every directory in that repo
<dsvsdveg[m]>
K900: i meant it's only code not really tuto step by ste
<K900>
The actual tutorial is in the code comments
<K900>
As the readme tells you
<dsvsdveg[m]>
K900: oh i got that ty so much for this information!!!
<dsvsdveg[m]>
sorry if i'm lot lazing, i'm just in period of lots of exam
<dsvsdveg[m]>
bear with me : (
<dsvsdveg[m]>
just a question, before using real rasberry, i could use any software that can simulate rasberry 3 ? and will use the rust code for it
<dsvsdveg[m]>
or it won't work?
<K900>
No
<K900>
There is no such software
<K900>
At least none accurate enough to actually emulate the entire thing
<dsvsdveg[m]>
K900: amazing ty so much K900, i really appreciate all the help you are giving !
IlPalazzo-ojiisa has quit [Quit: Leaving.]
AliGasimzade[m] has joined #rust-embedded
<AliGasimzade[m]>
Hello everyone, I am getting into Rust and embedded systems at the same time and I am really confused. Does anybody have a good book that I can follow or maybe some links?
crabbedhaloablut has quit []
<JamesMunns[m]>
docs.rust-embedded.org is a great place to start!
<AliGasimzade[m]>
JamesMunns[m]: oh this is amazing, thanks a lot!
<JamesMunns[m]>
If you have any more specific questions after skimming the items listed there, feel free to ask again, but that's a good place to start exploring :)
<AliGasimzade[m]>
JamesMunns[m]: yes I think The Embedded Rust Book will keep me busy for a while!