Baptiste
455555304c
SAML21/RTC: Add RTC driver
7 years ago
Hauke Petersen
44e8515698
boards/saml21-xpro: added feature CPUID
7 years ago
Oleg Hahm
00def4f8e7
CI: split up Cortex-M0 in two groups
7 years ago
Hauke Petersen
528e832c90
boards: cleaned up entries in Makefile.features
7 years ago
Kaspar Schleiser
4872e7c1ab
saml21: add RTT support
8 years ago
Kaspar Schleiser
af63254f4e
cpu: saml21 initial commit
...
basic port, uart, one timer, gpio, spi working.
8 years ago
Tom Van den Eynde
63245ea678
boards/stm32f0discovery: split FEATURES_PROVIDED over multiple lines
8 years ago
James Hollister
3d6ab85bb3
cpu/stm32f0: added cpuid_get for stm32f0
8 years ago
Philipp Rosenkranz
02d0c88284
tests/travis: split buildtests into MCU groups.
8 years ago
BytesGalore
3154bc8bc5
cpu/stm32f0: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
...
boards/stm32f0discovery: provided c++ feature (cpp)
8 years ago
Hauke Petersen
b30bdc09ce
cpu/stm32f0: added missing features to Makefile
8 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`.
8 years ago
Ludwig Ortmann
92079312e2
make: introduce and use periph_spi feature
8 years ago
Ludwig Ortmann
6262c4427e
make: add gpio feature
8 years ago