iabdalkader
302dde7017
Update MP
...
* Add HardFault debugging.
2015-07-18 05:58:31 +02:00
iabdalkader
ea807aeaa2
Add Linux package script
2015-07-18 01:11:21 +02:00
iabdalkader
d691482385
Update connection failure message
2015-07-16 08:16:49 +02:00
iabdalkader
f7d71cd594
More parse and compile script to main thread
2015-07-13 07:51:48 +02:00
iabdalkader
e2f634675f
Rename ptr to mem for consistency.
2015-07-13 07:07:46 +02:00
iabdalkader
a26f752285
Change memory exception to MemoryError
2015-07-13 07:07:02 +02:00
iabdalkader
b5e90c4c8d
Add xalloc_fail
2015-07-13 07:06:25 +02:00
iabdalkader
a94b324bb4
Call DCMI DMA abort in sensor reset function
...
* Call DMA abort in sensor reset function just in case there's a
DMA request in progress.
2015-07-12 07:58:41 +02:00
iabdalkader
4618aeb496
Enable DCMI interrupts
2015-07-12 07:57:34 +02:00
iabdalkader
9234a04f68
Fix typo
2015-07-12 04:15:31 +02:00
iabdalkader
16fdecf7f4
Remove hard sensor reset
2015-07-12 04:11:44 +02:00
iabdalkader
c76c75e7b0
Fixe jpeg mode assignment
2015-07-12 03:15:10 +02:00
iabdalkader
54bf1b4334
Add JPEG mode to dcmi_config
...
* This also disables DCMI interrupts the second time dcmi_config is called
2015-07-12 02:24:46 +02:00
iabdalkader
3f9d97c511
Increase heap
2015-07-12 01:48:33 +02:00
iabdalkader
fb7d17a127
Remove xalloc_init
2015-07-12 00:38:26 +02:00
iabdalkader
c5fb6657fd
Use nlr_raise in xalloc
2015-07-12 00:36:48 +02:00
iabdalkader
765632af91
Check number of stages when loading cascade
2015-07-10 04:10:03 +02:00
iabdalkader
4685d203e1
Update TODO
2015-07-10 03:38:45 +02:00
iabdalkader
57ebe7eb9c
Fix the number of features and rectangles
...
* Fix the number of features and rectangles when loading cascades from flash
2015-07-10 02:58:07 +02:00
iabdalkader
e273e43961
Add stages kw arg to load cascade function
2015-07-10 02:57:30 +02:00
iabdalkader
e00d92f6f7
Fix find_features
...
* Add all objects to returned list.
2015-07-10 01:36:26 +02:00
iabdalkader
80e025dcd7
Append .py when saving files
...
* Fixes issue #41
2015-07-09 06:36:26 +02:00
iabdalkader
9d51051ba8
Return FR_NO_FILE if built-in cascade not found
2015-07-09 04:38:07 +02:00
iabdalkader
6c1d1ede81
Fix IDE boards names
2015-07-09 03:51:00 +02:00
iabdalkader
d0d1883354
Add Built-in Haar Cascades
...
* Add common cascades to flash
2015-07-09 03:49:57 +02:00
iabdalkader
b18104abec
Fix c header cascade
2015-07-09 03:34:18 +02:00
iabdalkader
645070f11e
Add c header cascade option
2015-07-09 02:21:04 +02:00
iabdalkader
50e95cf3d5
Cleanup the cascade generator
...
* Add command line args
* Add cascade name arg
* Add cascade info arg
2015-07-09 00:30:02 +02:00
iabdalkader
ff611f3706
Increase flash storage size
2015-07-08 23:08:41 +02:00
iabdalkader
4ff2d795bd
Fix text length
2015-07-08 23:00:10 +02:00
iabdalkader
42b439a52e
Change IDE interrupt type
...
* Change IDE interrupt from OSError to Exception
2015-07-08 22:27:44 +02:00
iabdalkader
66db27c4c0
Add baudrate setting
...
* Add a baudrate combo selection
* Add baudrate to config file
* Use 921600 in the default config
2015-07-08 03:29:24 +02:00
iabdalkader
3ba0612a8a
Add another standard baudrate for the IDE
2015-07-08 02:39:38 +02:00
iabdalkader
df78a089b7
Update images
2015-07-08 01:03:10 +02:00
iabdalkader
458d5d0422
Update images
2015-07-08 00:29:43 +02:00
iabdalkader
e9dffdc160
Update images
2015-07-07 23:52:47 +02:00
iabdalkader
f8c9ca9d79
Add cam USB image
2015-07-07 23:50:59 +02:00
iabdalkader
0ffb74df7a
Lower pixel clock frequency to 54MHz
...
* Lower pixel clock frequency to be within the DCMI specs (max 54MHz)
2015-07-04 21:13:16 +02:00
iabdalkader
3461e93fdf
Update TODO
2015-07-04 03:48:05 +02:00
iabdalkader
182a844cd2
Add FW version command
...
* Add FW version command to usbdbg.
* Add FW version function to openmv.py
* Check for major version in the IDE.
2015-07-04 03:44:42 +02:00
iabdalkader
0d0086f6b3
Import pydfu on Linux only for openmv module
2015-07-04 01:54:02 +02:00
iabdalkader
f851600d50
Import pydfu on Linux only
2015-07-04 01:51:58 +02:00
iabdalkader
46d2f9db18
Remove usb imports
2015-07-04 01:48:02 +02:00
iabdalkader
812ed9a42b
Update TODO
2015-07-02 20:51:05 +02:00
iabdalkader
7c879cdeb7
Add TODO list
2015-07-02 20:49:44 +02:00
Ibrahim Abd Elkader
65bb893790
Merge pull request #48 from dhylands/pydfu-improvement
...
pydfu - minor improvement in list construction.
2015-07-01 23:44:00 +03:00
Dave Hylands
1790d04c87
pydfu - minor improvement in list construction.
...
This was a change done by @dpgeorge in the micropython tree and
I'm basically migrating back to openmv.
2015-07-01 12:40:09 -07:00
Ibrahim Abd Elkader
c127c3d881
Merge pull request #47 from dhylands/pydfu-fixes
...
Fix pydfu.py to work with Beta 1 and Beta 2 versions of PyUSB
2015-06-21 18:57:08 +03:00
Dave Hylands
2e27055f69
Fix pydfu.py to work with Beta 1 and Beta 2 versions of PyUSB
...
In PyUSB 1.0.0.b1, the usb.util.get_string function takes a lenght argument.
In PyUSB 1.0.0.b2, it no longer takes a length argument.
Since python2 seems to come with PyUSB 1.0.0.b1 and python3 seems to come
with 1.0.0.b2, this change allows the same source to work with either
version of PyUSB.
2015-06-21 06:41:01 -07:00
iabdalkader
8c5933b3bb
Revert gitmodules to https
2015-05-17 00:39:07 +03:00