iabdalkader
c5a884ff3a
Fix I2C scanning for HIMAX sensor.
...
* The HIMAX sensors seems to reply at two address, 0x10 and 048. The right
address is 0x48 so we start scanning the I2C bus after 0x10 to as a workaround.
2020-02-26 18:02:25 +02:00
iabdalkader
e4cb1c122d
Fix Portenta sensor power down GPIO.
2020-02-26 18:02:25 +02:00
iabdalkader
b098c78a2b
Fix HIMAX sensor address.
2020-02-26 18:02:25 +02:00
iabdalkader
af7bccbfbb
Disable, clean and invalidate before enabling the cache.
2020-02-26 18:02:25 +02:00
iabdalkader
35b4e34253
Use HSE/HSI/CSI state defined in board config file.
2020-02-26 18:02:25 +02:00
iabdalkader
c7bb9fb6ad
Remove RESET and FSIN from Portenta config.
2020-02-26 18:02:25 +02:00
iabdalkader
a12ab145e5
Check if PWDN and RESET are defined before configuring I/Os.
2020-02-26 18:02:25 +02:00
iabdalkader
2a8be10ca0
Call early init before HAL init.
...
* To configure and enable the external OSC before HAL_Init.
2020-02-26 18:02:25 +02:00
iabdalkader
a90174cfca
Enable GPIOJ for portenta board.
2020-02-26 18:02:25 +02:00
iabdalkader
8b178d5ade
Fix Portenta sensor reset pin.
2020-02-26 18:02:25 +02:00
iabdalkader
8c3eb0fb38
Move OSC state to board config files.
2020-02-26 18:02:25 +02:00
iabdalkader
bd2fd5a69a
Define HSE_VALUE in board config files.
2020-02-26 18:02:25 +02:00
iabdalkader
0b69171a41
Add portenta clock config.
2020-02-26 18:02:25 +02:00
iabdalkader
b90d01337c
Enable clock config for H747.
2020-02-26 18:02:25 +02:00
iabdalkader
c8d5448484
Add OMV board files.
2020-02-26 18:02:25 +02:00
iabdalkader
496a7669b8
Enable H747 clock config.
2020-02-26 18:02:25 +02:00
iabdalkader
f6f030e2b7
Rename sensor ifdef check.
2020-02-26 18:02:25 +02:00
iabdalkader
8a7236b6d3
Check if LED4 and CAN are enabled in main.
2020-02-26 18:02:25 +02:00
iabdalkader
84bcade13b
Add OMV board extra CFLAGS.
2020-02-26 18:02:25 +02:00
iabdalkader
a1d241ae4d
Call MicroPython board early init.
2020-02-26 18:02:25 +02:00
iabdalkader
57ff7cf973
Add STM32H747 CMSIS headers and startup file.
2020-02-26 18:02:25 +02:00
iabdalkader
40434c6be7
PORTENTA: Use Arduino's PID
2020-02-26 17:27:32 +02:00
Ibrahim Abd Elkader
e039f8e9d6
Merge pull request #731 from bitbank2/lens_corr_fix
...
Lens correction speedup
2020-02-26 00:23:23 +02:00
Larry Bank
de98dfd373
Lens correction speedup
2020-02-25 23:11:41 +01:00
iabdalkader
563ffb4e55
PORTENTA: Update SDRAM settings.
2020-02-25 22:05:00 +02:00
Larry Bank
3d17929801
Faster find_circles ( #728 )
...
* Faster find_circles
2020-02-23 20:38:38 +02:00
Ibrahim Abd Elkader
d93f8ec56a
Merge pull request #729 from openmv/deque
...
Enable deque.
2020-02-23 19:53:07 +02:00
iabdalkader
185b9d8cec
Enable deque.
2020-02-23 19:39:04 +02:00
Ibrahim Abd Elkader
fe688bf137
Merge pull request #727 from openmv/vbat_fix
...
Make core vbat configurable.
2020-02-21 14:48:23 +02:00
iabdalkader
b06fe58038
Make core vbat configurable.
2020-02-21 14:36:41 +02:00
Ibrahim Abd Elkader
79b7596f24
Merge pull request #726 from openmv/fsync_fix
...
FSYNC pin fix
2020-02-21 14:31:35 +02:00
iabdalkader
ccea3aecb2
Rename FSIN pin to FSYNC.
...
* Legacy name from OV datasheets.
2020-02-21 14:20:47 +02:00
iabdalkader
403e8ae798
Fix FSYNC pin.
...
* Disable FSYNC flag for sensors that don't actually use it.
* Only control the FSYNC pin for sensors that set the FSYNC flag.
2020-02-21 14:04:58 +02:00
iabdalkader
bde5826c68
Fix USB descriptor offsets for HS mode.
2020-02-20 23:53:40 +02:00
Ibrahim Abd Elkader
f11daf34ac
Merge pull request #725 from openmv/config_clock
...
Move clock config to board files.
2020-02-18 21:56:35 +02:00
Ibrahim Abd Elkader
a7db5c2b93
Merge pull request #723 from kwagyeman/kwabena/improve_alloc_fb
...
Fixed alloc_extra_fb.
2020-02-18 21:52:59 +02:00
Ibrahim Abd Elkader
2ea22196a0
Merge pull request #722 from kwagyeman/kwabena/fix_tf_loading_issue
...
Fix bug with TF load_to_fb
2020-02-18 21:49:05 +02:00
Ibrahim Abd Elkader
1a8082a8d3
Merge pull request #721 from kwagyeman/kwabena/upgrade_windowing_code
...
Fix up set windowing and add way to get current window.
2020-02-18 21:47:52 +02:00
Ibrahim Abd Elkader
d64237288b
Merge pull request #720 from kwagyeman/kwabena/remove_unused_code
...
Remove unused code in the sensor module
2020-02-18 21:46:54 +02:00
iabdalkader
9fbab16c75
Move clock config to board files.
2020-02-18 21:46:09 +02:00
Kwabena W. Agyeman
9e0c47e561
Fixed alloc_fb stuff and now allows yout to alloc any number of bytes...
2020-02-17 19:09:46 -08:00
Kwabena W. Agyeman
4b07290a9e
Fix bug with load_to_fb
2020-02-17 18:50:28 -08:00
Kwabena W. Agyeman
705e98f915
Remove:
...
* Unused py_sensor.h header file.
* Unused set_framerate method.
* Unused py_sensor_print method.
* Removed unused set_binning.
2020-02-17 18:36:55 -08:00
Kwabena W. Agyeman
f02a16ef3d
Fix up set windowing and add way to get current window.
2020-02-17 18:35:10 -08:00
Ibrahim Abd Elkader
1a344bd9cd
Merge pull request #719 from openmv/lcd_bgr
...
Add BGR argument to lcd init.
2020-02-15 20:55:45 +02:00
iabdalkader
0cfae6334e
Add BGR argument to lcd init.
2020-02-15 19:53:03 +02:00
Ibrahim Abd Elkader
7471a101a2
Merge pull request #718 from kwagyeman/kwabena/disable_roation_when_pitch
...
Disable rotation when pitch is wrong
2020-02-14 19:59:52 +02:00
Ibrahim Abd Elkader
f58980fdc8
Merge pull request #716 from kwagyeman/kwabena/rotation_integration
...
Auto rotation enabled
2020-02-14 18:17:20 +02:00
Kwabena W. Agyeman
be3b73d6eb
Disable rotation when pitch is wrong
2020-02-13 22:00:12 -08:00
iabdalkader
2cf751f767
Add ulab example.
2020-02-13 20:26:36 +02:00