Piotr Esden-Tempski
8ba610e80a
Readded black magic probe support to example makefiles.
2011-10-29 15:29:12 -07:00
Uwe Hermann
788f3870c4
Merge remote-tracking branch 'fnoble/stm32f2'
2011-10-29 22:19:12 +02:00
Piotr Esden-Tempski
ca48da8dd4
Changed the lisa/m dfu example to run on stm32f105.
2011-10-29 04:18:22 -07:00
Fergus Noble
28d614757e
Removing silly dummy target.
2011-10-26 13:39:04 -07:00
Stephen Caudle
8ceeb99902
Fix stm32f1 filenames and path
2011-10-12 23:58:27 -04:00
Fergus Noble
f0c153598d
SPI test now working on F2!
2011-10-12 22:18:44 -04:00
Henry Hallam
ef8f8d831e
SPI test (untested)
2011-10-12 22:18:44 -04:00
Fergus Noble
c4c9d6ca11
Updating the usart example in jobygps to use fixed gpio code.
2011-10-12 22:18:44 -04:00
Fergus Noble
1a555c9646
OpenOCD config file for JobyGPS.
2011-10-12 22:18:43 -04:00
Fergus Noble
fae6f83bb9
Adding jobygps usart example.
2011-10-12 22:18:43 -04:00
Fergus Noble
7133e79239
Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box.
2011-10-12 22:18:43 -04:00
Fergus Noble
cadbc0145b
First F2 example working!
2011-10-12 22:17:16 -04:00
Fergus Noble
023b0a1695
Remove orphaned file in git.
2011-10-12 22:17:16 -04:00
Fergus Noble
cff706e3ca
Rename F1 examples folder.
2011-10-12 22:13:02 -04:00
Fergus Noble
cbf6b8e54b
Update examples Makefiles to use the make shell function rather than backticks for shell command expansion. Backticks are unreliable and don't work on all platforms.
2011-10-12 22:13:00 -04:00
Piotr Esden-Tempski
f9a28a3d5e
Changed clock on lisa-m hid example to 72MHz and removed disconnect pin control as the stm32f105 has built in pullups.
2011-10-05 13:55:17 -07:00
Piotr Esden-Tempski
9e4522ad21
Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get it to work...
2011-10-04 23:53:16 -07:00
Piotr Esden-Tempski
03a4a18ed6
Switched all makefiles to arm-none-eabi default.
2011-10-04 13:08:35 -07:00
Piotr Esden-Tempski
5d97653163
Added black magic probe flashing support to the example code makefile.
2011-10-02 01:25:33 -07:00
Piotr Esden-Tempski
0a66d52ec8
Switched the makefile default from arm-elf to arm-none-eabi.
2011-10-02 01:13:14 -07:00
Uwe Bonnes
32c276a708
Move enabling the USB Clock into stm32f10x_usbd_init
2011-07-13 10:04:03 +02:00
Uwe Hermann
089bb73018
Merge remote-tracking branch 'gsmcmullin/master'.
2011-04-28 19:42:35 +02:00
Gareth McMullin
cd88855d13
Delete example dependencies on 'make clean'
2011-04-24 14:05:37 +12:00
Gareth McMullin
67e3452855
Added simple USB example for STM32F107.
2011-03-15 07:12:46 +13:00
Piotr Esden-Tempski
4095c167d3
Small cleanup and added random blinking option.
2011-03-14 11:09:18 -07:00
Piotr Esden-Tempski
5754b9856c
Cleaned up warning in led_stripe example.
2011-03-13 21:14:05 -07:00
Gareth McMullin
7faea389e8
Added dependency generation. Abort loops on error.
2011-03-14 16:45:17 +13:00
Piotr Esden-Tempski
af33448c09
Added an example for STM32-H103 eval board to drive the ZJ168 addressable led strips, using the LPD6803 controller.
2011-03-13 20:41:28 -07:00
Gareth McMullin
95286a22f0
More build improvements and fixed broken examples.
2011-03-13 14:50:53 +13:00
Gareth McMullin
08990e5243
Simplified build system for adding new examples.
2011-03-13 13:58:19 +13:00
Piotr Esden-Tempski
1f3e431527
Usart baud rate setting function now uses the new apb1 and apb2 frequency variables. And calculates the full BRR value.
2011-03-11 19:51:48 -08:00
Piotr Esden-Tempski
675b13ed2b
Fixed a small typo in exti test.
2011-03-11 19:41:39 -08:00
Piotr Esden-Tempski
7073637430
Added 12MHz external clock rcc setup routine.
2011-03-09 14:06:58 -08:00
Uwe Hermann
ef766da468
Merge remote-tracking branch 'gsmcmullin/master'
2011-03-07 13:37:30 +01:00
Piotr Esden-Tempski
6694f3dc0c
Added timer example that generates a variable frequency signal. In that particular case it is generating the SOS morse code on the eval board led.
2011-02-20 18:02:19 -08:00
Piotr Esden-Tempski
662e77b4ee
Added a printf example that is using irq and a ring buffer to write to USART1 port. It is also reflecting the text you write to the device.
2011-02-18 12:18:57 -08:00
Piotr Esden-Tempski
a71c4c128a
Added usart_printf example into the buildsystem.
2011-02-17 20:35:30 -08:00
Piotr Esden-Tempski
fedad2eb9a
Added an example using newlib printf for writing to UART1.
2011-02-17 20:12:44 -08:00
Piotr Esden-Tempski
4667760392
Added usart_irq to the build system.
2011-02-17 18:37:51 -08:00
Piotr Esden-Tempski
d1baf00629
Added usart_irq test for stm32-h103 board.
2011-02-17 18:35:51 -08:00
Piotr Esden-Tempski
310561ac50
Made usart_irq example more robust. It should not duplicate bytes anymore.
2011-02-17 18:32:07 -08:00
Gareth McMullin
4ed536c988
Added example using ITM and TPIU for TRACESWO output.
2011-02-17 21:50:00 +13:00
Piotr Esden-Tempski
7d3608f746
Added fanciblink for Lisa/M.
2011-02-14 19:59:24 -08:00
Uwe Hermann
dfa9145a34
STM32VLDISCOVERY: Fix ld file comments (STM32F100RB).
2011-02-09 02:48:51 +01:00
Uwe Hermann
1cb45d8888
STM32VLDISCOVERY: Fix some incorrect GPIO comments.
2011-02-09 02:48:51 +01:00
Uwe Hermann
5bfffcbb29
Use ST STM32VLDISCOVERY board name consistently.
2011-02-09 02:48:51 +01:00
Uwe Hermann
62f3897a2e
Add some examples for the STM32-Discovery board.
...
This adds a directory of examples, tested on the STM32-Discovery, just
modifications of: button, miniblink, fancyblink, usart, and rtc.
Thanks Marko Kraljevic <krasnaya.zvezda@gmail.com> for the patch!
2011-02-09 02:48:51 +01:00
Uwe Hermann
447c333cec
Minor cosmetics, whitespace.
2011-02-09 01:06:43 +01:00
Gareth McMullin
769a932f3e
Added initial support for the LuminaryMicro LM3S family.
2011-02-04 22:47:51 +13:00
Piotr Esden-Tempski
d40fb96fcf
Added set prescaler and set repetition counter functions to timer.
2011-01-31 22:08:37 -08:00