Commit Graph

1373 Commits

Author SHA1 Message Date
iabdalkader
2803a8f483 Update MP branch. 2016-05-04 21:37:15 +02:00
iabdalkader
c10fc56f44 MLX fixes.
* Alloc variables using xalloc.
* Change ADC resolution to 18 bits.
2016-05-04 21:37:10 +02:00
iabdalkader
e5cde106fb Remove MLX variables from linker script 2016-05-04 20:14:52 +02:00
iabdalkader
2b26d46f1e Fix py_fir memory issues. 2016-05-04 20:14:38 +02:00
iabdalkader
79ae622713 Update binary files. 2016-05-03 19:17:29 +02:00
iabdalkader
1f150c1847 Cleanup Makefile.
* Rename binary files.
* Misc cleanups
2016-05-03 19:16:43 +02:00
iabdalkader
9631813f7f Update firmware files. 2016-05-03 16:17:02 +02:00
iabdalkader
31fa996649 Support loading binary images from pydfu.py 2016-05-03 16:13:37 +02:00
iabdalkader
a314b59d1a Generate a combined binary for the programming jig. 2016-05-03 16:12:52 +02:00
iabdalkader
a0d7c69cb7 Remove old CC3K code. 2016-05-02 23:11:11 +02:00
iabdalkader
a7b50ee695 Update change log. 2016-05-02 13:25:54 +02:00
iabdalkader
88340acc08 Update release tag name. 2016-05-02 13:25:29 +02:00
iabdalkader
c83c6c3de4 Remove refresh button. 2016-05-01 16:22:03 +02:00
iabdalkader
07a60722e4 Update bootloader and firmware images. 2016-05-01 16:03:01 +02:00
iabdalkader
a165c67132 Set sharpness on OV7725 for edge detection. 2016-05-01 16:01:35 +02:00
iabdalkader
d8359a99e1 Define MAIN_FW_ADDR. 2016-05-01 15:51:20 +02:00
iabdalkader
c7c3ddce63 Add DAC init in main.c
* Fix issue #121
2016-05-01 15:50:10 +02:00
iabdalkader
e53d8f874f Add second iris detection example 2016-05-01 15:07:27 +02:00
iabdalkader
f8201885c4 Fix IDE's Bootloader initialization. 2016-05-01 12:43:37 +02:00
iabdalkader
17b1ce2b24 Cleanup IDE's Bootloader class 2016-05-01 12:25:26 +02:00
iabdalkader
260caaa8e7 Fix WINC client.send() zeros data being sent.
* Issue #129
2016-04-30 23:08:23 +02:00
Ibrahim Abd Elkader
36d5f610e9 Merge pull request #133 from kwagyeman/master
Add RGB565 histogram equalization.
2016-04-30 05:21:32 +02:00
Kwabena W. Agyeman
fc605b0a80 Made histeg work for RGB565.
Added YUV to RGB565 conversion to make this happen.
2016-04-29 23:03:19 -04:00
iabdalkader
90ac31c0ff Set config board in preferences dialog. 2016-04-29 23:49:24 +02:00
iabdalkader
a63f300026 Set config serial port in preferences dialog. 2016-04-29 23:22:05 +02:00
iabdalkader
4f38db3e81 Update firmware images. 2016-04-29 20:46:26 +02:00
iabdalkader
d6890e7912 Close serial port when connecting/disconnecting. 2016-04-29 20:38:24 +02:00
iabdalkader
6b581af1b1 Add mass erase to make flash. 2016-04-29 20:32:14 +02:00
Ibrahim Abd Elkader
ebb7053040 Merge pull request #132 from kwagyeman/master
Add missing cam functionality
2016-04-28 23:58:27 +02:00
iabdalkader
37515c7672 Use list_ports for Windows COM ports. 2016-04-28 21:54:08 +02:00
iabdalkader
77d8f56e3e Update main firmware image 2016-04-28 13:06:28 +02:00
iabdalkader
4f5251c50d Update bootloader and firmware images. 2016-04-28 12:48:24 +02:00
iabdalkader
0d5aaf5064 Fix USB descriptors.
* This fix makes the bootloader+fw image enumerate correctly on Linux and Windows.
2016-04-28 12:47:21 +02:00
iabdalkader
a4186d3191 Erase the flash FS when uploading new FW image. 2016-04-28 11:57:47 +02:00
Kwabena W. Agyeman
80cb701d3b Add missing cam functionality
Added the ability to turn AGC off. Kinda will need the ability to restore
AGC settings back to user specified ones in the future... but, this will
do for now.

Added the ability to turn AEC off. Objectively this function probably
won't be used. But, in low light situations it can help.

Added get_fb() to allow you to get the last image snapshot returned.

There was some old exposure function in the code that was getting
optimized out. So, I deleted the used methods that didn't have any code
in them and commented out the only method that did.
2016-04-27 21:53:06 -04:00
iabdalkader
794bb367ae Fix Bootloader CDC descriptors.
* Removed some unused descriptors, but mainly set the CDC interface number to (1)
  same as MP, as Windows doesn't like different interface numbers for the same device.
2016-04-27 19:38:44 +02:00
iabdalkader
dff1054171 Add binary flag to FW file read. 2016-04-27 19:30:05 +02:00
iabdalkader
db541f51ca Fix if indent 2016-04-27 18:36:22 +02:00
iabdalkader
ae718e8207 Reset OpenMV before running bootloader. 2016-04-27 18:33:53 +02:00
iabdalkader
20560923b0 Fix bootloader message. 2016-04-27 18:31:28 +02:00
iabdalkader
03eb277aa9 Add serial disconnect function. 2016-04-27 18:27:36 +02:00
iabdalkader
3f0340d103 Remove usb hidden import from PyInstaller spec. 2016-04-27 18:21:42 +02:00
iabdalkader
8cd6fbf301 Replace pyboard and MP string descriptors. 2016-04-27 18:17:42 +02:00
iabdalkader
130fcbf162 Pass wValue to control requests. 2016-04-27 08:34:20 +02:00
iabdalkader
10e6e974d3 Update FW images. 2016-04-27 07:51:34 +02:00
iabdalkader
c2ac84044f Move terminal update callback 2016-04-27 02:12:41 +02:00
iabdalkader
5217dedb8c Remove mismatch flag.
* Not really needed, nothing runs unless connected is set True.
2016-04-27 01:57:03 +02:00
iabdalkader
9f7980eec4 Fix IDE undo. 2016-04-26 23:32:11 +02:00
iabdalkader
cadb73eb5e Fix Makefile build order. 2016-04-26 22:58:07 +02:00
Ibrahim Abd Elkader
a0d0949bbb Merge pull request #131 from kwagyeman/master
Final Imlib Cleanup
2016-04-26 22:50:40 +02:00