nezra
af5eb0cc4c
Update ssd1306.py
2019-05-17 18:50:48 -04:00
Ibrahim Abd Elkader
b498d558f9
Merge pull request #530 from ekrell/master
...
pyopenmv extended to support multiple cameras
2019-05-17 16:09:27 +02:00
Evan Krell
a6ecab7027
pyopenmv extended to support multiple cameras
...
Instead of a single global '__serial', this version has a list of them. Another list has just the port name. The two lists are parallel in that the index of one corresponds to the index of the other. So, any serial can be accessed by searching for the port name.
I have been using this version for combining multiple cameras for OpenCV processing. Perhaps others will find it useful.
2019-05-16 18:55:11 -05:00
iabdalkader
6976fb2420
Fix pydfu path.
2019-05-16 21:08:07 +02:00
Ibrahim Abd Elkader
7192318f8f
Merge pull request #528 from openmv/h7_dma_fixes
...
H7 DMA Fixes.
2019-05-13 19:54:19 +02:00
iabdalkader
864719da6f
H7 DMA Fixes.
...
* Initialize all members of DMA structs for H7.
* Always reset and configure the H7 DMA peripheral.
* Add SPI IRQ priority.
* Enable SPI IRQ for H7 MCUs.
2019-05-13 19:30:49 +02:00
Ibrahim Abd Elkader
cbce3be216
Merge pull request #525 from openmv/lbp_bug
...
Fix LBP ROI bug.
2019-05-09 15:19:06 +02:00
iabdalkader
7d8a2beee4
Fix LBP ROI bug.
2019-05-09 15:06:09 +02:00
Ibrahim Abd Elkader
ae89adb785
Merge pull request #523 from thyrrestrup/nn_solver_update
...
optimised solver for cifar10/cifar10_fast
2019-05-03 03:32:56 +02:00
Ubuntu
b7de96eeec
optimized solver for cifar10/cifar10_fast
2019-05-02 18:20:50 +00:00
Ibrahim Abd Elkader
ac1b1b89ca
Merge pull request #522 from openmv/dma_buff
...
Fix DMA_BUFFER macro.
2019-05-02 19:21:37 +02:00
iabdalkader
e16a15dca7
Fix DMA_BUFFER macro.
2019-05-02 19:09:57 +02:00
iabdalkader
4ad2db1d8e
Bump firmware version.
2019-05-02 01:57:10 +02:00
iabdalkader
3d77672ba7
Update change log.
2019-05-02 01:54:48 +02:00
iabdalkader
7da955e021
Update firmware images.
2019-05-02 01:52:21 +02:00
Ibrahim Abd Elkader
a2598c1d2b
Merge pull request #520 from openmv/lepton_clock
...
Fix Lepton clock.
2019-05-01 19:21:09 +02:00
iabdalkader
95175f523e
Fix Lepton clock.
...
* Set Lepton clock to 24MHz to work with the new clock speed.
2019-05-01 18:21:27 +02:00
iabdalkader
4ab1c15bac
Bump firmware version.
2019-04-30 17:57:01 +02:00
iabdalkader
b967ee0047
Update changelog.
2019-04-30 17:54:00 +02:00
iabdalkader
453efca844
Update firmware images.
2019-04-30 17:50:31 +02:00
Ibrahim Abd Elkader
f40f5a5303
Merge pull request #519 from ddech/master
...
include frozen_mpy.o when compiling a frozen module.
2019-04-30 00:39:33 +02:00
Dech
9ce737c5cf
include frozen_mpy.o when compiling a frozen module.
2019-04-30 04:44:02 +07:00
Ibrahim Abd Elkader
369e08eab7
Merge pull request #518 from kwagyeman/kwabena/fix_parens
...
Fixed missing parens
2019-04-29 03:41:48 +02:00
Kwabena W. Agyeman
65150a5dda
Fixed missing parens
2019-04-28 21:21:10 -04:00
Ibrahim Abd Elkader
6b644abdb6
Merge pull request #517 from ddech/master
...
fixed missing break statement in py_net_search.
2019-04-28 15:39:57 +02:00
Dech
c06a57610e
fixed missing break statement in py_net_search.
2019-04-28 12:29:34 +07:00
Ibrahim Abd Elkader
3bfc4f0b1c
Merge pull request #515 from openmv/omv2_ffs
...
OMV2 FFS fixes.
2019-04-26 23:30:03 +02:00
iabdalkader
6686f4f108
OMV2 FFS fixes.
...
* Enable exFAT for OpenMV2
* Allow smaller filesystems to be created.
* Fixes issue #514
2019-04-26 23:20:29 +02:00
iabdalkader
6cf9a9ed2d
Add note to SPI example.
2019-04-24 22:14:07 +02:00
Ibrahim Abd Elkader
39de38a151
Merge pull request #512 from openmv/h7_clocks
...
H7 clocks
2019-04-22 23:35:28 +02:00
iabdalkader
7c1389ed1b
Update H7 clocks.
...
* Set default SD clock to 48MHz.
* Set some clock sources defaults.
2019-04-22 23:26:35 +02:00
iabdalkader
d47c039b8f
Add string0 to bootloader sources.
...
* Required to init structs to zero.
2019-04-22 23:01:41 +02:00
Ibrahim Abd Elkader
7e8f37ee55
Merge pull request #511 from openmv/h7_480
...
Set H7 frequency to 480MHz.
2019-04-22 00:54:24 +02:00
iabdalkader
ab94cb14fd
Set H7 frequency to 480MHz.
...
* According to ST, the H7 can actually run at 480MHz.
2019-04-22 00:46:39 +02:00
Ibrahim Abd Elkader
3ee5bd61a2
Merge pull request #510 from openmv/h7_sd
...
Fix H7 SD clock.
2019-04-22 00:10:48 +02:00
iabdalkader
cc95af7f34
Fix H7 SD clock.
2019-04-22 00:02:43 +02:00
Ibrahim Abd Elkader
ed04d10e4b
Merge pull request #509 from openmv/sccb_timing
...
Move SCCB timing to board config files.
2019-04-21 01:29:20 +02:00
iabdalkader
3d722bc35d
Move SCCB timing to board config files.
2019-04-21 01:17:03 +02:00
iabdalkader
4ed92bf227
Fix SCCB/I2C timing for F7 & H7.
2019-04-21 00:52:35 +02:00
iabdalkader
434ed01b80
Add SSD1306 OLED driver.
2019-04-20 00:30:00 +02:00
Ibrahim Abd Elkader
429889f3cf
Merge pull request #506 from openmv/framebuf
...
Enable framebuf module
2019-04-17 22:46:25 +02:00
iabdalkader
29468b1d13
Enable framebuf module
2019-04-17 22:28:20 +02:00
Ibrahim Abd Elkader
572404719c
Merge pull request #505 from openmv/sock_ioctl
...
WINC: Set ioctl function.
2019-04-16 00:17:11 +02:00
iabdalkader
67bcebeedc
WINC: Set ioctl function.
...
* MP code doesn't check for NULL ioctl.
2019-04-15 23:45:40 +02:00
Ibrahim Abd Elkader
b8f9f0e2be
Merge pull request #503 from openmv/uart_ctrlc
...
Allow ctrl-C to work with UARTs put on REPL.
2019-04-12 00:10:42 +02:00
iabdalkader
e9579d25c5
Allow ctrl-C to work with UARTs put on REPL.
...
* Fix from MP upstream.
2019-04-11 18:56:47 +02:00
Ibrahim Abd Elkader
d7e68d64cd
Merge pull request #502 from rmackay9/optflow-fix
...
Fixup MAVLink optical flow script after testing with ArduPilot
2019-04-05 16:23:22 +02:00
Randy Mackay
eba57709f3
mavlink_opticalflow: add green flashing LED
2019-04-05 09:08:15 +09:00
Randy Mackay
bb5f910e9e
mavlink_opticalflow: always send flow packets regardless of quality
...
the flight controller performs best if it has regular updates
2019-04-05 09:08:15 +09:00
Randy Mackay
b60bec96cf
mavlink_opticalflow: fix scaling and direction
2019-04-05 09:08:10 +09:00