iabdalkader
a4ec61d8d4
Update libmp
...
* Remove builtin USART
2014-02-14 15:55:59 +02:00
iabdalkader
bcf5808e33
Update libmp
...
* Fix USB transfer size
* Add missing function prototype
* Change USB debug callbacks
2014-02-13 02:12:32 +02:00
iabdalkader
ebd51256f7
Update MP do_repl string
2014-02-11 01:44:42 +02:00
iabdalkader
025f54949f
Update libmp to use BULK transfers for scripts
2014-02-10 03:11:09 +02:00
iabdalkader
7df00cb49b
Update libmp
2014-02-09 22:37:04 +02:00
iabdalkader
63e1da6d7d
Update libraries for 12Mhz crystal
2014-02-08 00:03:45 +02:00
iabdalkader
edd4e85c06
Update libmp
2014-02-04 19:02:58 +02:00
iabdalkader
06d99a9b13
Update libmp
2014-02-04 18:42:34 +02:00
iabdalkader
4620861ccc
Update MP headers and library
2014-02-03 17:26:10 +02:00
iabdalkader
a44540f793
Add Initial Support for MicroPython
...
* Add pre-compiled MicroPython library and headers.
* Change Makefile to link libmp.a remove libusbgeneric
* Change linker script to support MicroPython memory layout.
* Change OTG handle name in stm32f4xx_it.c
* Change main to init libmp and export Python functions.
* Add MicroPython bindings to src
2014-02-01 21:56:45 +02:00
iabdalkader
770d0b156b
Remove libusbgeneric
2014-02-01 21:37:44 +02:00
iabdalkader
4f14c2c811
Update std and USB support libraries
2014-02-01 21:37:05 +02:00
iabdalkader
387f04d80d
Use CCM for stack and data sections
...
* Update linker script to use CCM for stack and data.
* Reserve main RAM block for heap.
* Update std library with weak _sbrk symbol.
* Override _sbrk to use entire main RAM block for malloc.
2014-01-24 13:37:30 +02:00
iabdalkader
1062c5b8cb
Add FatFS library
...
* Add Chan FatFS library
2014-01-15 13:56:32 +02:00
iabdalkader
d778e82300
Update for the new hardware revision
...
* Fix PCLK1 divider to default value.
* Disable USB OTG ID and SOF pins used for sensors PWDN and RESET.
* Add PWDN and RESET pin configuration.
2014-01-07 13:32:37 +02:00
iabdalkader
0d8c75e0b4
Added the new hardware revision
...
Added missing DSP library
Fixed SysTick timer IRQ priority
userspace fixes
2013-12-06 03:40:57 +02:00
iabdalkader
5a259bbcf1
Fixed linker script to load haar cascade into CCM
...
Fixed issue with SCCB delay and optimization
Recompiled all libraries with optimization enabled (-O2)
Some more tweaks to the Sensor's registers
Added function to load CCM data into .ccm section in runtime
2013-12-02 22:17:45 +02:00
iabdalkader
b3de021627
removed old files
2013-11-30 04:34:03 +02:00
iabdalkader
b0c4f8e844
Added USB OTG FS support
...
Added userspace libusb driver
Fixed some registers now QCIF/QQCIF resoultions are working
Updated CMSIS and STM32F4xx standard peripheral libraries
2013-11-30 04:23:22 +02:00
iabdalkader
773e24e566
added stm32f4xx_std compiled library and header
2013-11-25 10:30:55 +02:00