Commit Graph

4892 Commits

Author SHA1 Message Date
Ibrahim Abdelkader
80084f18c9
Merge pull request #1571 from openmv/update_examples
scripts: Rename lsm6dsox example script.
2022-03-03 20:56:27 +02:00
iabdalkader
208e7ae5d2 scripts: Rename lsm6dsox example script. 2022-03-03 20:54:50 +02:00
Ibrahim Abdelkader
b39a6204ea
Merge pull request #1568 from openmv/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3.
2022-03-03 17:21:51 +02:00
Ibrahim Abdelkader
9ded87ba3a
Merge pull request #1569 from openmv/openmv2_update_config
OPENMV2: Update memory config to fix self-test issues.
2022-03-03 15:12:59 +02:00
iabdalkader
5c96d9004b OPENMV2: Update memory config to fix self-test issues. 2022-03-03 14:58:10 +02:00
dependabot[bot]
f2e3f4a1f8
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 12:49:12 +00:00
Ibrahim Abdelkader
45987196aa
Merge pull request #1567 from openmv/fix_rtc
stm32: Fix RTC clock source for 4P and PT.
2022-03-03 14:26:20 +02:00
iabdalkader
248e15b3a7 stm32: Fix RTC clock source for 4P and PT. 2022-03-03 14:20:59 +02:00
Ibrahim Abdelkader
68eb6cae8e
Merge pull request #1564 from openmv/openmvpt_set_rtc_source
OPENMVPT: Set RTC clock source back to LSE on startup.
2022-03-02 16:04:56 +02:00
iabdalkader
44a2216de7 OPENMVPT: Set RTC clock source back to LSE on startup. 2022-03-02 16:00:42 +02:00
Ibrahim Abdelkader
6f57f8be49
Merge pull request #1563 from openmv/lsi_config
stm32: Add LSI config option.
2022-02-28 21:32:57 +02:00
iabdalkader
af78a0cd59 stm32: Add LSI config option. 2022-02-28 21:27:25 +02:00
iabdalkader
c200f2b15b scripts: Add aio ble example. 2022-02-28 21:06:39 +02:00
Ibrahim Abdelkader
3325d4d33a
Merge pull request #1562 from openmv/changelog_fix
github: Remove github fixes from changelog.
2022-02-28 20:43:34 +02:00
iabdalkader
ecc55d7c19 github: Remove github fixes from changelog. 2022-02-28 20:40:25 +02:00
Ibrahim Abdelkader
1c5ecc9eb5
Merge pull request #1561 from openmv/openmvpt_lse_disable
OPENMVPT: Disable RTC LSE clock source.
2022-02-28 16:20:50 +02:00
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