468 Commits (b1049f9a6f43882968dcf82ca1df3f1eee67e367)

Author SHA1 Message Date
Alexandru Gagniuc 52d34c814b Global: Allow overriding float-abi flags 12 years ago
Ben Gamari bbde1012a3 stm32/f4/adc: Fix set_resolution 12 years ago
Piotr Esden-Tempski 337733b5e5 [STM32L1] Fixed compilaion of usart convenience functions. 12 years ago
Piotr Esden-Tempski 7042beaa91 [Stylefix] Removed trailing spaces and added missing braces. 12 years ago
BuFran 68ee13be4b Doxygen style blocks corrected 12 years ago
Piotr Esden-Tempski 62e6635992 [Style] Fixed style in the newly added F3 code. 12 years ago
Piotr Esden-Tempski b6231dbb49 [Style] Do not define types if not necessary. 12 years ago
Piotr Esden-Tempski 7085867db6 [STM32F3] Split timer common f24 into f234 and f24. 12 years ago
Piotr Esden-Tempski 201c2706b5 [STM32] Removed exti.c from f1 and made global exti.c usable. 12 years ago
Piotr Esden-Tempski 590135b65f [STM32F3] Moved all F3 specific functions out of common. 12 years ago
Piotr Esden-Tempski 18da63879c [STM32] Rename the f0124 files to f124. 12 years ago
Piotr Esden-Tempski ebb058825f [STM32F3] Removed all specific F3 stuff out of common files. 12 years ago
Piotr Esden-Tempski f8734dfcd3 [STM32F3] Move the f3 specific stuff out of common. 12 years ago
Federico Ruiz Ugalde 934c8dbf4c stm32f3: Usb support added. usb unit is the same as f103. 12 years ago
Federico Ruiz Ugalde 59b2b5da87 stm32f3: Some additions to rcc. 12 years ago
Federico Ruiz Ugalde 011124c33f stm32f3: i2c support increased. Now it works. 12 years ago
Federico Ruiz Ugalde 9b2873d874 stm32f3: Adding convinience functions for sending and receiving i2c data. 12 years ago
Federico Ruiz Ugalde 66eab73570 stm32f3: Some additional f3 clock functions for the i2c. 12 years ago
Federico Ruiz Ugalde 4673348ff7 stm32f3: i2c support now in f3 directory. 12 years ago
Federico Ruiz Ugalde 8f3675fbfd stm32f3: i2c support removed from the i2c_common_all files because f3 is too different. 12 years ago
Federico Ruiz Ugalde e9375dbfd2 usart set baudrate clock source incorrect. Now fixed. 12 years ago
Federico Ruiz Ugalde efe08e4898 stm32f3: flash_common_f24 now includes f3 support. Also, renamed to f234. 12 years ago
Federico Ruiz Ugalde 74a313625f stm32f3: timer support added. 12 years ago
Federico Ruiz Ugalde 6af6cec101 stm32f3: dma support added. 12 years ago
Federico Ruiz Ugalde 433c1c9db8 stm32f3: spi support added. 12 years ago
Federico Ruiz Ugalde 5c825a78c7 stm32f3: watchdog support added. 12 years ago
Federico Ruiz Ugalde 6b522fc644 stm32f3: Crc support added. 12 years ago
Federico Ruiz Ugalde ef762f0448 Stm32f3: usart support added. 12 years ago
Federico Ruiz Ugalde 49fe59e82d stm32f3: adding external interrupts support. 12 years ago
Federico Ruiz Ugalde a7bcf6446b stm32f3 dac support added. 12 years ago
Federico Ruiz Ugalde 0a39eab19a Missing files for adc stm32f3 support added. 12 years ago
Federico Ruiz Ugalde 6732ae25cb Adc stm32f3 support added. 12 years ago
Federico Ruiz Ugalde be841154a9 i2c support added. 12 years ago
Federico Ruiz Ugalde b6bae46b71 Unnecessary include of pwr.h removed from rcc.c. Pwr.h becomes unnecessary to run the f3 12 years ago
Federico Ruiz Ugalde 934821aa42 Partial flash support added. 12 years ago
Federico Ruiz Ugalde 45035f2f3c Fixed compile warning, function declaration in rcc.h wrong 12 years ago
Federico Ruiz Ugalde 0ca18eb09f Added interrupts for f3, Pre_main rutine in vector_chipset, nvic.h modified to include f3. 12 years ago
Federico Ruiz Ugalde b8764d0214 Makefile for f3 lib added. Gpio.c and rcc.c also in. 12 years ago
Federico Ruiz Ugalde 67c979e5fa Fixed compile of f4 and l1 after gpio_common_f234.c renaming. 12 years ago
Federico Ruiz Ugalde a156b9e8fc linker script file for f3 added. 12 years ago
Federico Ruiz Ugalde 3af5833b83 Initial support for stm32f3. Changes in makefiles, gpio. 12 years ago
Piotr Esden-Tempski 2f425af647 [Style] A small coding style fixing session. 12 years ago
Piotr Esden-Tempski beeb9c3f65 [Style] Do not declare new types if not really necessary. 12 years ago
Piotr Esden-Tempski 647b878031 [Style] Coding style fixes. 12 years ago
BuFran 035c67ced6 Add preliminary support for Cryptographic coprocessor on stm32 F2 and F4 12 years ago
Piotr Esden-Tempski 8da7fbd71e Changed to use accessors instead of casting to volatile pointers. 12 years ago
Piotr Esden-Tempski 39fa9e4c58 Stile fixes run, 80 char boundry. 12 years ago
Piotr Esden-Tempski 34de1e776e Changed to use stdint types. 12 years ago
Piotr Esden-Tempski 7df63fcae0 First coarse run to fix coding style in locm3. 12 years ago
Felix Ruess 0bf8324c91 stm32f1: add timer.o to objects for timer_ic_set_polarity 12 years ago