Commit Graph

141 Commits (b2c692b65f4710f6c8891b9dedf34dbe6a58bf4c)

Author SHA1 Message Date
Joakim Nohlgård 339a4da9dc Makefiles: move to new directory /makefiles 6 years ago
Vincent Dupont 7b686b3015 cpu/stm32_common: unify gpio driver 6 years ago
Hauke Petersen 37d4f44379 cpus: mv vendor headers to include/vendor/. 6 years ago
Alexandre Abadie 2317019fda cpu/stm32f0: add support for stm32f031k6 6 years ago
Hauke Petersen 3bd8c32554 cpu/stm32: moved flashpage driver to common code 6 years ago
Francisco Acosta b7774a2b4c Merge pull request #6467 from OTAkeys/feat/flashpage_stm32
cpu/stm32f0: add flashpage driver from stm32f1 + fix stm32f1 driver
6 years ago
Kaspar Schleiser ac82506d7d cpu: stm32: remove SPI rework leftovers 6 years ago
Hauke Petersen 4bfce892d3 drivers/periph&cpu: add and use common periph_init() 6 years ago
Hauke Petersen 0edef2a0e1 cpu/stm32*+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Vincent Dupont e5a1c7835f cpu/stm32f0: add flashpage config in cpu_conf.h 6 years ago
Vincent Dupont 455881ee58 cpu/stm32f0: add periph/flashpage driver 6 years ago
Vincent Dupont 05475f9600 cpu/stm32_common: unified RTC driver 6 years ago
Alexandre Abadie 245f60edfa cpu: fix typo in author email 6 years ago
Kaspar Schleiser 0194091673 remove obsolete lpm code 6 years ago
Vincent Dupont 83b8495259 cpu/stm32f0: add support for stm32f042x6 mcu 7 years ago
Hauke Petersen 625d804fcb cpu/stm32_common: unified UART driver 7 years ago
Hauke Petersen 5afb191027 cpu/stm32x: unified gpio_init_af() function 7 years ago
Hauke Petersen 3a00fe8e49 cpus: make use of cortexm_isr_end() 7 years ago
Pieter Willemsen a0835ccb1d stm32: use periph_clk_en/dis functions for clock changes 7 years ago
Hauke Petersen 4d09d09ee4 cpu/stm32x: unified PWM driver 7 years ago
Hauke Petersen 47b379e45d cpu/stm32x: unified timer driver 7 years ago
Hauke Petersen e50479f84f cpu/stm32: changed TIM->CCR def in vendor headers 7 years ago
Peter Kietzmann e547ff1d60 Merge pull request #6013 from haukepetersen/opt_periph_uartreturntypes
periph/uart: added names to return values
7 years ago
zhuoshuguo 7f5dbe6f77 cpu/stm32f0: fix include guards. 7 years ago
Hauke Petersen 2eebf36eb2 cpu/uart: make use of named return values 7 years ago
Alexandre Abadie efe3d52ba4 cpu/stm32f0: initial support for stm32f070xb cpu 7 years ago
Alexandre Abadie 88d03aebfe cpu/stm32f0: adding stm32f030r8 support 7 years ago
Oleg Hahm 50215e9b5d Merge pull request #5817 from makomi/stm32f0
cpu/stm32f0: uart: suppress cppcheck nullPointer errors
7 years ago
Matthias Kolja Miehl 2ba795eb81 cpu/stm32f0: uart: make sure that 'port' and 'dev' are !=NULL
This fixes some cppcheck nullPointer errors.
7 years ago
Kaspar Schleiser 5ab97fe38b cpu: build cortexm vectors.c without LTO 7 years ago
Joakim Nohlgård 0a847d53a7 cpu: Fix array-bounds errors with GCC 6 7 years ago
René Kijewski f31a70de60 Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers
cpu/stm32: fix header include guards
7 years ago
Ian Martin 49ae438dd5 doc: eliminate clutter in adc and gpio periph docs 7 years ago
zhuoshuguo 10f8ce1118 cpu/stm32: fix include header guards. 7 years ago
Hauke Petersen 02df871428 Merge pull request #4949 from jia200x/nucleo-f072
board: added support for nucleo f072
7 years ago
José Ignacio Alamos Aste 4ea6d26f90 stm32f072rb: Adapter vendor header file due to inconsistency in some variables. 7 years ago
José Ignacio Alamos Aste 20d6ead969 stm32f072rb: Added support for CPU 7 years ago
Peter Kietzmann 1756e9e270 Merge pull request #4156 from DipSwitch/add_clock_selection_stm32f0
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F0 family
7 years ago
DipSwitch 20d39f1c97 cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F0 7 years ago
DipSwitch bd9b3a269c cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics 7 years ago
DipSwitch 6e9f36c0c5 cpu/stm32_common/gpio: Use default gpio_t type and defines 7 years ago
Hauke Petersen 84880c1f3c cpu/stm32f0: adapted GPIO driver 7 years ago
Hauke Petersen b23cde98cf cpus: adapted UART implementations to cb type change 7 years ago
Hauke Petersen da80af479c cpu/stm32f0: reworked ADC driver 7 years ago
Oleg Hahm 596c25daca Merge pull request #4943 from gebart/pr/while-loops
Use {} notation for empty while loops
7 years ago
Peter Kietzmann e5500072d2 Merge pull request #4957 from botmayank/develop
stm32f0: GPIO enable IRQ for EXTI0_1
7 years ago
botmayank 35154e0c84 cpu/stm32f0: GPIO enable IRQ for EXTI0_1
Removed unnecessary EXTI2_3 interrupt enable

cpu/stm32f0: gpio removed trailing whitespace
7 years ago
Kaspar Schleiser 6881f65f46 cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 7 years ago
Martine Lenders 7ee8c5c66d Merge pull request #3834 from michz/master
fixed bug in stm32f0 uart implementation
7 years ago
Joakim Nohlgård aba4e719eb cpu/stm32f0: Use {} notation for empty while loops 7 years ago