QUERY · ISSUE
OpenMV Feature: SPITarget Support in Machine Module
enhancement
Description
SPI Target mode for STM32, MIMXRT, and ALIF. This is the last missing interface for the machine module, bringing it up to parity with PYB more or less.
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree
CANDIDATE · ISSUE
OpenMV Feature: WDT()
enhancement
Description
WDT working for the STM32, MIMXRT, and Alif on the machine module.
All watchdog types need to work. For example, on the STM32, only the IWDG is implemented right now; however, this watchdog will reset you during deep sleep. There's another watchdog on the STM32 that turns off when in deep sleep.
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree