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
iabdalkader
ccc3375c91
Update design files
...
* Replace 1A TI regulator with BD 500mA.
* Replace ORing diodes with one dual common cathode.
2015-05-15 21:22:07 +03:00
iabdalkader
2de4c717eb
Cleanup the MLX module
...
* Set update rate to 32Hz
* Use ambient temp to scale IR data
* Return a GRAYSCALE or RAINBOW image
2015-05-07 09:54:39 +03:00
iabdalkader
91087eae41
Update design files
2015-05-06 14:47:51 +03:00
iabdalkader
b8273fec98
Update examples
2015-05-05 14:07:05 +03:00
iabdalkader
a674b99474
Small fixes to stmhal/spi
2015-05-05 14:04:56 +03:00
iabdalkader
d38112fb3c
Add set_saturation function
2015-05-05 14:02:44 +03:00
iabdalkader
54ae5ff425
Add new resolution for LCD
2015-05-05 13:39:16 +03:00
iabdalkader
e540a52f29
Fix soft I2C pin mapping
2015-05-05 13:29:53 +03:00
iabdalkader
09e77b5da8
Fix volume labels and root dir
2015-05-04 11:51:46 +03:00
iabdalkader
5bd4876989
Update MP
2015-05-03 13:13:09 +03:00
iabdalkader
8a68746a37
Increase heap size
2015-05-03 11:04:16 +03:00
iabdalkader
1879988bcb
Set correct stack limit for MP
2015-05-03 10:58:58 +03:00
iabdalkader
aed7c8678e
Clear frame ready in sensor_init
2015-05-03 10:25:15 +03:00
iabdalkader
ace7b976fb
Remove init_modules
...
* init modules is not needed anymore.
2015-05-03 10:22:07 +03:00
iabdalkader
95e1ef70c2
Show pop-up menu only when cam is connected
...
* Fixes #35
2015-05-01 05:13:18 +03:00
iabdalkader
4d92e632fc
Use MCO as sensor clock source for OMV2
2015-05-01 04:59:28 +03:00
iabdalkader
b9801708c8
Fix SDCARD chip detect
2015-05-01 04:58:39 +03:00
iabdalkader
1c66afe971
Fix mlx undefined reference
2015-05-01 04:58:16 +03:00
iabdalkader
117b6d862d
Alloc only k rows for median filter
2015-05-01 04:57:14 +03:00
iabdalkader
76c96cab61
Use FB for intergal images for OMV1/2
2015-05-01 04:56:41 +03:00
iabdalkader
74cba716b7
Fix image window for OMV2
2015-05-01 04:44:53 +03:00
iabdalkader
57cccca3f3
Add support for OpenMV2
2015-05-01 04:44:31 +03:00
iabdalkader
26425fa66e
Rollback to gtksourceview
2015-04-30 08:11:50 +03:00
iabdalkader
338320ad3c
Update MP
2015-04-29 04:13:07 +03:00
iabdalkader
fa7ab8f70a
Rename lab.c to lab_tab.c
2015-04-29 04:11:37 +03:00
iabdalkader
6231d528d2
Use pydfu.py instead of dfu-util
...
* Latest libusb broke dfu-util
* See https://github.com/walac/pyusb/issues/94
2015-04-29 04:08:39 +03:00
iabdalkader
6886c7b531
Update top Makefile
...
* Remove old modules
* Add MP modules
* Update for new MP code
2015-04-29 04:07:29 +03:00
iabdalkader
021fa678c9
Remove old pin config and MSP code
2015-04-29 04:05:58 +03:00
iabdalkader
fafd586b32
Disable LAB table for OpenMV1
...
* The LAB lookup is too big for 512K flash, it used to fit
at some point but not after enabling all the needed modules.
* The imlib_rgb_to_lab function is way slower than LAB lookup,
but it's a must to maintain support for OMV1
2015-04-29 04:02:40 +03:00
iabdalkader
8197a44c3f
Fix fast_cbrtf
2015-04-29 04:01:36 +03:00
iabdalkader
b244eb0ec8
Remove old modules from omv/Makefile
2015-04-29 00:46:45 +03:00
iabdalkader
977b068316
Use pendsv_nlr_jump_hard to schedule HW PENDSV
2015-04-29 00:46:02 +03:00
iabdalkader
80740ed910
Catch device disconnected except when exiting DFU
2015-04-29 00:01:59 +03:00
iabdalkader
7cd5e9e840
Add comment on RGB565->RGB888 macros
2015-04-28 23:29:50 +03:00
iabdalkader
aeee94726b
Remove USB from ISR section
2015-04-28 22:48:27 +03:00
iabdalkader
8fef7ee4a9
Add last firmware path to config file
2015-04-28 22:26:18 +03:00
iabdalkader
0354614d8a
Use Python2.7 in IDE
2015-04-28 22:16:42 +03:00
iabdalkader
0215a4ad23
Request text buffer only if buf_len > 0
2015-04-28 22:15:47 +03:00
iabdalkader
cbd37fc360
Remove stop script before exec
...
* No need to send stop before exec anymore
2015-04-28 22:12:32 +03:00