Jochen Wilhelmy

Results 7 issues of Jochen Wilhelmy

Hi! in CMake, after including a project with find_package(easy_profiler REQUIRED), one would typically do something like include_directories(${EASY_PROFILER_INCLUDE_DIRS}). The variable EASY_PROFILER_INCLUDE_DIRS would be set by easy_profilerConfig.cmake. It doesn't seem to be...

question
resolved
build

Is it possible to iterate over the recorded bocks "by hand" and e.g. dump info to std::cout? This way it would be possilbe to print simple statistics on program exit...

question
core

### Description of Problem, Request, or Question I try to run conan package tools with export CONAN_USE_DOCKER=1, but get an error: >> Running builds... Page: 1/1 +-----+--------------------+--------------+--------+------------+ | # |...

Hi! What is the equivalent of PROGMEM or better the __flash modifier of avr-gcc to place variables into flash memory? Thanks, Jochen

I want to install into lib on a 64 bit system. For this I pass -DLIB_SUFFIX="" to CMake. This didn't work because NOT LIB_SUFFIX evaluates to false if LIB_SUFFIX is...

Hi! Where do I obtain the connector that connects to J13 inside the Rotex control unit? Thanks! I'd like to try to connect the Rotex HPSU Compact to OpenHAB, but...

Hi! Thanks for this great library. I have a question: How do I persist the location and inside/outside flag of the legend so that if the app is closed and...