rardiol has joined #rust-embedded
starblue1 has quit [Ping timeout: 250 seconds]
starblue1 has joined #rust-embedded
rardiol has quit [Ping timeout: 256 seconds]
hifi has quit [Remote host closed the connection]
hifi has joined #rust-embedded
loki_val has joined #rust-embedded
crabbedhaloablut has quit [Ping timeout: 276 seconds]
hifi has quit [Remote host closed the connection]
hifi has joined #rust-embedded
hifi has quit [Remote host closed the connection]
hifi has joined #rust-embedded
gsalazar has joined #rust-embedded
jackneilll has joined #rust-embedded
jackneill has quit [Ping timeout: 240 seconds]
gsalazar_ has joined #rust-embedded
gsalazar has quit [Ping timeout: 250 seconds]
gsalazar_ has quit [Quit: Leaving]
gsalazar has joined #rust-embedded
starblue1 has quit [Ping timeout: 256 seconds]
starblue1 has joined #rust-embedded
rardiol has joined #rust-embedded
creich has quit [Ping timeout: 245 seconds]
creich has joined #rust-embedded
rjframe has joined #rust-embedded
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #rust-embedded
hwj has joined #rust-embedded
<re_irc> <@darryln:matrix.org> hi folks. Has anybody here heard of Linaro LAVA? It's their CI system that builds and downloads embedded linux images 24/7 to about a gazillion SBCs. Is anybody doing something like that for embedded rust? i.e. set up a bunch of low cost boards (arduino, nucleo, etc) with USB cables and loopback jumpers, and run a functional test suite as part of the github CI action.
<re_irc> <@jacobrosenthal:matrix.org> Both #probe-rs:matrix.org and #embassy-rs:matrix.org have some hil test stuff going.
<re_irc> <@darryln:matrix.org> cool, i'll check it out
hwj has quit [Ping timeout: 256 seconds]
gsalazar has quit [Ping timeout: 256 seconds]
rardiol has quit [Ping timeout: 250 seconds]
rjframe has quit [Quit: Leaving]
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
rardiol has joined #rust-embedded
rardiol has quit [Client Quit]
rardiol has joined #rust-embedded
<re_irc> <@dkhayes117:matrix.org> Does heapless not have `consts` anymore? IE `Vec<u8, consts::U32>`
<re_irc> <@dirbaio:matrix.org> it uses const generics now: `Vec<u8, 32>`
<re_irc> <@dkhayes117:matrix.org> I thought I was going crazy, because last time I used it that's what I did lol
Foxyloxy has joined #rust-embedded