iabdalkader
50a3d3efd5
sensors/OV767x: Update registers.
2022-11-27 18:34:58 +01:00
Ibrahim Abdelkader
964c920144
Merge pull request #1749 from openmv/docs_update
...
misc: Update MicroPython docs.
2022-11-19 20:09:15 +02:00
iabdalkader
ad77f21aa6
misc: Update MicroPython docs.
2022-11-19 18:56:59 +01:00
Ibrahim Abdelkader
8e27bd77df
Merge pull request #1748 from openmv/nrf_mpremote
...
ports/nrf: Minor fix for mpremote softreboot.
2022-11-14 20:46:08 +02:00
iabdalkader
c350ad1c94
ports/nrf: Minor fix for mpremote softreboot.
...
* Print missing soft reboot string.
2022-11-14 19:41:29 +01:00
Ibrahim Abdelkader
f0dfc6b09a
Merge pull request #1747 from openmv/hal_deinit_functions
...
ports/stm32: Fix HAL MSP deinit functions.
2022-11-11 21:50:11 +02:00
iabdalkader
9052df5ef9
ports/stm32: Fix HAL MSP deinit functions.
2022-11-11 20:24:31 +01:00
Ibrahim Abdelkader
906026b0e5
Merge pull request #1746 from openmv/pyopenmv_update
...
tools: Update pyopenmv_test.py.
2022-11-09 19:03:11 +02:00
iabdalkader
fe9b697a2e
tools: Update pyopenmv_test.py.
2022-11-09 18:00:31 +01:00
dependabot[bot]
31c2d4dd68
build(deps): bump gsactions/commit-message-checker from 1 to 2
...
Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker ) from 1 to 2.
- [Release notes](https://github.com/gsactions/commit-message-checker/releases )
- [Commits](https://github.com/gsactions/commit-message-checker/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: gsactions/commit-message-checker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 15:30:33 +00:00
Ibrahim Abdelkader
580fea18ec
Merge pull request #1738 from openmv/fix_unsigned_minmax
...
imlib: Fix possible signed/unsigned comparisons issues.
2022-10-16 15:16:32 +02:00
iabdalkader
a1f6e04d23
imlib: Fix possible signed/unsigned comparisons issues.
2022-10-16 15:08:43 +02:00
iabdalkader
20b12228dd
imlib: Detect comparison between signed and unsigned in MIN/MAX macros.
2022-10-16 15:08:40 +02:00
Ibrahim Abdelkader
909be8efba
Merge pull request #1742 from openmv/dependabot/github_actions/actions/cache-3.0.11
...
build(deps): bump actions/cache from 3.0.8 to 3.0.11
2022-10-13 21:25:57 +02:00
dependabot[bot]
0521bb767e
build(deps): bump actions/cache from 3.0.8 to 3.0.11
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.8 to 3.0.11.
- [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.8...v3.0.11 )
---
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-10-13 15:42:21 +00:00
dependabot[bot]
84373cb29f
build(deps): bump geekyeggo/delete-artifact from 1 to 2
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 1 to 2.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 15:28:19 +00:00
Ibrahim Abdelkader
90883af6f1
Merge pull request #1726 from kwagyeman/kwabena/fix_draw_image_area_scaling
...
imlib: Fix Draw Image Area Scaling.
2022-10-03 15:49:38 +02:00
Ibrahim Abdelkader
0fd524863b
Merge pull request #1736 from openmv/fix_imu_bug
...
ports/stm32: Re-initialize IMU after every soft-reset.
2022-09-30 21:42:43 +02:00
iabdalkader
7c2176af2e
ports/stm32: Re-initialize IMU after every soft-reset.
...
* Fixes #1734 .
* On soft-reset all SPI instance are deinitialized, if IMU SPI bus
is enabled in MicroPython it needs to be reinitialized.
2022-09-30 21:31:45 +02:00
Ibrahim Abdelkader
746793a763
Merge pull request #1733 from openmv/debug_printf_fix
...
misc: Fix debug_printf.
2022-09-26 18:27:46 +02:00
iabdalkader
26c6099443
misc: Fix debug_printf.
...
* Fixes #1707 .
2022-09-26 18:23:17 +02:00
Ibrahim Abdelkader
65319767ce
Merge pull request #1732 from openmv/micropython-1.19-update
...
micropython: Update to MicroPython 1-19.
2022-09-26 18:21:05 +02:00
iabdalkader
ddf01cb09b
ports/rp2: Switch to upstream Nina driver and module.
2022-09-26 18:16:46 +02:00
iabdalkader
238ab38ddc
ports/nrf: Switch to the new tinyusb debugger.
2022-09-26 18:16:46 +02:00
iabdalkader
1d339cc355
ports/rp2: Switch to the new tinyusb debugger.
2022-09-26 18:16:46 +02:00
iabdalkader
1e18ecb256
micropython: Update all modules to use new MP_REGISTER_MODULE.
2022-09-26 18:16:46 +02:00
iabdalkader
8542c9c882
ports/stm32: Support the new flash storage configuration.
2022-09-26 18:16:46 +02:00
iabdalkader
f6dc340ee8
drivers/winc1500: Update micropython module.
2022-09-26 18:16:46 +02:00
iabdalkader
5b10953d47
micropython: Update to MicroPython 1-19.
2022-09-26 18:16:44 +02:00
Ibrahim Abdelkader
cb8e21383d
Merge pull request #1731 from openmv/ulab_update
...
micropython: Update ulab to 5.1.1.
2022-09-26 17:42:12 +02:00
iabdalkader
2ebcfc600c
micropython: Update ulab to 5.1.1.
...
* Fixes #1697 .
2022-09-26 17:37:01 +02:00
Ibrahim Abdelkader
969b5b3e75
Merge pull request #1730 from openmv/micropyth_pins
...
micropython: Make USB_VBUS not private.
2022-09-26 17:23:34 +02:00
iabdalkader
f72eb51bd9
micropython: Make USB_VBUS not private.
2022-09-26 17:19:56 +02:00
Ibrahim Abdelkader
d6f02d5a39
Merge pull request #1727 from kwagyeman/kwabena/lcd_vflip_error_note
...
imlib: Add error note about vflip on lcd display.
2022-09-26 16:12:30 +02:00
Ibrahim Abdelkader
644bb0f932
Merge pull request #1728 from kwagyeman/kwabena/fix_image_scaling_script
...
examples: Fix image drawing advanced script.
2022-09-26 15:36:02 +02:00
Kwabena W. Agyeman
54137a48db
examples: Fix image drawing advanced script.
2022-09-25 19:47:29 -07:00
Kwabena W. Agyeman
7e52cf7511
imlib: Add error note about vflip on lcd display.
2022-09-25 19:41:57 -07:00
Kwabena W. Agyeman
c6f9aceb2a
imlib: Fix Draw Image Area Scaling.
2022-09-25 19:16:21 -07:00
Ibrahim Abdelkader
57c406cd5e
Merge pull request #1725 from openmv/tusb_debug
...
misc: Add common tinyusb debugging code.
2022-09-25 20:25:55 +02:00
iabdalkader
2824cdcb6e
misc: Add common tinyusb debugging code.
2022-09-25 20:22:14 +02:00
Ibrahim Abdelkader
01f146afaa
Merge pull request #1723 from kwagyeman/kwabena/fix_draw_image_roi
...
imlib: Fix image scaler ROI support.
2022-09-22 20:20:58 +02:00
Kwabena W. Agyeman
29b836d342
imlib: Fix image scaler ROI support.
2022-09-22 10:14:17 -07:00
Ibrahim Abdelkader
2b4d630633
Merge pull request #1722 from openmv/gc_auto_aec_exc
...
sensors/gc2145: Add functions to disable AWB/AEC.
2022-09-20 12:14:44 +02:00
iabdalkader
dbb6f9eafe
sensors/gc2145: Add functions to disable AWB/AEC.
...
* Note these functions currently have no support for
setting exposure_us or gain.
2022-09-20 12:08:20 +02:00
Ibrahim Abdelkader
4921275987
Merge pull request #1720 from openmv/openmv4_pro_flir
...
boards/OPENMV4_PRO: Enable FLIR Lepton sensor driver.
2022-09-08 20:21:09 +02:00
iabdalkader
1f36bee3a3
boards/OPENMV4_PRO: Enable FLIR Lepton sensor driver.
2022-09-08 20:07:15 +02:00
Ibrahim Abdelkader
87c2261c61
Merge pull request #1719 from openmv/flir_buffer
...
sensors/LEPTON: Use dma_alloc for packet buffer.
2022-09-08 20:05:09 +02:00
Ibrahim Abdelkader
c53140cb78
Merge pull request #1718 from openmv/uvc_dma_alloc
...
uvc: Link dma_alloc allocator.
2022-09-08 20:01:22 +02:00
iabdalkader
3d2216c715
sensors/LEPTON: Use dma_alloc for packet buffer.
...
* Sharing the VOSPI packet DMA buffer with line buffer does not
work for OpenMV 4 PRO, because the packet buffer needs to be in D3.
* This will automatically allocate a DMA buffer for VOSPI packet
in the same domain as the DMA peripheral.
2022-09-08 19:57:25 +02:00
iabdalkader
5aa23dc570
uvc: Link dma_alloc allocator.
2022-09-08 19:54:35 +02:00