Lieven
Lieven
In command.c on line 375 traceswo_init() the function is missing a parameter so I supplied 115200. Hope it works.
The readme mentions "13ms latency", I guess this should be 13 micro-sec ? According to the graph which is expressed in msec.
Hi, sometimes the mu_init() and mpu_config() fail. When I power cycle the board it's good again for some time. - So I was wondering is there a software method to...
/opt/oracle/container-entrypoint.sh: line 293: /sys/fs/cgroup/memory.max: No such file or directory
I had a docker image gvenzl/oracle-xe running on my macbook desktop for some time. I recently restarted it but now it exits directly. Could this be related to Docker desktop...
While the function is created in https://github.com/rust-embedded-community/tm4c-hal/blob/master/tm4c123x-hal/src/time.rs ,the function is not exposed, so also Instant cannot be obtained. ```rust 92 | let mut mono_timer = MonoTimer::new(cp.DWT, clocks); | ^^^ |...
### Describe the bug I got a warning and error for the build of zenoh, with arguments that worked fine before ``` warning: output filename collision. The lib target `zenoh_plugin_storage_manager`...
Status: Downloaded newer image for docker.elastic.co/beats-dev/golang-crossbuild:1.15.9-arm >> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=aarch64-linux-gnu-gcc, CXX=aarch64-linux-gnu-g++, GOARCH=arm64, GOARM=, GOOS=linux, PLATFORM_ID=linux-arm64] # github.com/linkedin/goavro /go/pkg/mod/github.com/linkedin/[email protected]+incompatible/array.go:48:34: constant -9223372036854775808 overflows int /go/pkg/mod/github.com/linkedin/[email protected]+incompatible/array.go:86:35: constant -9223372036854775808 overflows int /go/pkg/mod/github.com/linkedin/[email protected]+incompatible/binaryReader.go:96:27:...
When running cmake it stops at the building of the examples in lvgl itself. ``` lieven@pcdell:~/workspace/lv_binding_cpp/build$ make [ 7%] Built target lv_drivers [ 47%] Built target lvgl [ 59%] Built...
### Discussed in https://github.com/eclipse-zenoh/roadmap/discussions/120 Originally posted by **vortex314** February 25, 2024 I got Zenohd running on linux and via USB serial FTDI chip connected to UART2 of an ESP32 board...
Any plans to get the example https://github.com/lvgl/lv_binding_rust/blob/master/examples/meter.rs working ?