Commit Graph

2541 Commits

Author SHA1 Message Date
iabdalkader
2ce4b4c856 Remove old GDK files. 2018-05-25 18:31:44 +02:00
iabdalkader
ce49f7e56f NN: Add input scaling.
* From CMSISNN CIFAR10 example.
2018-05-25 18:04:16 +02:00
iabdalkader
758d3ac1a7 NN: Handle GS->GS, GS->RGB888 and RGB565->GS. 2018-05-24 23:25:35 +02:00
iabdalkader
25608d86d5 NN: No reason to use fballoc0 2018-05-24 19:47:29 +02:00
iabdalkader
91f22e7d6e NN: remove convert/scaling code from network test. 2018-05-24 19:45:17 +02:00
iabdalkader
85267ee276 NN: Add test function.
* Simulates the network without actually calling any functions.
2018-05-23 03:01:01 +02:00
iabdalkader
fb83fb701f NN: Add forward code. 2018-05-23 02:26:08 +02:00
iabdalkader
d967ad62cd NN: Make base layer fields accessible from sub layers. 2018-05-22 16:30:46 +02:00
iabdalkader
fce3b9476a Add trace buffer.
* This is a simple buffer used for debugging.
2018-05-21 23:30:54 +02:00
iabdalkader
10758f376b Split script parse_compile_execute function.
* This avoids interrupting parser with pendsv (which causes a hardfault).
* Not sure what the real issue is, but this solution works for now.
2018-05-21 23:01:46 +02:00
iabdalkader
ef6b564b87 Add script to stress test OpenMV connect/exec/stop. 2018-05-21 18:43:53 +02:00
iabdalkader
23993210dd Add initial NN loading code. 2018-05-19 23:50:07 +02:00
iabdalkader
97518da1df Fix collections list_pop_front bug.
* Thanks to Rocky Song for finding the bug.
2018-05-19 23:42:48 +02:00
iabdalkader
36948fff45 Fix keypoints match list. 2018-05-17 23:55:56 +02:00
iabdalkader
a07fb2f600 WINC: Return bytes from send, recv, sendto and recvfrom. 2018-05-15 02:22:13 +02:00
Ibrahim Abd Elkader
c2c2dec6b0
Merge pull request #347 from kwagyeman/master
Update find circles with min and max radius to run faster.
2018-05-14 20:13:29 +02:00
Kwabena W. Agyeman
ac2d2fc1cd Update find circles with min and max radius to run faster.
This was a user request.
2018-05-13 19:31:32 -04:00
Ibrahim Abd Elkader
3a9b4bd2f7
Merge pull request #346 from kwagyeman/master
Add user example
2018-05-14 00:10:21 +02:00
Kwabena W. Agyeman
d19d2aca15 Add user example 2018-05-07 20:23:17 -07:00
iabdalkader
a1fd72b8c8 MP: Fix docs. 2018-05-07 13:39:57 +02:00
iabdalkader
ffdadcf8df Bump firmware version. 2018-05-07 00:04:54 +02:00
iabdalkader
0d9fa2362f Update change log. 2018-05-07 00:00:34 +02:00
iabdalkader
322ec0f3fa Update firmware images. 2018-05-06 23:54:22 +02:00
iabdalkader
da7f797429 Disable OMV2 build. 2018-05-06 23:41:51 +02:00
iabdalkader
f264c60664 SD card fixes.
* Fix DMA buffer macros.
* Remove WFI from wait_finished (causes issues on F7).
* Remove buffer alignment code (avoiding m_alloc's).
2018-05-06 23:12:33 +02:00
iabdalkader
2c7049805c Update docs. 2018-05-06 00:33:24 +02:00
iabdalkader
8bc4468d0c Disable USB IRQ for non-DMA SD transfer. 2018-05-06 00:29:49 +02:00
iabdalkader
d8a24caeab Update docs. 2018-05-02 18:19:01 +02:00
iabdalkader
f7e691e390 Remove line_filter function. 2018-04-27 02:01:23 +02:00
iabdalkader
6c208b52c9 Sensor: Check window size. 2018-04-26 01:03:32 +02:00
iabdalkader
4b5338ad8b JPEG: Fix BAYER bounds. 2018-04-26 01:02:15 +02:00
iabdalkader
b8527178f1 JPEG: Move bayer_to_rgb565 to imlib. 2018-04-26 00:43:46 +02:00
iabdalkader
9603870e04 Use software cropping instead of DCMI HW cropping.
* This fixes issues with some DMA transfer sizes.
2018-04-25 23:43:30 +02:00
iabdalkader
8e123e0cfc Add WINC SPI prescaler to OMV board config files. 2018-04-25 15:03:41 +02:00
Kwabena W. Agyeman
167daa3538 Add LEPTON Module ID Support 2018-04-25 14:59:39 +02:00
Kwabena W. Agyeman
60a9c50502 Add support for the lepton module 2018-04-25 14:54:53 +02:00
Kwabena W. Agyeman
a7e442c9ca Add FLIR Lepton Module 2018-04-25 04:18:53 +02:00
iabdalkader
e006e9b249 Allow sensors to override the default snapshot function. 2018-04-25 04:02:50 +02:00
Kwabena W. Agyeman
8fbab69cab Add Lepton SDK 2018-04-24 21:57:49 +02:00
Kwabena W. Agyeman
420d7f7eeb cambus: Support 16-bit register address. 2018-04-24 21:36:09 +02:00
Kwabena W. Agyeman
25d23f113d FLIR: Set SPI1/2/3 clock source to 160MHz. 2018-04-24 21:20:59 +02:00
Kwabena W. Agyeman
45e59006a4 Fix board type. 2018-04-24 21:10:36 +02:00
iabdalkader
af2bfbd6da Bump firmware version. 2018-04-23 22:21:13 +02:00
iabdalkader
71a75b61d7 Update change log. 2018-04-23 22:14:08 +02:00
iabdalkader
8c46086253 Update firmware images. 2018-04-23 22:05:44 +02:00
iabdalkader
c2c0cc4000 Test: Saleae logic test script. 2018-04-23 21:53:38 +02:00
iabdalkader
22d22fa3f7 NN: Use the same order as caffe model. 2018-04-23 21:46:54 +02:00
iabdalkader
8d3c60267c Fix image save without extension.
* Fix issue #341
2018-04-23 18:59:11 +02:00
Ibrahim Abd Elkader
d2a462970b
Merge pull request #343 from kwagyeman/motor_shield
Add motor shield examples
2018-04-22 22:37:57 +02:00
Kwabena W. Agyeman
bc7e09f379 Fix pin names 2018-04-22 12:57:43 -07:00