Commit Graph

5105 Commits

Author SHA1 Message Date
Shiv Tyagi
279d2071b7
scripts/examples: Fix MAVLINK apriltag example. (#1716)
* Remove DISTANCE_SENSOR message.
* Update sensor specs.
* Fix translation conversion function.
2022-09-06 21:32:18 +02:00
Ibrahim Abdelkader
7fd5c77db0
Merge pull request #1715 from dennisss/patch-1
boards/OPENMVPT: Use IR rather than color image for temperature stats.
2022-09-05 20:28:49 +02:00
Dennis Shtatnov
b457daf9bc boards/OPENMVPT: Use IR rather than color image for temperature stats.
Before this change, the mean temperature of a blob is calculated based on the color values of the image. When running on the Pure Thermal this has the effect of labeling every blob with the min temperature of the entire scene. This change fixes this bug by using the IR image instead of the color image to get the right value.
2022-09-05 11:20:52 -07:00
iabdalkader
22616eb0b9 Bump firmware version. 2022-09-04 13:25:38 +02:00
Ibrahim Abdelkader
83d1b2dfb0
Merge pull request #1714 from openmv/spi6_clk_src
ports/stm32: Add SPI6 clock source configuration.
2022-09-04 13:06:25 +02:00
Ibrahim Abdelkader
b439f1272f
Merge pull request #1713 from openmv/bootloader_fs_fix
bootloader: Fix bootloader FS mode.
2022-09-04 13:02:40 +02:00
iabdalkader
c9a0ed6891 ports/stm32: Add SPI6 clock source configuration. 2022-09-04 12:59:45 +02:00
iabdalkader
f7b1b30bc6 bootloader: Fix bootloader FS mode.
* Enable VBUS sensing.
* Disable USB OTG ID pin configuration.
2022-09-04 12:56:21 +02:00
iabdalkader
d27cb27432 Bump firmware version. 2022-09-01 14:08:53 +02:00
Ibrahim Abdelkader
880d51147b
Merge pull request #1712 from openmv/examples_refactor
scripts/examples: Rearrange examples.
2022-09-01 08:22:28 +02:00
iabdalkader
57181f49ff scripts/examples: Rearrange examples. 2022-09-01 00:02:30 +02:00
Ibrahim Abdelkader
fff5fe52bc
Merge pull request #1706 from openmv/dependabot/github_actions/actions/cache-3.0.8
build(deps): bump actions/cache from 3.0.6 to 3.0.8
2022-08-31 20:28:29 +02:00
Ibrahim Abdelkader
dadc46309d
Merge pull request #1711 from openmv/openmv4_pro
boards/OPENMV4_PRO: Add board support.
2022-08-31 20:27:58 +02:00
iabdalkader
138b0bcdad boards/OPENMV4_PRO: Add board support for OpenMV4-Pro. 2022-08-31 20:16:19 +02:00
Ibrahim Abdelkader
4fa43b93f7
Merge pull request #1710 from openmv/dma_fix
ports/stm32: Fix DMA_BUFFER macro.
2022-08-31 19:39:44 +02:00
iabdalkader
c8798314cb ports/stm32: Fix DMA_BUFFER macro.
* The DMA_BUFFER macro was broken and always forced non-DMA path
for SDCARD, and forced the temporary D1 buffer to be used in SDIO.
2022-08-31 19:31:04 +02:00
Ibrahim Abdelkader
17d356fa3d
Merge pull request #1709 from openmv/lsm6ds3_i2c_mode
ports/stm32: Add support for LSM6DS3 I2C mode.
2022-08-28 19:33:22 +02:00
iabdalkader
4591e7cef8 ports/stm32: Add support for LSM6DS3 I2C mode. 2022-08-28 18:41:17 +02:00
Ibrahim Abdelkader
ed3fbd8921
Merge pull request #1708 from openmv/cyw43_to_text
ports/stm32: Add CYW43 firmware blob to text section.
2022-08-26 18:37:07 +02:00
iabdalkader
3352c20525 ports/stm32: Add CYW43 firmware blob to text section.
* If no special memory is defined for CYW43's firmware, add it
to the main firmware text section.
2022-08-26 18:24:20 +02:00
dependabot[bot]
d01e90352c
build(deps): bump actions/cache from 3.0.6 to 3.0.8
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.8.
- [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.6...v3.0.8)

---
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-08-22 15:31:44 +00:00
Ibrahim Abdelkader
8dece2d845
Merge pull request #1705 from openmv/bootloader_config_files
boards: Move bootloader config to new files.
2022-08-14 12:32:41 +02:00
iabdalkader
31e2fff469 boards: Move bootloader config to new files. 2022-08-14 09:18:04 +02:00
Ibrahim Abdelkader
88d97254c3
Merge pull request #1704 from openmv/tof_build_flag
sensors/vl53l5cx: Add Makefile flag.
2022-08-13 19:32:30 +02:00
iabdalkader
1fbe18d043 sensors/vl53l5cx: Add Makefile flag. 2022-08-13 19:19:59 +02:00
Ibrahim Abdelkader
f281b39a4c
Merge pull request #1703 from openmv/cambus_tof_i2c
sensors/cambus: Add support for ToF I2C.
2022-08-12 23:37:48 +02:00
iabdalkader
7d79afac58 sensors/cambus: Add support for ToF I2C. 2022-08-12 23:25:25 +02:00
iabdalkader
86237300b2 github: Update workflow changelog. 2022-08-10 22:57:11 +02:00
iabdalkader
d36aa8e2eb github: Update workflow changelog. 2022-08-10 20:15:26 +02:00
Ibrahim Abdelkader
3ccc55d40f
Merge pull request #1701 from openmv/bootloader_speedconfig
boards: Make bootloader USB speed configurable.
2022-08-10 20:10:52 +02:00
iabdalkader
3193163a3e boards: Make bootloader USB speed configurable. 2022-08-10 20:06:30 +02:00
Ibrahim Abdelkader
47e791c5f7
Merge pull request #1700 from openmv/bootloader_hs
Bootloader: Add support for USB High Speed.
2022-08-10 19:58:46 +02:00
iabdalkader
4fa4ff6524 bootloader: Add support for early bootloader pin config.
* For pins such as OSC or ULPI enable.
2022-08-10 19:51:13 +02:00
iabdalkader
e03f42985f bootloader: Add support for USB High Speed. 2022-08-10 19:50:40 +02:00
iabdalkader
75fce58aa9 github: Update workflow changelog. 2022-08-10 19:49:51 +02:00
Ibrahim Abdelkader
9abbf0d434
Merge pull request #1698 from openmv/dependabot/github_actions/actions/cache-3.0.6
build(deps): bump actions/cache from 3.0.4 to 3.0.6
2022-08-05 23:00:47 +02:00
dependabot[bot]
8e354f72f8
build(deps): bump actions/cache from 3.0.4 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.6.
- [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.4...v3.0.6)

---
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-08-05 15:32:04 +00:00
Ibrahim Abdelkader
ba9f198a42
Merge pull request #1694 from openmv/niclav_uspeech
boards/NICLAV: Enable MicroSpeech module.
2022-07-18 17:09:30 +02:00
iabdalkader
b7db0b8fee boards/NICLAV: Enable MicroSpeech module. 2022-07-18 16:58:06 +02:00
Ibrahim Abdelkader
828462fcda
Merge pull request #1693 from openmv/docker_update
tools/docker: Install Python3.
2022-07-18 16:23:16 +02:00
iabdalkader
53fe29ad9b tools/docker: Install Python3.
* Fixes #1690
2022-07-18 16:03:53 +02:00
Ibrahim Abdelkader
4253a507a6
Merge pull request #1692 from openmv/tools_python3
tools: Use Python3 to run tools.
2022-07-18 15:53:35 +02:00
iabdalkader
6205dd445c tools: Use Python3 to run tools. 2022-07-18 15:40:43 +02:00
Ibrahim Abdelkader
3b14278431
Merge pull request #1691 from openmv/workflow_update
github: Update workflow changelog.
2022-07-18 15:26:07 +02:00
iabdalkader
1b16b37f9d github: Update workflow changelog. 2022-07-18 15:21:22 +02:00
Ibrahim Abdelkader
88beee43f7
Merge pull request #1684 from openmv/lwip_dispatch
ports/stm32: Disable lwip dispatch first before deinit.
2022-07-10 19:17:11 +02:00
iabdalkader
2f34ee486b ports/stm32: Disable lwip dispatch first before deinit. 2022-07-10 18:57:06 +02:00
Ibrahim Abdelkader
ed5d16fd29
Merge pull request #1683 from openmv/tf_examples
scripts/examples: Clean up TensorFlow examples.
2022-07-10 18:38:29 +02:00
iabdalkader
331bdd67c6 scripts/examples: Clean up TensorFlow examples. 2022-07-10 18:36:45 +02:00
Ibrahim Abdelkader
379e187e07
Merge pull request #1682 from openmv/person_detector
lib/libtf: Replace person detection model with fomo face detection.
2022-07-10 18:15:46 +02:00