Mattia
Mattia
@bialix I'd gladly help maintain this package.
@acharaj This is normal if you have not configured your kernel for cgroups. You can use Dockers script to check your kernel compatibility using Dockers util https://github.com/moby/moby/blob/master/contrib/check-config.sh Then add the...
Hey I had the same problem: You are probably looking at the examples on master which is tagged `0.39`, but this seems not to be released yet. If you take...
> Hello mfiumara, > > > > Thank you for this report. The point you reported is actually related to the [How to create an I2C slave device using the...
Hey as reported in the original ticket I used stm32Cube Version 1.9.0. I imagine it was fixed in the newer stm32cube release then?
Thanks for the response, just tried and it seems to be running. If you need any help on the bluez code I'd be happy to contribute, just not sure where...
Don't want to create another issue for this, but the cli/example does not build yet: ``` mattia@mattia-pc:BluetoothMeshRust/cli ‹master*›$ cargo run Compiling btle v0.1.4 (/home/mattia/github/BluetoothMeshRust/btle) error[E0432]: unresolved import `crate::hci::stream::Error` --> /home/mattia/github/BluetoothMeshRust/btle/src/hci/socket.rs:371:26...
Sounds interesting getting it to work on the nrf52, have you thought about integrating it into https://github.com/tock/tock? In any case I'll keep on trying to get your stack to build...
Getting one step further. I can actually run the cli now but even with correct capabilities the program doesn't run: ``` mattia@mattia-pc:BluetoothMeshRust/cli ‹dev*›$ sudo setcap 'cap_net_raw,cap_net_admin+eip' target/debug/mesh_cli [sudo] password for...
> As I started above, Impeller on Android is still in preview. Work on external textures has progressed however. A patch for this is about to land on flutter/engine. If...