386 Commits (0ca7123fe6b52169aedfeb5ba2023ae2d6807a48)

Author SHA1 Message Date
Karl Palsson 2c475a38d5 stm32:l0: Correctly compile as m0+, not m0. 10 years ago
Frantisek Burian f9152eb00a [stm32l0] Initial support for STM32L0 architecture, Add GPIO peripheral 10 years ago
Freek van Tienen ac8ac8c64d [f4] Added a 25mhz clock 11 years ago
Karl Palsson 67f4f50a94 stm32: common: fix missing SPI_I2S_BASE rename regression 10 years ago
Michael Spieler 50dd1c5725 stm32: gpio_toggle: ensure correct state of non-toggled pins. 10 years ago
Karl Palsson 4c190a3fa3 stm32: i2c: actually keep bit 14 set as per datasheet. 10 years ago
Karl Palsson 5d4437fe43 stm32/spi: Replace all SPIx_I2S_BASE with SPIx_BASE 10 years ago
Karl Palsson 8fa7727b09 stm32f3: drop redundant gpio.c 10 years ago
Norbert Braun 884924d598 stm32: timers: fix mixup between TIMx_CCMR1 and TIMx_CCMR2 in timer_set_oc_mode() 10 years ago
Karl Palsson af3389652c stm32: timers: Fix edge polarity setup 10 years ago
Karl Palsson cf5fb002f6 [l1-flash/eeprom] Add lock/unlock/eeprom helper routines 12 years ago
Pavol Rusnak 806ebb18fa add MSC (Mass Storage Class) support 12 years ago
Felix Ruess f6b6d62ec5 [stm32] fix dox for rcc_periph_x 11 years ago
Felix Ruess f49c1f264a [stm32] fix i2c_reset 11 years ago
Felix Ruess c01f9ee323 [stm32] implement i2c_reset using rcc_periph_reset_pulse 11 years ago
Karl Palsson b37597f1db stm32/dac: Follow ref-man guidelines on GPIO config 11 years ago
Roger Wolff a99e3a2cd3 stm32/flash: Make comments match reality 11 years ago
Nikolay Merinov ec29bd7f48 stm32l1: lcd: Basic LCD configure functions. 11 years ago
Nikolay Merinov 553a14f21d stm32l1: lcd: Define all LCD registers 11 years ago
Frantisek Burian 14f1ac4764 stm32: common: SPI: Fix spi_common_all warning 11 years ago
Frantisek Burian bf01d890f6 [STM32F0] Add support for timers. 11 years ago
Rick Kimball f780075d4d add dac support to stm32 f0 11 years ago
Ken Sarkies 7816501dbc Changes to the header includes for all STM32 peripherals 11 years ago
Frantisek Burian 0d08891c8d [stm32f1] Fix bad RCC_ definitions for issue #77 11 years ago
R.E. Wolff fbf8c19ea4 stm32: dac: buffer enable bits were inverted. 11 years ago
Frantisek Burian 6de1b50c4e [BUILD] Fix the correct make behavior if compiling inside tree 11 years ago
Frantisek Burian fc9a7260c2 [F0] Add new peripheral Clock Recovery Subsystem as defined in RM0091 Rev. 5 11 years ago
Frantisek Burian 55750d5dc6 [F0] Updated RCC module to be compatible wih RM0091 Rev. 5 11 years ago
Frantisek Burian 8d5ad52e0f Fix the stm32f0 evident bugs 11 years ago
Ken Sarkies 0af6d06eda Deduplication of flash code for STM32F0 and F1. 11 years ago
Frantisek Burian a4d9a41093 [Style] Don't use editor droppings in files, please. 11 years ago
cmcmanis 07d0076934 Updates for STM32F429 chip 11 years ago
Karl Palsson 27bc12de61 stm32: unify bulk of adc convenience functions 11 years ago
memeruiz cf21290488 [stm32f3] Moving common f0 an f3 functions together. New init_master function. 11 years ago
Felix Ruess 8782a60b48 [stm32][f1|f3] fix adc_set_injected_sequence 11 years ago
Ken Sarkies 3c6e9fd56d Fix a number of top level doxygen issues. 11 years ago
Ken Sarkies a54a12e1c9 Documentation added to flash modules for all STM32 families. 11 years ago
Piotr Esden-Tempski a909b5ca9e [Style] Global style fix run. 11 years ago
a1ien 67efedec54 [STM32F2-F4:CRYPTO]Fix hash_set_last_word_valid_bits() 11 years ago
BuFran 52758bb8fd [Ethernet] Add support for the ethernet module STM32Fxx7 and Micrel PHY 11 years ago
BuFran 723e1a69bd Better method of reset and clock handling with RCC, support L1, F1, F2, F3, F4 12 years ago
molnarkares f7620ae148 * unnecessary PG bit clearing removed from flash word and half-word programming to improve speed 11 years ago
Onno Kortmann fe6b542357 STM32F0: Correctly clear pll source bits. 11 years ago
Onno Kortmann f622437cfb STM32F0: Fix PLL multiplication factor for 48MHz setup 11 years ago
Onno Kortmann 868d65d872 STM32F0: Turn on PLL clock source when asked to 11 years ago
BuFran 6570f6eb07 Fix the order of ADC injected channel list 11 years ago
podhrmic dfeeda24ba [timers] Fixed typo 11 years ago
Karl Palsson 5cbf5619a1 [stm32] Unify f0/f3 SPI and correct all makefiles 11 years ago
Karl Palsson a99f4fb620 [stm32] Use correct offsets for UniqueID bits 11 years ago
Pavol Rusnak dbb65d9f5b [stm32f2] fix missing USB symbols 12 years ago