dependabot[bot]
|
7019fd62bb
|
build(deps): bump tj-actions/changed-files from 42 to 44
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 44.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v42...v44)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-27 15:27:29 +00:00 |
|
Ibrahim Abdelkader
|
d8a42359e5
|
Merge pull request #2180 from kwagyeman/kwabena/fix_spi_cs_slave_mode
ports/stm32: Don't control CS pin in slave mode.
|
2024-03-25 19:52:54 +02:00 |
|
Ibrahim Abdelkader
|
6858a77ce1
|
Merge pull request #2185 from openmv/dependabot/github_actions/actions/cache-4.0.2
build(deps): bump actions/cache from 4.0.1 to 4.0.2
|
2024-03-22 09:35:26 +02:00 |
|
Ibrahim Abdelkader
|
ef78972ffe
|
Merge pull request #2186 from openmv/bootloader_fix
bootloader: Fix GPIO clock macros.
|
2024-03-21 18:50:24 +02:00 |
|
iabdalkader
|
240332d30b
|
bootloader: Fix GPIO clock macros.
|
2024-03-21 17:44:21 +01:00 |
|
Ibrahim Abdelkader
|
331465c726
|
Merge pull request #2153 from kwagyeman/kwabena/jpeg_yuv422
ports/stm32: Add support for YUV422 hardware JPEG compression.
|
2024-03-20 20:25:38 +02:00 |
|
Kwabena W. Agyeman
|
3dd93c4ffb
|
ports/stm32: Don't control CS pin in slave mode.
|
2024-03-20 10:50:33 -07:00 |
|
Kwabena W. Agyeman
|
3aea9f9687
|
scripts/libraries: Fix RTSP library to work with VLC.
|
2024-03-20 10:33:57 -07:00 |
|
Kwabena W. Agyeman
|
b037b2208a
|
modules/py_image: Add support to control jpeg subsampling.
|
2024-03-20 10:33:56 -07:00 |
|
dependabot[bot]
|
c5688b85c6
|
build(deps): bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.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/v4.0.1...v4.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>
|
2024-03-20 15:43:02 +00:00 |
|
dependabot[bot]
|
fe503bee85
|
build(deps): bump geekyeggo/delete-artifact from 4 to 5
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v4...v5)
---
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>
|
2024-03-18 15:41:44 +00:00 |
|
Kwabena W. Agyeman
|
31f58cc99a
|
ports/stm32: Add support for YUV422 hardware JPEG compression.
|
2024-03-16 10:51:06 -07:00 |
|
Ibrahim Abdelkader
|
a2bedfd683
|
Merge pull request #2182 from kwagyeman/kwabena/fix_crypto_lib_mimxrt
micropython: Turn crypto lib for mimxrt back on.
|
2024-03-16 09:47:30 +02:00 |
|
Kwabena W. Agyeman
|
e7f78b29ab
|
micropython: Turn crypto lib for mimxrt back on.
|
2024-03-15 10:50:44 -07:00 |
|
Ibrahim Abdelkader
|
0c826b501c
|
Merge pull request #2178 from kidswong999/patch-1
library/pid.py: change millis to ticks_ms
|
2024-03-13 09:34:58 +02:00 |
|
王开智
|
e763300b8b
|
library/pid.py change millis to ticks_ms
change pyb.millis to time.tick_ms, for supporting imx.rt
|
2024-03-13 13:15:27 +08:00 |
|
Kwabena W. Agyeman
|
ed0822ba62
|
imlib/binary: Improve erode/dilate performance using SIMD.
|
2024-03-11 17:03:14 -07:00 |
|
dependabot[bot]
|
1229c20757
|
build(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-11 15:24:26 +00:00 |
|
Ibrahim Abdelkader
|
dbe5187558
|
Merge pull request #2161 from kwagyeman/kwabena/update_macros
imlib: Update min/max usage to clamp and sat.
|
2024-03-11 09:06:53 +02:00 |
|
Ibrahim Abdelkader
|
b54afd6c1a
|
Merge pull request #2174 from openmv/kwagyeman-kwabena/fix_inlining
imlib/fmath: Fix fmath function inlining.
|
2024-03-10 16:41:05 +02:00 |
|
Kwabena W. Agyeman
|
99d22d4eb0
|
imlib/fmath: Fix fmath function inlining.
|
2024-03-10 15:29:25 +01:00 |
|
Ibrahim Abdelkader
|
3a2ffc5106
|
Merge pull request #2148 from kwagyeman/kwabena/erode_dilate_cleanup
modules/py_image: Use mp_arg_pasrse_all for erode/dilate.
|
2024-03-10 09:15:14 +02:00 |
|
Kwabena W. Agyeman
|
e63fbc7c29
|
modules/py_image: Update binary to use mp_arg_parse_all.
|
2024-03-09 18:58:32 -08:00 |
|
Kwabena W. Agyeman
|
f523602719
|
modules/py_image: Use mp_arg_pasrse_all for erode/dilate.
|
2024-03-09 18:56:28 -08:00 |
|
Ibrahim Abdelkader
|
08cd82f9d4
|
Merge pull request #2172 from openmv/mimxrt_ble_baudrate
boards/OPENMV_RT1060: Fix BLE baudrate.
|
2024-03-08 11:08:11 +02:00 |
|
iabdalkader
|
34189ba51f
|
boards/OPENMV_RT1060: Fix BLE baudrate.
The new UART dividers merged from upstream can't support an exact
3Mbits it seems. Reduce the baudrate to 2.5Mbits to fix BLE for now.
|
2024-03-08 09:37:08 +01:00 |
|
Ibrahim Abdelkader
|
fc5e02439c
|
Merge pull request #2171 from openmv/mp_docs_update
micropython: Update docs.
|
2024-03-05 19:50:15 +02:00 |
|
iabdalkader
|
09de3847b5
|
micropython: Update docs.
|
2024-03-05 18:49:08 +01:00 |
|
Ibrahim Abdelkader
|
9d573a813f
|
Merge pull request #2170 from openmv/mqtt_fix
scripts/libraries: Fix MQTT SSL params.
|
2024-03-05 19:45:56 +02:00 |
|
iabdalkader
|
ca1b80503b
|
scripts/libraries: Fix MQTT SSL params.
|
2024-03-05 17:45:50 +01:00 |
|
Ibrahim Abdelkader
|
732e565289
|
Merge pull request #2059 from openmv/dependabot/github_actions/geekyeggo/delete-artifact-4
build(deps): bump geekyeggo/delete-artifact from 2 to 4
|
2024-03-04 19:41:07 +02:00 |
|
Ibrahim Abdelkader
|
4b349c496e
|
Merge pull request #2103 from openmv/dependabot/github_actions/tj-actions/changed-files-42
build(deps): bump tj-actions/changed-files from 41 to 42
|
2024-03-04 19:39:39 +02:00 |
|
iabdalkader
|
caedd26f51
|
misc: Bump firmware version.
|
2024-03-04 18:38:30 +01:00 |
|
Ibrahim Abdelkader
|
68296674e9
|
Merge pull request #2169 from openmv/cyw43_sec_mode
ports/all: Fix WiFi AP mode issues.
|
2024-03-04 15:24:04 +02:00 |
|
Ibrahim Abdelkader
|
df9754a6ce
|
Merge pull request #2168 from openmv/dependabot/github_actions/actions/cache-4.0.1
build(deps): bump actions/cache from 4.0.0 to 4.0.1
|
2024-03-04 13:56:26 +02:00 |
|
iabdalkader
|
3672773459
|
scripts/examples: Update AP mode examples.
|
2024-03-04 12:36:53 +01:00 |
|
iabdalkader
|
c7d40f6af7
|
ports/mimxrt: Set the default WiFi AP's security mode.
|
2024-03-04 12:32:36 +01:00 |
|
iabdalkader
|
55cab8733f
|
ports/stm32: Set the default WiFi AP's security mode.
|
2024-03-04 12:32:36 +01:00 |
|
iabdalkader
|
9244c61771
|
modules/winc1500: Activate the NIC on connect.
Activate the NIC on connect/config if it's not active, to allow
config to be called before the NIC is activated.
|
2024-03-04 12:32:36 +01:00 |
|
iabdalkader
|
03c56592df
|
micropython/ninaw10: Activate the NIC on connect.
Activate the NIC on connect/config if it's not active, to allow
config to be called before the NIC is activated.
|
2024-03-04 12:32:36 +01:00 |
|
iabdalkader
|
070dd51e92
|
micropython: Add security mode constants for CYW43.
|
2024-03-04 12:32:19 +01:00 |
|
dependabot[bot]
|
b474799f45
|
build(deps): bump actions/cache from 4.0.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.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/v4.0.0...v4.0.1)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-01 16:08:39 +00:00 |
|
Ibrahim Abdelkader
|
6f86a2b78c
|
Merge pull request #2166 from kwagyeman/kwabena/fix_gc2145_vflip_hmirror
sensors/gc2145: Fix hmirror and vflip.
|
2024-02-26 21:58:13 +02:00 |
|
Kwabena W. Agyeman
|
83e12de2b0
|
sensors/gc2145: Fix hmirror and vflip.
|
2024-02-26 11:45:42 -08:00 |
|
Ibrahim Abdelkader
|
fcf0d8f15a
|
Merge pull request #2164 from openmv/gc_chip_id
sensors/GC2145: Fix chip id bug in sensor probe.
|
2024-02-26 13:43:58 +02:00 |
|
iabdalkader
|
834d157008
|
sensors/GC2145: Fix chip id bug in sensor probe.
|
2024-02-26 12:33:26 +01:00 |
|
Ibrahim Abdelkader
|
b4958b6658
|
Merge pull request #2163 from kwagyeman/kwabena/update_tensorflow_with_hash
lib/libtf: Add model operator order hash support.
|
2024-02-25 22:26:28 +02:00 |
|
Kwabena W. Agyeman
|
591bf1ce2d
|
lib/libtf: Add model operator order hash support.
|
2024-02-25 12:19:41 -08:00 |
|
Ibrahim Abdelkader
|
47e3a567d5
|
Merge pull request #2162 from openmv/add_tflite_model_hash
tools: Add tflite model hash tool.
|
2024-02-25 19:32:50 +02:00 |
|
iabdalkader
|
71cce62135
|
tools: Add tflite model hash tool.
|
2024-02-25 18:24:10 +01:00 |
|