Commit Graph

4976 Commits

Author SHA1 Message Date
iabdalkader
82e7acb979 OPENMVPT: Disable RTC LSE clock source.
* Due to an issue with the crystal oscillator, the LSE can't be
enabled without reworking the board, otherwise it will never start.
2022-02-28 16:13:52 +02:00
Ibrahim Abdelkader
d3ee70c2e6
Merge pull request #1560 from openmv/workflow_update3
github: Ignore github PRs in change log.
2022-02-28 05:39:26 +02:00
iabdalkader
128d9e2671 github: Ignore github PRs in change log. 2022-02-28 05:35:30 +02:00
Ibrahim Abdelkader
b105953dc0
Merge pull request #1559 from openmv/workflow_update
github: Update development release timestamp.
2022-02-28 05:19:06 +02:00
iabdalkader
cfd14977c7 github: Update development release timestamp. 2022-02-28 05:15:14 +02:00
Ibrahim Abdelkader
b4bcc23bf7
Merge pull request #1558 from openmv/lse_drive_strength
stm32: Add LSE driver strength config option.
2022-02-28 03:11:33 +02:00
iabdalkader
ad55071c5f stm32: Add LSE driver strength config option. 2022-02-28 03:06:52 +02:00
Ibrahim Abdelkader
08d5700150
Merge pull request #1557 from openmv/jpeg_hw_decoder
imlib: Add hardware JPEG decoder support.
2022-02-27 20:29:50 +02:00
iabdalkader
38c26cec92 imlib: Add hardware JPEG decoder support. 2022-02-27 20:23:16 +02:00
iabdalkader
b5b26ff390 imlib: Fix JPEG decompress buffers cache alignment. 2022-02-27 17:34:40 +02:00
Ibrahim Abdelkader
b76222b9d1
Merge pull request #1556 from openmv/jpeg_fixes
imlib: Update JPEG decoder and fix memory issues.
2022-02-27 16:55:59 +02:00
iabdalkader
421a685370 imlib: Update JPEG decoder and fix memory issues.
* Fix MemManage fault on decoding odd images.
* Support decoding YCBCR to Grayscale.
* Support decoding Grayscale to RGB565.
* Minor formatting fixes.
* Use a single decompress function for all formats.
* Fixes #1550
2022-02-27 16:14:49 +02:00
Ibrahim Abdelkader
d895e169fd
Merge pull request #1555 from openmv/pt_lse_mode
OPENMVPT: Fixe LSE oscillator mode.
2022-02-26 03:16:40 +02:00
Ibrahim Abdelkader
3551d6d280
Merge pull request #1554 from openmv/jpeg_callbacks
imlib: Enable hardware JPEG callbacks.
2022-02-26 03:04:48 +02:00
iabdalkader
275db7facc OPENMVPT: Fixe LSE oscillator mode. 2022-02-26 03:04:23 +02:00
iabdalkader
490ce48b54 imlib: Enable hardware JPEG callbacks. 2022-02-26 02:58:55 +02:00
Ibrahim Abdelkader
593a18e129
Merge pull request #1553 from dianjixz/patch-3
imlib: Fix imlib_rgb565_to_l output.
2022-02-24 14:51:30 +02:00
dianjixz
aa614370df
imlib: Fix imlib_rgb565_to_l output.
It should not be negative when the imlib_rgb565_to_l function input is zero, e.g. y=0.137931f, fast_floorf(116 * 0.137931f) = 15.999996,  15.999996 - 16 < 0.
2022-02-24 13:57:36 +08:00
Ibrahim Abdelkader
4510f8ea3c
Merge pull request #1551 from openmv/rtc_fix2
OPENMVPT: Fix RTC clock source.
2022-02-22 03:51:01 +02:00
iabdalkader
8df4b647d0 OPENMVPT: Fix H7 RTC clock source. 2022-02-22 03:47:25 +02:00
Ibrahim Abdelkader
0fb274cf33
Update README.md 2022-02-20 06:08:28 +02:00
Ibrahim Abdelkader
74e530f27b
Merge pull request #1549 from iabdalkader/test_cache
github: Enable caching workflow dependencies.
2022-02-20 00:19:00 +02:00
iabdalkader
23df7c73bc github: Enable caching workflow dependencies.
* Use cache for GNU Arm Embedded Toolchain.
2022-02-20 00:10:05 +02:00
Ibrahim Abdelkader
635178124a
Update README.md 2022-02-19 22:46:09 +02:00
Ibrahim Abdelkader
f46a02a90b
Merge pull request #1548 from openmv/workflows_commit_checks
github: Check pull request title in workflows.
2022-02-19 16:59:15 +02:00
Ibrahim Abdelkader
54cb08b710
Update README.md 2022-02-19 16:59:04 +02:00
iabdalkader
f7b9ade73b github: Check pull request title in workflows. 2022-02-19 16:53:25 +02:00
Ibrahim Abdelkader
2e90118b38
Update README.md 2022-02-19 16:39:48 +02:00
Ibrahim Abdelkader
617ea105f5
Merge pull request #1547 from openmv/workflows_changelog
github: Generate release change log.
2022-02-19 16:27:28 +02:00
iabdalkader
cafed4af73 github: Generate release change log.
* Generate stable and development releases change logs.
* Remove manual change log file.
2022-02-19 16:23:00 +02:00
Ibrahim Abdelkader
607d02efd0
Update README.md 2022-02-18 20:30:04 +02:00
Ibrahim Abdelkader
fa3007a6ea
Merge pull request #1544 from micro-nova/high_temp_cleanup
High temp cleanup
2022-02-18 20:02:20 +02:00
Lincoln Lorenz
bc07e01312 Lepton: Fix default temperature range. 2022-02-18 12:43:55 -05:00
Lincoln Lorenz
082912c667 Examples: Add Lepton high temp example. 2022-02-18 12:43:55 -05:00
Ibrahim Abdelkader
277caa691b
Update README.md 2022-02-18 19:23:25 +02:00
Ibrahim Abdelkader
47ddb9c1b9
Merge pull request #1545 from openmv/workflows_update
github: Update workflows.
2022-02-18 19:11:54 +02:00
iabdalkader
a5663d0c3f github: Update workflows.
* Check commit messages format and length.
2022-02-18 19:07:33 +02:00
Ibrahim Abdelkader
931fff7e84
Update README.md 2022-02-18 16:31:06 +02:00
Ibrahim Abdelkader
3777e4e61d
Update README.md 2022-02-18 16:30:44 +02:00
iabdalkader
59c78e8ea8 micropython: update docs. 2022-02-18 16:17:23 +02:00
iabdalkader
a31cb628a3 github: Update workflows. 2022-02-18 16:14:00 +02:00
iabdalkader
a6af77cec6 OPENMVPT: Fix RTC LSE. 2022-02-18 04:25:26 +02:00
Ibrahim Abdelkader
8b3dc01e08
Merge pull request #1542 from openmv/lepton_high_temp
Lepton: Add high temperature measurement mode support.
2022-02-18 02:21:43 +02:00
Lincoln Lorenz
6b2cd10088 Lepton: Add high temperature measurement mode support. 2022-02-18 01:49:09 +02:00
Ibrahim Abdelkader
3ecae84299
Update README.md 2022-02-18 00:32:51 +02:00
iabdalkader
383cf75704 Bump firmware version. 2022-02-17 21:59:42 +02:00
iabdalkader
2327aeabd6 Update change log. 2022-02-17 21:48:06 +02:00
Ibrahim Abdelkader
f7f0b80418
Merge pull request #1540 from openmv/tf_fix_output
py_tf.c: Fix output scaling for uint8/int8.
2022-02-17 21:41:01 +02:00
iabdalkader
18b50a2f2e py_tf.c: Fix output scaling for uint8/int8. 2022-02-17 21:35:52 +02:00
Ibrahim Abdelkader
a4cbc81e6b
Merge pull request #1537 from openmv/pt_rtc_lse
OPENMVPT: Enable RTC LSE.
2022-02-17 05:45:56 +02:00