Stefano M.
Stefano M.
Hi all, I'm using the package into an app running on iPhone. I created the object as: ``` eventSource = await EventSource.connect("https://my.com/php/utility/notify.php"); eventSource!.onOpen.listen((event) { debugPrint("SSE OPEN $event"); }); eventSource!.onMessage.listen((event) {...
**Describe the bug** I'm not able to open the serial port on MAC 12.7.4 and Qt. From my code I get all the serial ports recalling the function QSerialPortInfo::availablePorts() This...
Hello, please confirm me that the project is only for 64bits systems. I found the download for 64bits machine in CMakeLists: ``` ... set(FLUTTER_ENGINE_SHA b9523318caa1a99ffde8adaf331212eb879cabc9) set(FLUTTER_EMBEDDER_ARTIFACTS_ZIP ${CMAKE_BINARY_DIR}/flutter_embedder_${FLUTTER_ENGINE_SHA}.zip) set(FLUTTER_ARTIFACTS_ZIP ${CMAKE_BINARY_DIR}/flutter_artifact_${FLUTTER_ENGINE_SHA}.zip) set(FLUTTER_BUCKET_BASE...
Hi all, I cloned the project and updated the modules for API 33. Then I selected a module (e.g. helloworld.automotive) and run it on a mobile (Motorola g14 - API...
hello, thanks a lot for your serial-port examples: I'm interested in particular into 2_with_timeout sample. Implementing XMODEM protocol I'm able to read the 'standard' 133-bytes packet, but the last packet...
Hi all, I installed the last release: CmsisPackPlugIn2.10.0.zip I configured for my ST32MP135 board a simple blink code that uses ARMA/ as device and RTOS. So I selected the following...
Hi all, what about a portable branch toward ARM CA7 - i'm working with a STM32MP135. Thanks!
Hello Mori, thanks for your contribution. Given the lack of other source code I'm trying to port your solution toward MP13x micro family. Additionally, I'm trying to use a non-OTG...