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 |
|
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 |
|
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
|
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 |
|
Kwabena W. Agyeman
|
3705652b23
|
imlib: Update min/max usage to clamp and sat.
|
2024-02-24 13:46:04 -08:00 |
|
Ibrahim Abdelkader
|
47da5ec07c
|
Merge pull request #2145 from kwagyeman/kwabena/optimize_math_ops
imlib: Optimize math ops.
|
2024-02-23 09:25:28 +02:00 |
|
Kwabena W. Agyeman
|
a1b484f378
|
imlib: Optimize math ops.
|
2024-02-22 12:21:10 -08:00 |
|
Ibrahim Abdelkader
|
fd74e983ce
|
Merge pull request #2144 from kwagyeman/kwabena/optimize_binary_ops
imlib: Optimize binary ops.
|
2024-02-20 10:22:28 +02:00 |
|
Kwabena W. Agyeman
|
e1aeef49fa
|
imlib: Optimize binary ops.
|
2024-02-19 21:30:03 -08:00 |
|
Ibrahim Abdelkader
|
7084effc7f
|
Merge pull request #2139 from kwagyeman/kwabena/optimize_invert
modules/py_image: Optimize invert and negate.
|
2024-02-18 11:21:07 +02:00 |
|
Ibrahim Abdelkader
|
9b8e39c608
|
Merge pull request #2156 from kwagyeman/kwabena/update_lib_tf_again
lib/libtf: Fixed missing tensorflow operators crash.
|
2024-02-18 09:13:49 +02:00 |
|
Ibrahim Abdelkader
|
c0ee9a967f
|
Merge pull request #2068 from kwagyeman/kwabena/add_user_spi_display_control
modules/py_display: Add user SPI LCD register control.
|
2024-02-18 00:39:25 +02:00 |
|
Kwabena W. Agyeman
|
bee933d9d2
|
lib/libtf: Fixed missing tensorflow operators crash.
|
2024-02-17 14:32:10 -08:00 |
|
Ibrahim Abdelkader
|
c276b31391
|
Merge pull request #2155 from openmv/pyopenmv_fb_fix
tools/pyopenmv_fb: Fix pygame FB test script.
|
2024-02-17 13:59:55 +02:00 |
|
iabdalkader
|
8b2ba4bfc8
|
tools/pyopenmv_fb: Fix pygame FB test script.
|
2024-02-17 12:58:43 +01:00 |
|
Ibrahim Abdelkader
|
820e59df58
|
Merge pull request #2149 from kwagyeman/kwabena/add_machine_board_control_examples
scripts/examples: Add imxrt board control examples.
|
2024-02-17 09:39:34 +02:00 |
|