Commit Graph

4961 Commits

Author SHA1 Message Date
dependabot[bot]
cbdcae26c6
build(deps): bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 15:58:18 +00:00
Ibrahim Abdelkader
3734fc711e
Merge pull request #1615 from openmv/tof_examples
examples: Add ToF examples.
2022-04-10 20:47:25 +02:00
Ibrahim Abdelkader
e344321ea4
Merge pull request #1614 from openmv/vl53l5cx_module
sensors/vl53l5cx: Add vl53l5cx Python module.
2022-04-10 20:47:02 +02:00
iabdalkader
5bb8545cf1 examples: Add ToF examples. 2022-04-10 20:46:39 +02:00
iabdalkader
226ae8403e sensors/vl53l5cx: Add vl53l5cx Python module. 2022-04-10 20:40:25 +02:00
Ibrahim Abdelkader
d727d17af7
Merge pull request #1613 from openmv/vl53l5cx_driver
drivers/vl53l5cx: Add VL53L5CX ST driver.
2022-04-10 20:38:11 +02:00
iabdalkader
e1fd820960 drivers/vl53l5cx: Add VL53L5CX ST driver. 2022-04-10 20:29:30 +02:00
Ibrahim Abdelkader
c9f0d8e0d0
Merge pull request #1612 from openmv/jpeg_fix
imlib: Fix SIMD YCbCr to RGB conversion.
2022-04-09 12:20:38 +02:00
Larry Bank
5de385ed46 imlib: Fix SIMD YCbCr to RGB conversion.
* Fixes #1597
2022-04-09 12:08:14 +02:00
Ibrahim Abdelkader
dc4668f79d
Merge pull request #1609 from openmv/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2022-04-09 11:11:54 +02:00
Ibrahim Abdelkader
946c9758c6
Merge pull request #1608 from openmv/dependabot/github_actions/actions/download-artifact-3
build(deps): bump actions/download-artifact from 2 to 3
2022-04-09 11:11:38 +02:00
dependabot[bot]
f6c49c8f19
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 15:30:43 +00:00
dependabot[bot]
fd4e5a2d73
build(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 15:30:40 +00:00
Ibrahim Abdelkader
92da636906
Merge pull request #1606 from kwagyeman/kwabena/openmvpt_cache_fixes
imlib: Fix py_lcd cache alignment and handling.
2022-04-03 09:10:17 +02:00
Kwabena W. Agyeman
4e62482d5f imlib: Fix cache usage for the OpenMV PT for its LCD. 2022-04-02 17:49:30 -07:00
Ibrahim Abdelkader
74a6190760
Merge pull request #1603 from openmv/fdcan_updates
ports/stm32: Improved CAN FD support.
2022-04-02 17:16:30 +02:00
iabdalkader
9486d1684c ports/stm32: Improved CAN FD support.
* Add support for CAN FD frames.
* Add support for Bitrate Switching (BRS) for data phase.
* Add support for extended (29-bit) frame identifiers.
* Add support for a bus with mixed Classic/FD nodes.
* Return the matching filter ID and type of received messages.
* Fix the maximum range for the nominal and data bit timing parameters.
* Optimize the Message RAM usage per FDCAN instance.
* Document the usage and different sections of the Message RAM.
* Update CAN docs.
* Fixes #1071
2022-04-02 17:09:44 +02:00
Ibrahim Abdelkader
31075cb852
Merge pull request #1601 from dianjixz/patch-4
imlib: Fix quad_segment_maxima memory leak.
2022-03-30 19:13:13 +02:00
Ibrahim Abdelkader
10a370b966
Merge pull request #1602 from openmv/dependabot/github_actions/actions/cache-3.0.1
build(deps): bump actions/cache from 2 to 3.0.1
2022-03-30 18:58:19 +02:00
dependabot[bot]
85d7468323
build(deps): bump actions/cache from 2 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 15:49:46 +00:00
dianjixz
3bdae6d7e2
imlib: Fix quad_segment_maxima memory leak.
Memory forgot to free when nmaxima is least 4 maxima.
2022-03-30 16:21:49 +08:00
Ibrahim Abdelkader
63c4ce2dbb
Merge pull request #1594 from openmv/rp2_cambus_fmp
ports/rp2: Fix cambus fast mode plus frequency.
2022-03-15 23:05:09 +02:00
iabdalkader
ab6dc1aad9 ports/rp2: Fix cambus fast mode plus frequency. 2022-03-15 22:54:53 +02:00
Ibrahim Abdelkader
07b30f7304
Merge pull request #1593 from openmv/rp2_gencall
ports/rp2: Add cambus gencall.
2022-03-15 22:54:11 +02:00
iabdalkader
927edf6a8b ports/rp2: Add cambus gencall. 2022-03-15 22:50:26 +02:00
Ibrahim Abdelkader
a1cc6b6293
Merge pull request #1592 from openmv/mp_formatting
micropython: Code formatting.
2022-03-15 22:40:53 +02:00
Ibrahim Abdelkader
88391786e3
Merge pull request #1591 from openmv/mlx_sync
sensors/MLX9064x: Sync frame reading.
2022-03-15 22:40:11 +02:00
iabdalkader
c1906a0e8c micropython: Code formatting. 2022-03-15 22:36:51 +02:00
iabdalkader
054cec7467 sensors/MLX9064x: Sync frame reading.
* Fix frame glitches when reading speed is slower than framerate.
2022-03-15 22:35:02 +02:00
Ibrahim Abdelkader
69c15e5eae
Merge pull request #1589 from openmv/imageio_finaliser
imlib: Add ImageIO finaliser to close the stream when deleted.
2022-03-14 16:37:51 +02:00
iabdalkader
9ed84c6334 imlib: Add ImageIO finaliser to close the stream when deleted. 2022-03-14 16:31:45 +02:00
iabdalkader
0e2cc904d7 github: Fix changelog generator. 2022-03-13 00:50:47 +02:00
iabdalkader
729ec85699 github: Update changelog. 2022-03-13 00:39:35 +02:00
Ibrahim Abdelkader
3e992436bc
Merge pull request #1588 from openmv/usbhs_ep_size
ports/stm32: Fix USB HS endpoint descriptor offset.
2022-03-12 23:40:47 +02:00
iabdalkader
607a31bc5b ports/stm32: Fix USB HS endpoint descriptor offset. 2022-03-12 23:34:42 +02:00
Ibrahim Abdelkader
1f23a0684e
Merge pull request #1587 from openmv/fir_scan
sensors/FIR: Support buses with multiple devices.
2022-03-12 00:31:39 +02:00
iabdalkader
3085dc20cd sensors/FIR: Support buses with multiple devices.
* Fixes #1584
2022-03-12 00:21:37 +02:00
Ibrahim Abdelkader
5eec6fdd96
Merge pull request #1586 from openmv/cambus_list
sensors/cambus: Support returning multiple devices from scan.
2022-03-12 00:12:05 +02:00
iabdalkader
2960a803cb sensors/cambus: Support returning multiple devices from scan. 2022-03-12 00:04:11 +02:00
iabdalkader
ef275cf29c Bump firmware version. 2022-03-10 21:14:08 +02:00
iabdalkader
20b98f02c9 Bump firmware version. 2022-03-10 21:01:20 +02:00
Ibrahim Abdelkader
134ef5ece3
Merge pull request #1585 from openmv/winc1500_timeout
drivers/winc1500: Fix timeout handling.
2022-03-10 20:46:00 +02:00
iabdalkader
39d6f0f9a0 drivers/winc1500: Fix timeout handling.
* Change timeout meaning to match modusocket timeout.
2022-03-10 20:37:26 +02:00
Ibrahim Abdelkader
03d6c93002
Merge pull request #1583 from kwagyeman/kwabena/add_lepton_version_number
sensors/Lepton: Update to support version number in IDE.
2022-03-10 18:56:10 +02:00
Kwabena W. Agyeman
859d8139db Lepton: Update to support version number in IDE. 2022-03-10 08:27:30 -08:00
Ibrahim Abdelkader
388021d83e
Merge pull request #1582 from openmv/micropython-1.18
micropython: Update to 1.18.
2022-03-10 02:13:11 +02:00
iabdalkader
ac7540db38 micropython: Update to 1.18. 2022-03-10 02:06:04 +02:00
iabdalkader
1ecb4a1397 github: Update workflows changelog. 2022-03-10 01:55:22 +02:00
Ibrahim Abdelkader
8dc08dedec
Merge pull request #1581 from openmv/nano_manifest
boards/NANO-RP2040: Update manifest.
2022-03-10 01:36:16 +02:00
iabdalkader
c0dd6a3b82 boards/NANO-RP2040: Update manifest. 2022-03-10 01:30:41 +02:00