Uwe Hermann
01bfbfed41
Deduplicate example README file contents.
2010-12-29 19:49:59 +01:00
Uwe Hermann
c39eb69e4d
Replace uint8_t with u8 et al, fix whitespace.
2010-12-29 17:28:06 +01:00
Uwe Hermann
34fd228bf9
Move generic USB stuff to a subdir, dedupe .h files.
...
Adapt examples and the lib code accordingly.
2010-12-29 17:02:36 +01:00
Uwe Hermann
f062777930
More whitespace fixes.
2010-12-29 16:43:26 +01:00
Uwe Hermann
36931dc991
Whitespace fixes.
2010-12-29 15:55:12 +01:00
Uwe Hermann
24e9860d30
Drop Paparazzi-specific stuff, deduplicate Makefiles.
2010-12-29 15:22:39 +01:00
Uwe Hermann
1c6d7cf06a
Merge branch 'martinmm'.
2010-12-29 15:12:23 +01:00
Uwe Hermann
5e0c463147
stm32-h103/Makefile: Fix usb_cdcacm build.
2010-12-29 12:59:01 +01:00
Piotr Esden-Tempski
bf0b987fe3
Splitted out the usart recv and send functions to have blocking and non blocking versions of those.
2010-12-27 15:29:22 +01:00
Piotr Esden-Tempski
c031b6691e
Moved common example make code to a central file. Added more gitignores.
2010-12-17 21:45:38 +01:00
Martin Mueller
586a4740d5
adapt to new usb interface
2010-12-06 00:07:14 +01:00
Martin Mueller
963588aba0
Lisa/M board tests
2010-12-05 23:59:12 +01:00
Martin Mueller
d6eacce827
add standard request
2010-11-04 00:44:47 +01:00
Thomas Otto
d08ee7e333
Changed examples to new rcc definitions.
2010-05-11 14:50:55 +02:00
Uwe Hermann
d8eb8ce746
Consistently use the hex file for flashing.
2010-03-05 23:30:26 +01:00
Uwe Hermann
8faf33275a
Makefile output cosmetic improvements.
2010-03-05 23:24:09 +01:00
Uwe Hermann
87df73edf2
Print "Entering directory" only upon "make V=1".
2010-03-05 23:13:47 +01:00
Uwe Hermann
54dfb91996
Add missing spi.h #include.
2010-03-04 21:35:59 +01:00
Piotr Esden-Tempski
d7489ebfbd
Added standard clock setup routines.
...
Thanks to Thomas Otto for pointing out problems with the clock code in
examples and his clock routine implementations. Based on that the most
common clock combination routines were added to the library and all
routines in examples setting up the clock replaced with calls to that
functions.
2010-03-04 20:37:04 +01:00
Piotr Esden-Tempski
d84c4030b2
Cleaned up header inclusion.
...
Now all examples are including only the modules they really need. Also
each header file of the library is including only the necessary headers
making it possible to use these modules in parallel with other
implementations that may collide with the definitions in other modules.
2010-03-04 19:16:24 +01:00
Uwe Hermann
9b4b4b1c83
Add SPI example framework (unfinished).
2010-03-02 10:59:17 +01:00
Uwe Hermann
94ccc164db
Use --no-print-directory option of 'make'.
2010-01-26 03:12:23 +01:00
Uwe Hermann
da8d9de6b0
Rename example directory names to all-lowercase.
2010-01-26 03:01:25 +01:00