Stefan

Results 4 issues of Stefan

fixing platform_type switch-case fall trough due to missing break statement after adding MRAA_SIEMENS_IOT2050

Platform: RaspberryPi, aarch64, kernel 6.1.21-v8+ Python 3.11.2 numpy 2.0.0 (also tested with 1.26.4 --> same error) Starting mavproxy script with either `python3 mavproxy.py --master=/dev/serial0 --baudrate=921600`, or `python3 mavproxy.py --master=/dev/serial0 --baudrate=921600...

Please add the compiler-flag option to enable/disable the Serial TX/RX LEDs also for the XIAO SAMD21 board, like you already did for the Seeed Wio Terminal by accepting [commit c68cc757e623a4b30669e7880a4fb0224bbf6169](https://github.com/Seeed-Studio/ArduinoCore-samd/pull/35/commits/c68cc757e623a4b30669e7880a4fb0224bbf6169)...

The properties `uid` and `gid` of the struct `lws_context_creation_info` are defined as type `uid_t` and `gid_t`, which both resolve to `unsigned int`, respectively. ``` websockets.c: In function ‘mosq_websockets_init’: websockets.c:702:20: warning:...

Status: Available