Commit Graph

5585 Commits

Author SHA1 Message Date
Ibrahim Abdelkader
54a9c055b9
Merge pull request #1922 from openmv/code_format_workflow2
misc: Update code formatting workflow.
2023-09-08 19:42:16 +03:00
iabdalkader
ad08202e5c misc: Update code formatting workflow. 2023-09-08 18:39:46 +02:00
Ibrahim Abdelkader
29c5aedf02
Merge pull request #1920 from openmv/fix_codefmt_workflow
misc: Fix code format workflow.
2023-09-08 12:42:21 +03:00
iabdalkader
34db45e682 misc: Fix code format workflow. 2023-09-08 11:39:14 +02:00
Ibrahim Abdelkader
3bb8d12a30
Merge pull request #1914 from kwagyeman/kwabena/fix_invalid_instructions
imlib/fmath: Fix invalid fp instruction usage on cortex-m4.
2023-09-08 11:50:57 +03:00
Kwabena W. Agyeman
2ee188c41b sensors/mt9v0xx: Fix exposure calculation. 2023-09-07 18:19:05 -07:00
Kwabena W. Agyeman
ab0936a747 imlib/fmath: Fix invalid fp instruction usage on cortex-m4. 2023-09-07 18:12:16 -07:00
Ibrahim Abdelkader
7f6d137c75
Merge pull request #1916 from openmv/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2023-09-07 19:05:11 +03:00
Ibrahim Abdelkader
41aff09764
Merge pull request #1917 from openmv/dependabot/github_actions/tj-actions/changed-files-39
build(deps): bump tj-actions/changed-files from 37 to 39
2023-09-07 19:04:37 +03:00
Ibrahim Abdelkader
97e9ce6321
Merge pull request #1856 from openmv/dependabot/github_actions/mikepenz/release-changelog-builder-action-4
build(deps): bump mikepenz/release-changelog-builder-action from 3 to 4
2023-09-07 19:04:05 +03:00
Ibrahim Abdelkader
472db469f4
Merge pull request #1915 from kwagyeman/kwabena/fix_int_maybe_issues
imlib: Fix int maybe breaking.
2023-09-07 19:03:25 +03:00
dependabot[bot]
31c5e19f90
build(deps): bump tj-actions/changed-files from 37 to 39
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 39.
- [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/v37...v39)

