Gareth McMullin
651917aeb4
Added USB example for stm32f4.
...
Moved clock enable for OTG_FS back into applications. This and gpio config
are the only differences between f107 and f2xx/f4xx.
2011-12-17 14:11:39 +13:00
Uwe Hermann
bb8741a79b
examples: Even more coding-style fixes.
2011-11-13 23:21:58 +01:00
Uwe Hermann
c3fea659d1
examples: Remove duplicate example linker scripts.
...
Only add one linker script per eval board, and have the Makefiles use that.
This avoids duplication, and various copy-paste errors and left-overs
which we already have in the tree.
Some of the linker scripts are not really correct, yet. Both, the comments
which say which board, chip, and RAM/ROM sizes are used, as well as the
actual RAM/ROM size definitions are sometimes copy-pasted from other boards
and are thus incorrect. This needs to be fixed.
2011-11-13 23:21:26 +01:00
Uwe Hermann
b1819507b7
lisa-m/usb_cdcacm: Coding-style/whitespace fixes.
2011-11-12 17:53:02 +01:00
Piotr Esden-Tempski
3fb95ad685
Added license header to cdcacm test python script.
2011-10-31 15:04:08 -07:00
Piotr Esden-Tempski
990109ef47
Fixed an application side buffer issue where resending the data failed. Now the example will retry to send the mirror data untill it succeeds.
...
Also decreased the buffer back to 64 as it needs to be changed in more
then one place.
2011-10-31 14:14:05 -07:00
Piotr Esden-Tempski
4c26739ea2
Improved the script to give a better error count reporting.
2011-10-31 14:13:45 -07:00
Piotr Esden-Tempski
2e5f3338c0
Decreased serial read timeout on the test script to increase throughput.
2011-10-31 14:13:21 -07:00
Piotr Esden-Tempski
baa3acf116
Increased cdcacm serial buffer to 128.
2011-10-31 14:11:50 -07:00
Piotr Esden-Tempski
30d1aa957e
Added cdcacm (usb serial) example for lisa-m with a small basic stresstesting python script.
2011-10-31 14:10:47 -07:00