Fergus Noble
|
869a0df701
|
Adding new EXTI stuff to F2 makefile.
|
2011-10-26 13:30:44 -07:00 |
|
Fergus Noble
|
7877aaeebc
|
Better way to toggle a pin.
|
2011-10-26 13:30:27 -07:00 |
|
Fergus Noble
|
8974be7435
|
Added convenience function code for EXTI on F2.
|
2011-10-26 13:29:52 -07:00 |
|
Fergus Noble
|
ae44add1b6
|
Merge branch 'stm32fx' of https://github.com/doceme/libopenstm32 into stm32f2
Conflicts:
Makefile
examples/stm32/lisa-m/fancyblink/fancyblink.ld
examples/stm32/lisa-m/usb_hid/usbhid.ld
examples/stm32/mb525/fancyblink/fancyblink.ld
examples/stm32/obldc/usart_irq/usart_irq.ld
examples/stm32/other/usb_dfu/usbdfu.c
examples/stm32/stm32-h103/fancyblink/fancyblink.ld
examples/stm32/stm32-h103/usart_irq/usart_irq.ld
examples/stm32/stm32-h103/usb_dfu/usbdfu.c
examples/stm32/stm32-h103/usb_hid/usbhid.ld
examples/stm32f1/Makefile.include
examples/stm32f1/lisa-m/fancyblink/fancyblink.ld
examples/stm32f1/lisa-m/usb_hid/usbhid.ld
examples/stm32f1/mb525/fancyblink/fancyblink.ld
examples/stm32f1/obldc/usart_irq/usart_irq.ld
examples/stm32f1/other/usb_dfu/usbdfu.c
examples/stm32f1/stm32-h103/fancyblink/fancyblink.ld
examples/stm32f1/stm32-h103/usart_irq/usart_irq.ld
examples/stm32f1/stm32-h103/usb_dfu/usbdfu.c
examples/stm32f1/stm32-h103/usb_hid/usbhid.ld
examples/stm32f2/jobygps/usart_printf/usart_printf.ld
lib/lm3s/Makefile
lib/lpc13xx/Makefile
lib/stm32f1/Makefile
|
2011-10-13 00:11:32 -07:00 |
|
Fergus Noble
|
82768447c8
|
Merge branch 'stm32f2' of github.com:fnoble/libopenstm32 into stm32f2
|
2011-10-12 23:59:16 -07:00 |
|
Fergus Noble
|
2095715eb1
|
I think we want to wait before we send the UART byte rather than after...
|
2011-10-12 23:58:37 -07:00 |
|
Fergus Noble
|
878c094871
|
Added alternative function for doing an SPI transfer.
|
2011-10-12 22:20:22 -04:00 |
|
Fergus Noble
|
14dcda91b0
|
Fixing some more header references
|
2011-10-12 22:20:22 -04:00 |
|
Fergus Noble
|
7518bc83c1
|
Fixing some header references
|
2011-10-12 22:20:22 -04:00 |
|
Fergus Noble
|
e772992f4c
|
Some more silly bugs in GPIO fixed for F2.
|
2011-10-12 22:18:44 -04:00 |
|
Fergus Noble
|
e7f909c502
|
Minor fixes to the SPI code, mainly you should check that the TX buffer is empty before rather than after sending.
|
2011-10-12 22:18:44 -04:00 |
|
Fergus Noble
|
53f1c75c53
|
Fixed bug in F2 GPIO code.
|
2011-10-12 22:18:43 -04:00 |
|
Fergus Noble
|
d1272acaad
|
Initial move of USART code to common, still needs some work.
|
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
|
4d02d36d6b
|
Moving nvic code to common, adding F1 and F2 specific user interrupt definition headers.
|
2011-10-12 22:17:16 -04:00 |
|
Fergus Noble
|
010ee53298
|
Moved SPI to stm32 common.
|
2011-10-12 22:17:16 -04:00 |
|
Fergus Noble
|
72baa300ab
|
Moved I2C to stm32 common.
|
2011-10-12 22:17:16 -04:00 |
|
Fergus Noble
|
ca412a9ed2
|
Move systick to stm32 common.
|
2011-10-12 22:17:16 -04:00 |
|
Fergus Noble
|
ce7dd46aef
|
Update F1 libs with new header file locations.
|
2011-10-12 22:13:02 -04:00 |
|
Fergus Noble
|
a4935eef57
|
Add family define for the F1 Makefile and add a Makefile for the F2.
|
2011-10-12 22:13:02 -04:00 |
|
Fergus Noble
|
7524b0f4c5
|
Adding vector table for F2.
|
2011-10-12 22:13:02 -04:00 |
|
Fergus Noble
|
8a2cf9dd4b
|
Copying F1 linker script over to the F2 target, hopefully it should be the same!
|
2011-10-12 22:13:02 -04:00 |
|
Fergus Noble
|
775288bc13
|
Renaming things in the F1 target Makefile.
|
2011-10-12 22:13:02 -04:00 |
|
Fergus Noble
|
60dcacccb7
|
Some updates to the F2 GPIO header plus implementation of GPIO convenience functions.
|
2011-10-12 22:13:01 -04:00 |
|
Fergus Noble
|
424b094ce8
|
Renaming lib code for stm32 f1 series.
|
2011-10-12 22:13:01 -04:00 |
|
Fergus Noble
|
c63001c6cd
|
Henry is a grammar nazi.
|
2011-10-04 17:13:49 -07:00 |
|
Fergus Noble
|
4809f7dacf
|
Added alternative function for doing an SPI transfer.
|
2011-10-04 16:06:01 -07:00 |
|
Piotr Esden-Tempski
|
03a4a18ed6
|
Switched all makefiles to arm-none-eabi default.
|
2011-10-04 13:08:35 -07:00 |
|
Fergus Noble
|
71909482de
|
Fixing some more header references
|
2011-09-27 17:19:24 -07:00 |
|
Fergus Noble
|
59c1c40e2c
|
Fixing some header references
|
2011-09-27 17:18:15 -07:00 |
|
Fergus Noble
|
d4d7370963
|
Some more silly bugs in GPIO fixed for F2.
|
2011-09-23 13:05:12 -07:00 |
|
Fergus Noble
|
3c67ef7d07
|
Minor fixes to the SPI code, mainly you should check that the TX buffer is empty before rather than after sending.
|
2011-09-23 13:04:54 -07:00 |
|
Fergus Noble
|
25ed4d5af0
|
Fixed bug in F2 GPIO code.
|
2011-09-22 14:23:25 -07:00 |
|
Fergus Noble
|
508e18b26b
|
Initial move of USART code to common, still needs some work.
|
2011-09-22 13:52:43 -07:00 |
|
Fergus Noble
|
551d069ed3
|
Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box.
|
2011-09-16 23:14:07 -07:00 |
|
Fergus Noble
|
3a426b34aa
|
Moving nvic code to common, adding F1 and F2 specific user interrupt definition headers.
|
2011-09-15 16:26:39 -07:00 |
|
Fergus Noble
|
97413a83f8
|
Moved SPI to stm32 common.
|
2011-09-15 15:07:07 -07:00 |
|
Fergus Noble
|
318deef8cb
|
Moved I2C to stm32 common.
|
2011-09-15 15:06:28 -07:00 |
|
Fergus Noble
|
7889cb66c7
|
Move systick to stm32 common.
|
2011-09-15 14:59:55 -07:00 |
|
Fergus Noble
|
5b4cbe7d87
|
Update F1 libs with new header file locations.
|
2011-09-15 01:18:49 -07:00 |
|
Fergus Noble
|
b546f9b5a9
|
Add family define for the F1 Makefile and add a Makefile for the F2.
|
2011-09-15 01:18:26 -07:00 |
|
Fergus Noble
|
4366d5e600
|
Adding vector table for F2.
|
2011-09-15 00:59:30 -07:00 |
|
Fergus Noble
|
b5883df455
|
Copying F1 linker script over to the F2 target, hopefully it should be the same!
|
2011-09-15 00:07:14 -07:00 |
|
Fergus Noble
|
a43e52124a
|
Renaming things in the F1 target Makefile.
|
2011-09-15 00:06:35 -07:00 |
|
Fergus Noble
|
6912cbe71f
|
Some updates to the F2 GPIO header plus implementation of GPIO convenience functions.
|
2011-09-14 23:57:43 -07:00 |
|
Fergus Noble
|
bd33f2d256
|
Renaming lib code for stm32 f1 series.
|
2011-09-12 18:25:11 -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
|
3ac0ae839d
|
Added extra interrupt vectors for STM32 connectivity line.
|
2011-04-24 14:31:56 +12:00 |
|
Gareth McMullin
|
7434d50fda
|
Check index bounds on usb string descriptor request.
|
2011-04-24 14:28:16 +12:00 |
|