-
plotters already nicely integrates with slint, as visible in this example:
https://slint-ui.com/releases/1.0.0/demos/plotter/
But one big selling-point of slint is to able to handle even embedded …
-
Please remove automatic Set/Unset commands.
`Set` and `Unset` during a proof trigger coq STM to synchronize a bunch of stuff, which can be very expensive. https://gist.github.com/andres-erbsen/edd3…
-
In micropython, there is no way to define in which country the ESP WIFI transmitters operate.
This might create legal problems for anyone using the ESP devices and micropython "out of the box".
Th…
-
Approving this issue will deploy Infrastructure release version 'v1.2.1' to the Production environment.
Workflow is pending manual review.
URL: https://api.github.com/pa-digital/dft-dtro-infra-beta/a…
-
When I import `CronAlarms.h` and use `Cron.create(...)` in a platformio project where the board used is a STM Nucleo WB55 I get the following error:
```
/.platformio/packages/toolchain-gccarmnone…
-
Hi!
I'm considering using `StmContainers.Set ObjectId` to implement per-object locking. Since we are creating and locking very many different objects over time this Set will potentially leak memory…
-
I apologize, if the issue is already on GitHub, but i couldn't find anything.
While working with darktable, i saw it detects my lens wrong.
I used for the photo the Canon RF 24-105 F4-7.1 IS STM
…
-
Would it be possible to add support for the SDIO HAL implementation within Arduino_Core_STM32 being developed by STM? -> https://github.com/stm32duino/Arduino_Core_STM32
There is a native SDIO imp…
-
Приветствую. Пытаюсь найти рабочую библиотеку midiusb для stm . Наткунлся на Ваш код , сделал все как описано , откорректированный код скомпилировался и собрался без ошибок. Контроллер F411 на BlackPi…
-
```
What steps will reproduce the problem?
1. write small program which contains next instructions in specified order:
MOV r0,#0xa50000
LDR r0,=0x123456
STM r1,{r0,r2}
2. compile
3. run
W…