You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: OpenMV-accuracy audit of library reference + TLS tutorial
Scrub the MicroPython library docs for OpenMV correctness, verified
against the openmv firmware sources:
- Replace non-OpenMV port hedging and generic "Availability" notes with
OpenMV-accurate statements (deflate, gzip, zlib, types,
string.templatelib, sys, time, errno, hashlib, builtins, io, socket,
select, re, os, random, platform).
- Fix factual errors verified against firmware config: sys.platform
examples, time epoch (STM32 2000 vs Alif/i.MX RT 1970), ticks_cpu,
sys.settrace / sys.tracebacklimit availability.
- Model re.match as a class (matching select.poll) to remove the
genpyi function/class shadowing.
- Replace `= ...` placeholder defaults with correct defaults across
machine.*, network.LAN, math, omv.ulab.numpy, omv.display.spidisplay.
- Add the "Working with TLS certificates" tutorial and link it from the
ssl module documentation.
genpyi + verify_stubs pass (0 skipped, all signatures match).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments