Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
6 years ago
Vincent Dupont
bb52575d45
boards: fix I2C_APBCLK value in stm32-based boards
6 years ago
Vincent Dupont
c302b7601d
boards: fix stm32-based boards with new gpio driver
6 years ago
Alexandre Abadie
a3497539c2
boards: fix PWM doxygen doc in periph_conf
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
Hauke Petersen
5c8d7678df
boards/stm32f4discovery: fix PWM configuration
6 years ago
Alexandre Abadie
5c859398a7
boards/stm32f4discovery: export user LEDs and button to SAUL
6 years ago
Hauke Petersen
8f47aee78b
boards/stm32-based: adapted PWM configuration
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
7b856cda30
boards/stm32-based: adapted PWM configuration
6 years ago
Hauke Petersen
ab12d60d05
boards/stm32-based: adapted timer configurations
6 years ago
Joakim Nohlgård
4d862955c2
xtimer: Rename XTIMER -> XTIMER_DEV
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
Hauke Petersen
5996706771
boards: adapted LED initialization calls
7 years ago
Hauke Petersen
0190cef1d5
boards: cleaned up UART conf for stm32f4 based boards
7 years ago
Hauke Petersen
cc29909e21
boards/stm32f4discovery: unified LED defines
7 years ago
Hauke Petersen
3ff4c3f27b
boards/stm32f4discovery: updated DAC definitions
7 years ago
Hauke Petersen
52c30f7033
boards/stm32f4discovery: 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
Hauke Petersen
fe5023b7d4
boards: adapted to HWRNG changes
7 years ago
Joakim Nohlgård
91f2a38197
boards/stm32f4discovery: Update to match timer_init API change
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
f3b0684af6
boards/stm32f4discovery: adapted to UART changes
7 years ago
Hauke Petersen
ac2b9f2524
boards: changed module name to 'board'
7 years ago
Oleg Hahm
d65d213def
CI: split up Cortex-M4 in two groups
7 years ago
Hauke Petersen
3f622d96ac
board/stm32f4discovery: added Arduino configuration
7 years ago
Hauke Petersen
528e832c90
boards: cleaned up entries in Makefile.features
7 years ago
Kaspar Schleiser
cb253da235
boards: stm32f4discovery: add xtimer configuration
7 years ago
Hauke Petersen
8d89b95af5
boards: added missing periph_timer feature
7 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
cff8f2222f
board: stm32f4discovery: adapt to common board Makefile
8 years ago
Hauke Petersen
807c6432cc
board/stm32f4discovery: fixed doxygen in periph_conf
8 years ago
BytesGalore
f9a79eee41
RIOT/Makefile.include: added compile time warning on conflicting features
8 years ago
Tom Van den Eynde
a387f6f3d6
boards/stm32f4discovery: split FEATURES_PROVIDED over multiple lines
8 years ago
James Hollister
722835989d
cpu/stm32f4: added cpuid_get to stm32f4
8 years ago
Philipp Rosenkranz
02d0c88284
tests/travis: split buildtests into MCU groups.
8 years ago
Hauke Petersen
63fc72979d
board/stm32f4discovery: fixed doxygen group name
8 years ago
haukepetersen
d973729e13
board/stm32f4discovery: use unified openocd script
8 years ago
Hauke Petersen
3834d8709c
board/stm32f4discovery: optimized openocd script
...
removed redundant flash erase (speeds up flashing quite a bit)
8 years ago