1505 Commits (641fbffe9a50795b42fe43ca6ff99a80bca97ec4)
 

Author SHA1 Message Date
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 74eb5ab84a [STM32F3] Split out F3 specific exti definitions. 12 years ago
Piotr Esden-Tempski 590135b65f [STM32F3] Moved all F3 specific functions out of common. 12 years ago
Piotr Esden-Tempski 09532f7c26 [STM32F3] Removed F3 specific stuff from the common all header. 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 a1321fc21f [STM32] Split apart gpio f234 into f234 and f24. 12 years ago
Piotr Esden-Tempski f8734dfcd3 [STM32F3] Move the f3 specific stuff out of common. 12 years ago
Federico Ruiz Ugalde 41ea714f53 stm32f3: changed clock_t to rcc_clock_t in rcc to avoid stdio collision. 12 years ago
Federico Ruiz Ugalde 60bdf4eebd stm32f3: f1 usb header files moved to stm32 root directory. 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 3b274fa2f2 stm32f3: erasing some unused/unnecessary i2c defines. 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 119473f3b1 stm32f3: removed pllmul x16 commented out line as recommended in #82. 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 78236d6e00 Fixed missing gpio F port stm32f3. 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 d42be7e6e9 F3 missing headers added. 12 years ago
Federico Ruiz Ugalde 45035f2f3c Fixed compile warning, function declaration in rcc.h wrong 12 years ago
Federico Ruiz Ugalde 44874100c6 pwr headers added. Now f3 support compiles 12 years ago
Federico Ruiz Ugalde d250e8e269 general gpio for stm32 modified to include f3 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 be874f065a Memory map for f3 added. 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
Ben Gamari d7fdcefbd7 lpc43xx: Fix rom_to_ram linker script 12 years ago
Piotr Esden-Tempski 8769073266 [install] Be more specific about what scripts we want to install. 12 years ago