What's Changed
- feat: add camera drivers for hm0360 and hm1055 by @Lesords in #707
- fix: Remove unused Kconfig option by @ALToast in #762
- fix(cam_hal): replace recursive cam_take() with bounded loop prevents stack-overflow in cam_task by @RubenKelevra in #758
- fix(cam_hal): prevent SOI scan from (1) running on length<3 and (2) over-reading the last 2 bytes by @RubenKelevra in #760
- fix(cam_hal): guard cam_verify_jpeg_eoi() against buffer-underflow by @RubenKelevra in #759
- cam_hal: shrink ISR stack, silence spam, strip logs at low levels by @RubenKelevra in #765
- Fix camera probe detecting non-camera peripheral by @rjoly-getraline in #756
- jpg2bmp: fix memory leak on error by @RubenKelevra in #766
- hm0360: harden _set_pll() against read-failures & bad widths, silence unused-param warnings by @RubenKelevra in #767
New Contributors
- @Lesords made their first contribution in #707
- @ALToast made their first contribution in #762
- @RubenKelevra made their first contribution in #758
- @rjoly-getraline made their first contribution in #756
Full Changelog: v2.0.16...v2.1.0