Max Ekman

Results 158 comments of Max Ekman

I share the same situation as you; in my case I’m working on enabling the I2S clocks for a HAL proposal. My current experimentation with this crate is similar to...

Thanks for the info, I’ll look into how the interrupts works. It may be possible to do something along these lines: https://github.com/japaric/cortex-m-rt/blob/master/examples/device.rs Another option could be a custom device.x file:...

When reading more about the interrupts, it seems like only certain priorities are reserved, not the actual interrupt vectors. Does that seem correct? Cortex-m-rt only seems to deal with the...

Sounds good! I’ll close this as soon you open a (WIP) PR here.

I'm having the same problem (using Docker for Mac). Trying to run the image under Docker Compose for development (production runs on K8s fine).

I managed to solve this by adding `chmod 666 /dev/fuse` at the top of the mounts.sh script, along with these Docker (Compose) options: ``` cap_add: - SYS_ADMIN devices: - "/dev/fuse"...

Great idea! I would be glad to accept a PR!

I believe this is fixed in #387.

This would be wonderful to have!

Another approach to supporting UUIDs for BSON directly in your client project is to use the `RegisterTypeEncoder` functions, example here: https://github.com/looplab/eventhorizon/blob/main/codec/bson/uuid.go