Zapta

Results 111 issues of Zapta

Hello YAAJ, Your 3D models are awesome. Please add a footprint with 3D model for the new STM32F401CE models (which are the same, I think, as the STM32F411CE which are...

Bleaks API is based on async functions which makes it difficult to use from non async function. Please add an example where a non async main reads and print a...

Documentation

The vid=xyz URL param is very useful as it allows to construct less confusing URLs for end users. Please add similar params for the other aspect of the DFU flashing...

Per the discussion at https://community.platformio.org/t/class-constructor-is-not-called-for-global-instances/29100 The test program ``` class A { public: A(int val): val_(val) {} int val_; }; A a1(11); int b = 123; void main(void) { A...

When an nrf52 zephyr project has CONFIG_BOOTLOADER_MCUBOOT=y in it's prj.conf file, the standard (non platformio) zephyr build builds two images, of mcuboot (a 'child image') and of the app respectively...

I have a simple nrf52 project that can upload and debug using Segger Mini Edu jlink but it fails when I try the Erase Flash function. **platformio.ini:** ``` [env:nrf52_dk] platform...

Currently platformio provides the version below which doesn't include support the support library for continuous adc reading. framework-espidf @ 3.40401.0 (4.4.1) https://github.com/espressif/esp-idf/commits/master/components/esp_adc/adc_continuous.c

The use case is like that: 1. User wants to understand a defect in the printing. 2. User open the gcode file in the viewer and move the layer and...

### Prerequisites - [X] I have read [FAQ](https://yaqwsx.github.io/KiKit/latest/faq/) - [X] I use KiKit at least version 1.4.0 (older version are not supported) ### KiKit version 1.4.0 ### KiCAD version 7.0.1-0...

What kind of issue is this? - [ ] **Question**. This issue tracker is not the place for questions. If you want to ask how to do something, or to...

feature
unit testing