Results 7 issues of Krzysztof

Due to some changes to support JPEG mode the [diagram](https://github.com/igrr/esp32-cam-demo/blob/master/pictures/sw-operation-diagram.png) now doesn't exactly reflect the software structure... for example, the number of DMA buffers is calculated during initialization depending on...

Hi @igrr, Basing on the includes I believe you were using https://github.com/dlbeer/quirc. If so, did it work for you out of box or you had to tweak the code? Waiting...

This is to open discussion how to port OpenMV to ESP32 and what it entails. Initial ideas: > 1. Write shims for the STM32 DCMI peripheral functions, translating them into...

I could not find the API for [DAC](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/dac.html#). Is it implemented? If not, do you plan to add it? If doing so could you add support for [CW](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/dac.html#_CPPv423dac_cw_generator_enablev)?

enhancement
good first issue

Transitioning from development on a device locally using Jaguar to development on the same device connected to Toit cloud and back requires each time flashing the device using the serial...

enhancement

Rendering of a C `struct` by `doxygenfile` directive looks as follows: ![screenshot from 2016-11-19 21-41-26](https://cloud.githubusercontent.com/assets/12953787/20458289/06a21d16-aea1-11e6-8012-be91f5f02376.png) The title **Structures** is missing above the first listed structure. Rendering of `define`, `typedef` and...

enhancement
code

Hi, I have changed to a Mac with M2 silicon and started to have problems building some documentation. In particular, when building documentation for a project that includes `sphinxcontrib.wavedrom`, the...