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
iabdalkader
845f0d5190
github: Update workflow changelog.
2022-03-10 01:29:59 +02:00
iabdalkader
08d4024980
github: Update workflow changelog.
2022-03-10 01:16:18 +02:00
Ibrahim Abdelkader
d6c89f64c5
Merge pull request #1579 from iabdalkader/ptrtcfix2
...
boards/OPENMVPT: Fix RTC errata.
2022-03-10 00:02:49 +02:00
iabdalkader
ccd9525213
github: Update workflow changelog.
2022-03-09 02:59:05 +02:00
iabdalkader
797f327770
boards/OPENMVPT: Fix RTC errata.
2022-03-09 01:19:49 +02:00
iabdalkader
124505a5ae
github: Update workflows.
2022-03-08 03:28:55 +02:00
iabdalkader
14db3eb61d
github: Fix changelog regex.
2022-03-06 22:52:11 +02:00
iabdalkader
411850ffca
github: Update workflow changelog.
2022-03-06 22:42:04 +02:00
Ibrahim Abdelkader
5e750813f1
Merge pull request #1577 from openmv/workflow_changelog
...
github: Update workflow.
2022-03-06 21:38:26 +02:00
iabdalkader
83bef7754b
github: Update workflow.
...
* Sort changelog.
2022-03-06 21:32:04 +02:00
iabdalkader
5e7d3da3c0
github: Fix changelog config file.
2022-03-06 18:08:44 +02:00
Ibrahim Abdelkader
2962495818
Merge pull request #1576 from openmv/workflow_update
...
github: Update workflow.
2022-03-06 17:58:54 +02:00
iabdalkader
9ce84aad57
github: Update workflow.
...
* Fix typo.
* Rename changelog config file.
2022-03-06 17:55:37 +02:00
Ibrahim Abdelkader
9c054e3c36
Merge pull request #1575 from openmv/omv_disk_file
...
stm32: Fix openmv disk file.
2022-03-06 05:26:26 +02:00
iabdalkader
f8342b92ab
stm32: Fix openmv disk file.
...
* Fixes #1574
2022-03-06 05:22:41 +02:00