pozzugno

Results 5 issues of pozzugno

README talks about enabling of tracing with MQTT_DEBUG, however I didn't find MQTT_DEBUG in any source code.

enhancement
question

Is it possible to use private key files in DER format? I tried without success, I received the error: `Invalid value for option '--key': cannot convert 'client_key_rsa.der' to PrivateKey (The...

I tested the following source file: ``` #include #define __SAMC21N18A__ #define SAM_PART_IS_DEFINED(part) (defined(__ ## part ## __)) #define SAM SAM_PART_IS_DEFINED(SAMC21N18A) int main() { #if SAM printf("Hello World"); #endif return 0;...

I have installed Python 3.8 on my Windows 10 computer. I installed successfully dbus-next with pip, but I wasn't able to run a working application. After launching dbus-daemon.exe and setting...

When building with -Wunused-parameter, gcc emits many warnings related to unused parameters in some functions. For example: `TRICE_INLINE void TRice0( char const * pFmt ){}`