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
sroemer has joined #rust-embedded
sroemer has quit [Changing host]
sroemer has joined #rust-embedded
nadja has quit [Ping timeout: 265 seconds]
nadja has joined #rust-embedded
anton_star has joined #rust-embedded
bpye has quit [Quit: Ping timeout (120 seconds)]
bpye has joined #rust-embedded
SeanLyons[m] has joined #rust-embedded
<SeanLyons[m]> Can anyone recommend a good reference for a HAL that implements the traits from embedded-hal 1.0?
<SeanLyons[m]> s/?/ including serial/UART. /
emerent_ has joined #rust-embedded
emerent is now known as Guest2736
Guest2736 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
emerent_ is now known as emerent
anton_star has quit [Ping timeout: 256 seconds]
<JamesMunns[m]> <dirbaio[m]> "CARGO_MANIFEST_DIR, yep" <- Fun fact, I don't *think* this is set at proc macro time, which is why toml-cfg is so cursed
<JamesMunns[m]> <SeanLyons[m]> "Can anyone recommend a good..." <- Any of the embassy hals (STM32, nrf, RP) should be a good reference
<JamesMunns[m]> JamesMunns[m]: They have both blocking and async ehal impls
sroemer has quit [Ping timeout: 260 seconds]
dne has quit [Remote host closed the connection]
dne has joined #rust-embedded
starblue has quit [Ping timeout: 260 seconds]
starblue has joined #rust-embedded
Brons[m] has joined #rust-embedded
<Brons[m]> Is there a way to intercept defmt logs on the mcu?
<Brons[m]> I want to get access to any error logs, and pipe them over my Bluetooth connection.
diondokter[m] has joined #rust-embedded
<diondokter[m]> * Yeah, you can implement your own global logger and do with the data whatever you like.
<diondokter[m]> You can take a look at how it's done in the defmt book or the defmt-rtt crate
<Brons[m]> I'm using target rtt instead of defmt rtt. Will that still work?
scorpion2185[m] has joined #rust-embedded
<scorpion2185[m]> lulf does watchful have clock alarm an timer?
lulf[m] has joined #rust-embedded
<lulf[m]> <scorpion2185[m]> "lulf does watchful have clock..." <- No, it does not. Sounds useful though
<scorpion2185[m]> what does it have?
barafael[m] has joined #rust-embedded
<barafael[m]> I have problems with unit tests in my workspace. I have a workspace with two crates - a firmware crate and a library crate. The library crate is `#![cfg_attr(not(test), no_std)]`. The firmware crate is `#![no_std]`. The library... (full message at
<barafael[m]> https://github.com/barafael/tracker/tree/main is the code. I'd be happy to provide more details...
<lulf[m]> <scorpion2185[m]> "what does it have?" <- Pretty much just displaying the time 😅 Some basic menus, and the firmware update over BLE stuff.