openmv/ports
Kwabena W. Agyeman 8f81f16963 ports/stm32: Fix NEMA GPU driver.
* You have to clean and invalidate the destination image so that
  the processor writes out the full image and so that the processor
  doesn't flush cache lines ontop of the GPU writing the image.
* The ICACHE doesn't automatically flush itself after a draw operation.
  Depending on the situation, it will just hold the entire source
  image internally and never read it again. In particular, when
  scaling something like 160x120 it just caches the whole image
  and never reads it again.
2025-06-23 12:34:41 -07:00
..
alif ports/all: Refactor CSI I2C bus. 2025-06-23 14:14:02 +02:00
mimxrt ports/all: Refactor CSI I2C bus. 2025-06-23 14:14:02 +02:00
nrf ports/all: Refactor CSI I2C bus. 2025-06-23 14:14:02 +02:00
rp2 ports/all: Refactor CSI I2C bus. 2025-06-23 14:14:02 +02:00
stm32 ports/stm32: Fix NEMA GPU driver. 2025-06-23 12:34:41 -07:00
ports.mk misc: Refactor Makefiles. 2025-04-15 18:54:04 +02:00