Sophie[m] has quit [Quit: Idle timeout reached: 172800s]
ello has quit [Ping timeout: 252 seconds]
cinemaSundays has joined #rust-embedded
jxsl has joined #rust-embedded
danielb[m] has quit [Quit: Idle timeout reached: 172800s]
crabbedhaloablut has quit []
crabbedhaloablut has joined #rust-embedded
crabbedhaloablut has quit []
crabbedhaloablut has joined #rust-embedded
cinemaSundays has quit [Quit: Connection closed for inactivity]
JamesSizeland[m] has joined #rust-embedded
<JamesSizeland[m]>
<9names> "> <@jsizeland:matrix.org> Anyone..." <- Ok just to close this out, it was because I had cargo-espflash installed but not espflash !
andar1an[m] has joined #rust-embedded
<andar1an[m]>
Im finding it challenging finding job postings on various platforms to work with Embedded Rust.
<andar1an[m]>
Does anyone know of a list of companies one may search career pages for?
<andar1an[m]>
I'm a mechanical and software engineer who has worked with well know companies in both industries, just looking to be able to throw hat in ring for any kind of risc-v rust work.
<andar1an[m]>
That is cool. Have you considered including a detailed drawing package constrained with GD&T? That is highly valuable learning also and could be very complementary
JomerDev[m] has quit [Quit: Idle timeout reached: 172800s]
JomerDev[m] has joined #rust-embedded
<JomerDev[m]>
What, did his beard get cut off? 😁
jxsl has joined #rust-embedded
jxsl has quit [Ping timeout: 252 seconds]
d3zd3z[m] has joined #rust-embedded
<d3zd3z[m]>
Interesting thing running into on Zephyr. Rust does allow #[repr(align(n))] on declarations. However, the n has to be an integer literal. In Zephyr, these are defined by arch-specific includes, which, in my case bindgen makes into a const. Any things on a good way to handle this?
<d3zd3z[m]>
Is there any way of making this general, short of making my own procedural macro for the repr.
<JamesMunns[m]>
There was a somewhat cursed align generic crate