Commit Graph

197 Commits

Author SHA1 Message Date
iabdalkader
2390c8bb4b Disable unused functions 2014-03-22 19:40:45 +02:00
iabdalkader
0fd2047fad Add check for array length 2014-03-22 19:40:25 +02:00
iabdalkader
3a18b8f4b6 Move math functions to separate source 2014-03-22 19:40:11 +02:00
iabdalkader
bee46316c4 Add SURF prototypes and export MP module 2014-03-22 19:30:47 +02:00
iabdalkader
a13642f714 Add mem checks 2014-03-22 19:07:47 +02:00
iabdalkader
e578633449 Add misc defs 2014-03-22 19:07:20 +02:00
iabdalkader
167ba7d9eb Update libraries 2014-03-22 19:02:49 +02:00
iabdalkader
787fbc6e3b Update examples 2014-03-19 01:44:47 +02:00
iabdalkader
d888f8d9f6 Fix set_framesize
* Disable/Enable DSP for frame size change to work.
2014-03-19 01:41:14 +02:00
iabdalkader
2ff7b4ecb0 Add wlan test code 2014-03-19 01:40:36 +02:00
iabdalkader
4f6c8e5ec8 Fix bug
* Adding wrong Y to blob
2014-03-19 01:39:35 +02:00
iabdalkader
fb928482b4 Add grayscale median 2014-03-16 22:24:47 +02:00
iabdalkader
822cd035b2 Set blob points init array size 2014-03-16 22:22:35 +02:00
iabdalkader
e5f7bbab09 Fix issue with IDE code namespace 2014-03-16 21:30:21 +02:00
iabdalkader
ee8df1a861 Cleanup exported functions 2014-03-16 20:01:32 +02:00
iabdalkader
16b91e4a52 Update libmp 2014-03-16 19:50:48 +02:00
iabdalkader
c1588d7175 Update HW REV4
* Use dual LDO
* Add I2C EEPROM
* Update RESET switch
* Add bulk cap to STM VCC
* Add diode on debug VCC
* Add bead for sensor filter
* Use separate USART
2014-03-13 20:22:35 +02:00
iabdalkader
669a9effb4 Add CC3000 library 2014-03-13 02:10:18 +02:00
iabdalkader
8cbf7eaeed Fix layout 2014-03-08 03:31:06 +02:00
iabdalkader
2adb1881bf Update IDE
* Add scroll windows
* Fix save as singal
2014-03-08 03:24:07 +02:00
iabdalkader
953624b3e1 Save/load last opened script 2014-03-07 23:57:25 +02:00
iabdalkader
681110df97 Remove opt pragma 2014-03-07 22:18:39 +02:00
iabdalkader
0553daf50d Add file open/save/save as support 2014-03-07 22:11:49 +02:00
iabdalkader
a511f6203a Add GPIO module 2014-03-07 20:53:57 +02:00
iabdalkader
db86110da6 Remove unsupported pragma 2014-03-07 20:53:07 +02:00
iabdalkader
3ed30c4411 Add LCD example 2014-03-07 20:43:54 +02:00
iabdalkader
ef6be8ab3c Add stack unwinding code for HardFault exception 2014-03-07 20:43:28 +02:00
iabdalkader
bce35ca678 Add Python LCD driver 2014-03-07 20:40:38 +02:00
iabdalkader
9ce736322f Add SPI driver and Python module 2014-03-07 20:38:03 +02:00
iabdalkader
27856cc8db Fix SVGA regs 2014-03-05 17:12:03 +02:00
iabdalkader
cc23cb4c49 Set default brightness and gainceiling 2014-03-05 17:11:15 +02:00
iabdalkader
8eaa4fafb5 Improve flood algorithm 2014-03-04 20:02:35 +02:00
iabdalkader
46b8d97901 Fix blobs and array bugs 2014-03-04 01:57:35 +02:00
iabdalkader
87b18a48e8 Update libraries 2014-03-03 22:19:46 +02:00
iabdalkader
da58d6b9ba Enable 30FPS
* Set DSP input image to 800x600
* Enable 30FPS
2014-03-03 22:18:58 +02:00
iabdalkader
5a5c93f66b Use volatile for curr_ticks 2014-03-03 16:32:11 +02:00
iabdalkader
ea113dcc34 Update exported modules 2014-03-03 16:31:35 +02:00
iabdalkader
028d89ef5d Update qstrdefs 2014-03-03 16:27:54 +02:00
iabdalkader
cc314d555d Use uint32_t for xalloc 2014-03-03 16:27:29 +02:00
iabdalkader
70a5e45129 Remove libc dependency 2014-03-03 16:24:50 +02:00
iabdalkader
c75969a9e8 Update image code to use fast math 2014-03-03 16:23:14 +02:00
iabdalkader
ccc88548f7 Add fast math functions 2014-03-03 16:18:48 +02:00
iabdalkader
ffb3dac484 Add time module 2014-03-03 16:17:42 +02:00
iabdalkader
9e6524f70c Fix bug
* Reset sensor state before setting polarity
2014-03-03 16:03:12 +02:00
iabdalkader
b410b5038c Add array_pop_back and fix bug 2014-03-02 19:38:41 +02:00
iabdalkader
2e147d5415 Update libmp
* Fixes a bug in gc
2014-03-02 19:37:53 +02:00
iabdalkader
ab05fb6213 Update blob detection example 2014-03-02 01:47:20 +02:00
iabdalkader
1d62ec6101 Add two new sqrt functions
* Add vsqrt implemented with VSQRT instruction
* Add fsqrt IEEE float dependant approximation
2014-03-02 00:57:14 +02:00
iabdalkader
6cb747f760 Update libraries compiled with new toolchain
* Update libraries toolchain gcc-arm-none-eabi-4_7-2013q3-20130916
2014-03-02 00:56:01 +02:00
iabdalkader
b6491622d4 Use volatile with I2C timeout 2014-03-01 20:40:49 +02:00