Henrik Lindblom

Results 15 comments of Henrik Lindblom

I came here searching for a way to create aliases for particular, frequently used west commands, preferable they would somehow be stored in the manifest. For example: ```yaml self: path:...

Wasn't probably clear enough, and this _is_ an issue to add `west grep` support, so the assumption probably is to create a new extension. The argument I was trying to...

> What's wrong with distributing scripts using the same git repo as the manifest? = what Zephyr does for its west extensions and more. Wait, isn't that what every project...

The thread now mentions https://github.com/serialport/serialport-rs and that seems fairly active as the most recent commits are from just a few days ago.

Frankly, I'm hesitant to commit as I'm unsure if I have the time required and I currently have very vague idea how large this task would be. If you (@mbolivar-nordic)...

Sounds good, I'll think of a couple use cases at work and have a look at the code and open a new issue.

While I was playing around with tokio-modbus I noticed that there isn't an interface to get the raw response data. Everything seemed to be `Vec` (kudos for making `Word` a...

Yes I know the nuances and problems of Modbus when used to relay values that don't fit in a register. Libmodbus has API functions called `modbus_get_float_(abcd|badc|cdab|dcba)` which indicates just how...

Are you discussing splitting the current crate into multiple smaller ones in the existing repository or create multiple smaller repos, one for each crate?