Fergus Noble
|
869a0df701
|
Adding new EXTI stuff to F2 makefile.
|
13 years ago |
Fergus Noble
|
7877aaeebc
|
Better way to toggle a pin.
|
13 years ago |
Fergus Noble
|
8974be7435
|
Added convenience function code for EXTI on F2.
|
13 years ago |
Fergus Noble
|
20c33d1ae3
|
Add header for F2 syscfg peripheral.
|
13 years ago |
Fergus Noble
|
6dd3190bb9
|
Fix NVIC defines for F2.
|
13 years ago |
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
|
13 years ago |
Fergus Noble
|
82768447c8
|
Merge branch 'stm32f2' of github.com:fnoble/libopenstm32 into stm32f2
|
13 years ago |
Fergus Noble
|
2095715eb1
|
I think we want to wait before we send the UART byte rather than after...
|
13 years ago |
Stephen Caudle
|
8ceeb99902
|
Fix stm32f1 filenames and path
|
13 years ago |
Fergus Noble
|
878c094871
|
Added alternative function for doing an SPI transfer.
|
13 years ago |
Fergus Noble
|
14dcda91b0
|
Fixing some more header references
|
13 years ago |
Fergus Noble
|
7518bc83c1
|
Fixing some header references
|
13 years ago |
Fergus Noble
|
84b9f85941
|
Moving a couple more headers to stm common.
|
13 years ago |
Fergus Noble
|
e772992f4c
|
Some more silly bugs in GPIO fixed for F2.
|
13 years ago |
Fergus Noble
|
e7f909c502
|
Minor fixes to the SPI code, mainly you should check that the TX buffer is empty before rather than after sending.
|
13 years ago |
Fergus Noble
|
f0c153598d
|
SPI test now working on F2!
|
13 years ago |
Henry Hallam
|
ef8f8d831e
|
SPI test (untested)
|
13 years ago |
Fergus Noble
|
c4c9d6ca11
|
Updating the usart example in jobygps to use fixed gpio code.
|
13 years ago |
Fergus Noble
|
53f1c75c53
|
Fixed bug in F2 GPIO code.
|
13 years ago |
Fergus Noble
|
1a555c9646
|
OpenOCD config file for JobyGPS.
|
13 years ago |
Fergus Noble
|
fae6f83bb9
|
Adding jobygps usart example.
|
13 years ago |
Fergus Noble
|
d1272acaad
|
Initial move of USART code to common, still needs some work.
|
13 years ago |
Fergus Noble
|
7133e79239
|
Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box.
|
13 years ago |
Fergus Noble
|
0565cb8378
|
RCC header file for F2 implemented, no convenience functions so far.
|
13 years ago |
Fergus Noble
|
4d02d36d6b
|
Moving nvic code to common, adding F1 and F2 specific user interrupt definition headers.
|
13 years ago |
Fergus Noble
|
010ee53298
|
Moved SPI to stm32 common.
|
13 years ago |
Fergus Noble
|
72baa300ab
|
Moved I2C to stm32 common.
|
13 years ago |
Fergus Noble
|
ca412a9ed2
|
Move systick to stm32 common.
|
13 years ago |
Fergus Noble
|
cadbc0145b
|
First F2 example working!
|
13 years ago |
Fergus Noble
|
023b0a1695
|
Remove orphaned file in git.
|
13 years ago |
Fergus Noble
|
cff706e3ca
|
Rename F1 examples folder.
|
13 years ago |
Fergus Noble
|
ce7dd46aef
|
Update F1 libs with new header file locations.
|
13 years ago |
Fergus Noble
|
a4935eef57
|
Add family define for the F1 Makefile and add a Makefile for the F2.
|
13 years ago |
Fergus Noble
|
666b8f12d5
|
Fixing something I forgot to update after restructuring the include directories.
|
13 years ago |
Fergus Noble
|
7524b0f4c5
|
Adding vector table for F2.
|
13 years ago |
Fergus Noble
|
8a2cf9dd4b
|
Copying F1 linker script over to the F2 target, hopefully it should be the same!
|
13 years ago |
Fergus Noble
|
775288bc13
|
Renaming things in the F1 target Makefile.
|
13 years ago |
Fergus Noble
|
8da4496799
|
Adding stm32f2 target in top level Makefile and renaming f1 target.
|
13 years ago |
Fergus Noble
|
60dcacccb7
|
Some updates to the F2 GPIO header plus implementation of GPIO convenience functions.
|
13 years ago |
Fergus Noble
|
95d4532595
|
Initial import of F2 GPIO peripheral header file.
|
13 years ago |
Fergus Noble
|
4eff339e8c
|
Restructuring stm32 include directories.
|
13 years ago |
Fergus Noble
|
0d4931f91f
|
Moved timer stuff to common and added F2 specific header.
|
13 years ago |
Fergus Noble
|
fd2eb7a1bd
|
Moved I2C to common, no changes needed.
|
13 years ago |
Fergus Noble
|
69fb967eed
|
Moves usart over to common and added F2 specific header.
|
13 years ago |
Fergus Noble
|
ab871dde0b
|
Unnecessary include removed.
|
13 years ago |
Fergus Noble
|
ac18a04869
|
Moved spi header over to common and created F2 specific header.
|
13 years ago |
Fergus Noble
|
6bf33af010
|
Moved pwr.h to stm_common and added F2 series specific extensions in its own header.
|
13 years ago |
Fergus Noble
|
e77bbff125
|
Fixing small typo.
|
13 years ago |
Fergus Noble
|
76700510e0
|
Ability to choose memorymap for stm_common headers with define.
|
13 years ago |
Fergus Noble
|
424b094ce8
|
Renaming lib code for stm32 f1 series.
|
13 years ago |