Commit Graph

15 Commits (pr/rotary)

Author SHA1 Message Date
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
Oleg Hahm f576317194 ci: split up cortex_m4 in even more groups 7 years ago
Oleg Hahm d65d213def CI: split up Cortex-M4 in two groups 8 years ago
Hauke Petersen 528e832c90 boards: cleaned up entries in Makefile.features 8 years ago
Hauke Petersen 8d89b95af5 boards: added missing periph_timer feature 8 years ago
Jan Pohlmann 50b8a96322 cpu/stm32f3: Initial import of the i2c driver. 8 years ago
Hauke Petersen a00afbb6dd boards/stmf3discovery: fixed MCU GROUP 8 years ago
Tom Van den Eynde c20401362d boards/stm32f3discovery: split FEATURES_PROVIDED over multiple lines 8 years ago
James Hollister 10f4aacf6c cpu/stm32f3: added cpui_get for stm32f3 8 years ago
Philipp Rosenkranz 02d0c88284 tests/travis: split buildtests into MCU groups. 8 years ago
Hauke Petersen 7f0ffcf615 board/stm32f3discovery: added SPI configuration 9 years ago
Hauke Petersen e0bb9d5689 board/stm32f3discovery: added PWM
- added PWM feature
- added PWM definitions to periph_conf.h
9 years ago
BytesGalore 8060825c81 cpu/stm32f3: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
boards/stm32f3discovery: provided c++ feature (cpp)
9 years ago
René Kijewski 765c88d08a make: allow drivers to implement features
This change allows drivers (or any module for that matter) to provide
features. This is e.g. useful if a board does not have a transceiver,
but your application uses `USEMODULE += some_driver`, which implements
the transceiver interface.

The line `FEATURES_PROVIDED += some_feature` should go to the guarded
block in `{sys,drivers}/Makefile.include`.
9 years ago
Ludwig Ortmann 6262c4427e make: add gpio feature 9 years ago