René Herrero

Results 10 issues of René Herrero

Hi, Just an FYI: on Debian Buster, I had to add the following to be able to use this library: ```bash ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/x86_64-linux-gnu/libOpenCL.so ``` Not sure if that's...

Hi, I put together a little quickstart for the [NUCLEO-L432KC](https://www.st.com/en/evaluation-tools/nucleo-l432kc.html) and thought it might be worth incorporating here? VS Code debugging working too. https://github.com/reneherrero/nucleo-l432kc-quickstart Hope it helps

Hi, I have a setup where multiple AKS clusters in different geographical areas are at play and not clear if Let's Encrypt is going to work. Each app has: *...

Hi, Wondering if anyone has ventured into the Controller Area Network (CAN) space? Thanks,

enhancement
help wanted

Hi, There's much confusion around the state and direction of embedded-can: 1. The stm32 fdcan project has [commented it out](https://github.com/stm32-rs/fdcan/blob/7955ae21bca3b7556b5d810a3bfae85e3b41a0df/src/lib.rs#L31) 2. According to the stm32 bxcan project, the embedded-can crate...

Hi, I'm trying to understand the state of affairs with embedded-can but I'm having a hard time figuring it out. Can anyone shed some light? Note that I've also created...

Hi, When pushing multiple items into a BinaryHeap that have equal ordering, they come back out in a random order. Is there a way to make them come out in...

question

Hi, I noticed that the embedded-can crate is [always pulling the nb crate](https://github.com/rust-embedded/embedded-hal/blob/a0ccb6579669804e9be723912ed645a16362c8a6/embedded-can/Cargo.toml#L16) even if it's not being used. One option would be to add features. Another would be to...

Hi, Throwing this out to see if there's any interest. ### Context The CAN 2.0 and FD are low level protocols, they're like building blocks. Most implementations build on those...

Nested workspaces are noctorious for causing issues (cargo bitbake in this particular case). Any reason why it's not all flattened out?