ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #rust-embedded
causal has quit [Quit: WeeChat 3.6]
emerent has quit [Ping timeout: 246 seconds]
emerent has joined #rust-embedded
hwj has joined #rust-embedded
hwj has quit [Client Quit]
hwj has joined #rust-embedded
starblue has quit [Ping timeout: 265 seconds]
starblue has joined #rust-embedded
<re_irc> <James Munns> Embedded Rust+FFI experts out there, am I missing anything in my list here?
<re_irc> (asking because I should probably write this up and add it to the embedded book or something, so help writing the outline now would be appreciated :D)
oak- has joined #rust-embedded
<re_irc> <mattjperez> Great thread! James Munns: On question 1, which is native?, if your intention is to stop further C development, would it be better to migrate the build system by switching to just/cargo/build.rs up-front?
<re_irc> <mattjperez> Great thread! James Munns:
<re_irc> On question 1, which is native?, if your intention is to stop further C development (but C is still the core logic), would it be better to migrate the build system by switching to just/cargo/build.rs up-front?
<re_irc> <James Munns> Whew, that's a complicated "maybe" :D
<re_irc> <James Munns> I might do that, but that's because I'm patently awful at any C/C++ build system. That being said, depending on what your plan for the project is, that might be a lot of work for relatively little impact.
<re_irc> <James Munns> More details behind that suggestion: the hope is to get the build system into a shape where you're either building "all of rust as one staticlib", and using cmake or whatever to link that into your binary, OR try and build "all of C as one staticlib", and link that in from cargo or whatever.
hwj has quit [Ping timeout: 248 seconds]
causal has joined #rust-embedded
<re_irc> <newam> github actions down for anyone else? status.github.com says it is fine, but its not triggering for me.
<re_irc> <newam> Just want to double check before I hit "manually trigger" button a few times 😅
<re_irc> <newam> Ah nevermind, it's back again
<re_irc> <sourcebox> At this time of the day, it could take some take to start.
<re_irc> <sourcebox> * time
<re_irc> <newam> I should really switch to some self-hosted CI for speed but security with that is real difficult :|
hwj has joined #rust-embedded
creich has joined #rust-embedded
creich has quit [Quit: Leaving]
hwj has quit [Remote host closed the connection]
causal has quit [Quit: WeeChat 3.6]
causal has joined #rust-embedded