Update change log.

This commit is contained in:
iabdalkader 2020-02-07 21:44:06 +02:00
parent 4ff6e6285c
commit df00390d91

View File

@ -1,4 +1,17 @@
# Change Log
## [3.6](https://github.com/openmv/openmv/releases/tag/v3.6) (2020-2-7)
* Fix H7 DAC timed write bug.
* Fix self-tests bug.
* Fix H7 I2C timings.
* Fix TIM4 reserved bug.
* Update to MicroPython v1.12
* Support for 32MBs QSPI flash.
* Bootloader QSPI flash support.
* OMV4+ UVC support.
* OV5640 sensor driver.
* Optimized LSD, AprilTags, QRCode and JPEG.
* Updated py_tf tensorflow docs.
## [3.5.2](https://github.com/openmv/openmv/releases/tag/v3.5.2) (2019-12-17)
* Fix H7 timer bug.
* Update timer test scripts.