---
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>
2023-09-05 15:37:28 +00:00
dependabot[bot]
def3741770
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 15:38:13 +00:00
Kwabena W. Agyeman
a5066fd939 imlib: Fix int maybe breaking. 2023-09-01 19:27:55 -07:00
iabdalkader
8a90e070a8 misc: Bump firmware version. 2023-08-23 18:50:55 +02:00
Ibrahim Abdelkader
8ffedbd1f7
Merge pull request #1901 from openmv/omvrt_1060_pinout
ports/mimxrt: Update port to support OPENMV_RT1060 REV2.
2023-08-23 12:19:05 +03:00
Ibrahim Abdelkader
22bf517587
Merge pull request #1906 from kwagyeman/kwabena/fix_sd_card_detect
boards/OPENMV_RT1060: Fix SD Card Detection on power-on.
2023-08-23 12:10:06 +03:00
Kwabena W. Agyeman
3accc5a306 ports/mimxrt: Add rtc alarm/wakeup functionality. 2023-08-20 14:18:30 +02:00
iabdalkader
437a6cd525 ports/mimxrt: Update port to support OPENMV_RT1060 REV2. 2023-08-20 14:18:24 +02:00
Ibrahim Abdelkader
3868b50b36
Merge pull request #1910 from kaidegit/kaidegit-patch-2
ports/imxrt: Fix compile error when disabling sdram.
2023-08-12 13:57:23 +03:00
Kai
b4ec242949
ports/imxrt: Fix compile error when disabling sdram. 2023-08-12 18:51:55 +08:00
Kwabena W. Agyeman
bd11076b87 boards/OPENMV_RT1060: Fix SD Card Detection on power-on. 2023-08-02 16:18:07 -07:00
Ibrahim Abdelkader
3dcf9916ac
Merge pull request #1905 from kwagyeman/kwabena/fix_blinky
boards/OPENMV_RT1060: Fix blinking LED polarity.
2023-08-01 03:18:35 +03:00
Kwabena W. Agyeman
0695ebe506 boards/OPENMV_RT1060: Fix blinking LED polarity. 2023-07-31 11:40:39 -07:00
Ibrahim Abdelkader
817014effc
Merge pull request #1902 from kwagyeman/kwabena/update_rtsp_lib_to_use_machine
lib: Update the rtsp library to use the machine module.
2023-07-23 01:04:21 +03:00
Kwabena W. Agyeman
a0fab0a707 lib: Update the rtsp library to use the machine module. 2023-07-22 12:33:01 -07:00
Ibrahim Abdelkader
90ab4dc12c
Merge pull request #1900 from openmv/docs_update
micropython: Update docs.
2023-07-22 02:33:36 +03:00
iabdalkader
ca628f1abe micropython: Update docs. 2023-07-22 02:18:18 +03:00
Ibrahim Abdelkader
cfc1ad2390
Merge pull request #1898 from kwagyeman/kwabena/fix_usb_to_handle_short_reads
mimxrt: Handle short packets for debug mode in TinyUSB.
2023-07-16 23:46:14 +03:00
Kwabena W. Agyeman
2a518eb224 misc: Handle short packets for debug mode in TinyUSB. 2023-07-16 13:31:12 -07:00
Ibrahim Abdelkader
4e2cf970b0
Merge pull request #1897 from hannesrichter/fix/urequest-close
fix: added missing close() of socket object.
2023-07-13 01:08:16 +03:00
Johannes Richter
be0fad97fc fix: added missing close() of socket object. 2023-07-12 23:27:09 +02:00
Ibrahim Abdelkader
283c93485e
Merge pull request #1893 from openmv/format_python_examples
examples: Format all examples.
2023-07-05 20:34:54 +03:00
iabdalkader
577277e509 github: Update Python linter workflow. 2023-07-05 19:11:37 +02:00
iabdalkader
27404d6bd2 examples: Format scripts. 2023-07-05 19:03:37 +02:00
iabdalkader
53fa4430be examples: Fix imports. 2023-07-05 19:03:37 +02:00
Ibrahim Abdelkader
3d1f5ace5f
Merge pull request #1894 from openmv/linter_update
github: Update Python linter workflow.
2023-07-05 20:01:58 +03:00
iabdalkader
6197ca2cc8 github: Update Python linter workflow. 2023-07-05 19:01:13 +02:00
Ibrahim Abdelkader
ec5b6b534d
Merge pull request #1891 from openmv/nicla_example
examples: Fix Nicla Vision extint example.
2023-07-05 15:55:45 +03:00
iabdalkader
d82ed85f9c examples: Fix Nicla Vision extint example.
* Fixes #1885
2023-07-05 14:53:02 +02:00
Ibrahim Abdelkader
5860ec3286
Merge pull request #1890 from openmv/imxrt_tools
tools: Add imxrt firmware tools.
2023-07-04 18:20:08 +03:00
iabdalkader
d2e6b4f787 tools: Add imxrt firmware tools. 2023-07-04 17:18:19 +02:00
Ibrahim Abdelkader
d85935e787
Merge pull request #1889 from openmv/refactor_common_header
misc: Rename common header.
2023-07-04 13:57:39 +03:00
iabdalkader
26bd27bdbb misc: Rename common header. 2023-07-04 12:53:23 +02:00
Ibrahim Abdelkader
0c6dc417df
Merge pull request #1888 from openmv/stm32_i2c_bus_refactor
ports/stm32: Refactor I2C bus definitions.
2023-07-03 19:38:51 +03:00
iabdalkader
0195473235 ports/stm32: Refactor I2C bus definitions. 2023-07-03 18:35:14 +02:00
iabdalkader
ec67194d68 github: Update codeformat workflow. 2023-07-03 18:16:56 +02:00
Ibrahim Abdelkader
e2e80c1717
Merge pull request #1879 from openmv/code_formatting
github: Add code formatting workflow.
2023-07-02 23:05:23 +03:00
iabdalkader
35ed56310d misc: Format code. 2023-07-02 21:49:23 +02:00
iabdalkader
d3840037d4 misc: Disable formatting for auto-generated files and some types. 2023-07-02 16:42:15 +02:00