Hauke Petersen
ad8f390cc1
boards: enabled flashpage feature for selected ones
6 years ago
Alexandre Abadie
ebc35a0613
boards: fix doxygen @brief in periph.conf
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
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
6 years ago
Alexandre Abadie
ccdb6eac70
boards/stm32f0discovery: export user LEDs and button to SAUL
6 years ago
daniel-k
9d403d95ce
cortex_m: Add debug symbols for OpenOCD/GDB thread support
6 years ago
Hauke Petersen
55c6c4582b
boards/stm32-based: adapted UART configuration
6 years ago
Pieter Willemsen
a0835ccb1d
stm32: use periph_clk_en/dis functions for clock changes
6 years ago
Hauke Petersen
ab12d60d05
boards/stm32-based: adapted timer configurations
6 years ago
Hauke Petersen
1bc1dd94ba
boards/stm32-based: added missing CLOCK_APBx defines
6 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
Hauke Petersen
5996706771
boards: adapted LED initialization calls
7 years ago
Hauke Petersen
7b1208a935
boards/stm32f0discovery: unified LED defines
7 years ago
Hauke Petersen
32e4f7b786
boards/stm32f0discovery: adapted ADC configuration
7 years ago
Joakim Nohlgård
ae108581d3
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
7 years ago
Hauke Petersen
ce2fdd7865
boards/stm*discovery: added define for user button
7 years ago
Joakim Nohlgård
9a7ec18ac8
boards/stm32f0discovery: Update to match timer_init API change
7 years ago
MohmadAyman
6d25bad433
boards/stm32f0discovery: adapted to GPIO driver changes
7 years ago
Joakim Nohlgård
7835ab2be7
make: Move BOARD and CPU includes to Makefile.modules
7 years ago
Joakim Nohlgård
fae9a092fd
boards: Remove Makefile.include.cortexm_common
7 years ago
Hauke Petersen
b436219674
boards: removed F_CPU define from board.h
7 years ago
Hauke Petersen
db25206a58
boards: use default values for STDIO defines
7 years ago
Hauke Petersen
ac2b9f2524
boards: changed module name to 'board'
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
Hauke Petersen
18e364ae17
boards: removed deprecated HW_TIMER defines
8 years ago
Hauke Petersen
8d89b95af5
boards: added missing periph_timer feature
8 years ago
Oleg Hahm
5312ae998b
boards: removed incorrect doxygen comment markers
8 years ago
BigDaddyD
b6bd067863
boards: removed leading underscores from macros
...
* also added a trailing underscore to header guards for consistency
Commit for PR 2623, repairing header file include guards.
This PR is intended to fix the include guards in files under RIOT/boards
SQUASH ME: fix underscore removal overdos
SQUASH ME: consistent macro naming
SQUASH ME: missed that one
SQUASH ME: fixed overdo
SQUASH ME: consistency
8 years ago
Hauke Petersen
a174b7644a
boards: adjusted peripheral confs to GPIO changes
8 years ago
Hauke Petersen
49dcb692d1
boards: adapted Makefiles to cortexm_common folder
...
- changed naming of cortexm_common in makefiles
- included some minor cleanups
8 years ago
Kaspar Schleiser
70b9df6238
board: stm32f0discovery: adapt to common board Makefile
8 years ago
Anand Srivastava
f694d46b43
boards/stm32f0discovery: led color fix
8 years ago
Tom Van den Eynde
63245ea678
boards/stm32f0discovery: split FEATURES_PROVIDED over multiple lines
8 years ago
Hauke Petersen
0f00ae627f
board/stm32f0discovery: fixed GPIO ISR defines
8 years ago
Hauke Petersen
0f5c941cf6
board/stm32f0discovery: cleaned up timer defines
...
- make irq prio 'timer global'
- removed unused timer_1 defs
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
Hauke Petersen
622045f934
board/stm32f0discovery: fixed doxygen group name
8 years ago
haukepetersen
f334a8b317
board/stm32f0discovery: use unified openocd script
8 years ago
Hauke Petersen
a944d29edc
board/stm32f0discovery: switched to OpenOCD
...
switched flashing and debug scripts to use OpenOCD
8 years ago
Joakim Gebart
2a3f710f1c
stm32f0discovery: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
8 years ago
Hauke Petersen
7ec85a3797
board/stm32f0discovery: fixed GPIO CLKEN defines
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
BytesGalore
fc56535dd3
boards: add `extern "C"` to header files
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
Thomas Eichinger
d0b0af6d81
stm32f*: rename STDIO buffer and enable getchar with UART0
8 years ago