b78c96ffc7
boards/*: make brief description consistent
2018-01-24 08:30:56 +01:00
Hauke Petersen
59b3e0cedd
boards/nucleo: move shared code to common/nucleo
2017-11-30 10:26:36 +01:00
Joakim Nohlgård
f4e9cad85a
boards: Separate boards from debug adapter configuration
2017-11-17 10:03:05 +01:00
Hauke Petersen
0536ac16ec
boards/nucleo: removed duplicate flashpage feature
2017-11-08 17:43:18 +01:00
Hauke Petersen
69fdbcfec6
boards/nucleo: removed duplicate cpuid feature
2017-11-08 16:59:41 +01:00
02e055fc81
make: include cpu Makefile.features from board Makefile.features
2017-09-14 13:15:52 +02:00
Vincent Dupont
a4b25ad4dc
boards/nucleo-f3xx: adapt clock config
2017-09-01 10:15:32 +02:00
Vincent Dupont
b81094cf7a
boards/nucleo-f091/103: adapt clock config
2017-09-01 10:15:26 +02:00
d82b323fcf
boards/nucleo: group nucleo boards in documentation
2017-07-05 09:43:20 +02:00
Hauke Petersen
73ede74cd8
cpu/stm32: unified and cleaned up DAC driver
...
- removed neccessity to define empty `DAC_NUMOF 0` for each STM
base board
- adapted all board configs to this
- joined stm32f2 to use common DAC driver
- improved code of DAC driver
2017-06-29 13:03:12 +02:00
882bcff048
boards: replace @brief with @name when necessary
2017-04-13 12:10:30 +02:00
8c33bd55c9
boards/nucleos: deactivate LED0 auto init by default
2017-03-30 09:30:05 +02:00
a3497539c2
boards: fix PWM doxygen doc in periph_conf
2017-02-16 17:59:21 +01:00
Hauke Petersen
ad8f390cc1
boards: enabled flashpage feature for selected ones
2017-02-13 09:45:37 +01:00
Martine Lenders
59150b67f1
Merge pull request #6494 from haukepetersen/fix_nucleo_timerconfig
...
boards/nucle-f0xx: fixed timer configuration
2017-02-03 14:42:49 +01:00
Hauke Petersen
57948eb7b9
boards/nucleo: fixed xtimer configuration
2017-01-27 11:35:45 +01:00
ebc35a0613
boards: fix doxygen @brief in periph.conf
2017-01-27 10:31:56 +01:00
Hauke Petersen
1171db8c5f
boards/nucle-f0xx: fixed timer configuration
2017-01-27 10:29:34 +01:00
Peter Kietzmann
513b20ffd3
Merge pull request #4780 from haukepetersen/opt_periph_spi2
...
drivers/spi: reworked SPI driver interface
2017-01-25 22:07:36 +01:00
Oleg Hahm
c5abb08316
Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd
...
cortex_m: Add debug symbols for OpenOCD/GDB thread support
2017-01-25 17:49:42 +01:00
Hauke Petersen
0edef2a0e1
cpu/stm32*+boards: adapted to new SPI API
...
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:45 +01:00
4d9b3d1c2a
boards/nucleo-f091: add extra UART
2017-01-23 10:27:18 +01:00
d860393076
boards/nucleo-f091: add ADC configuration
2017-01-23 10:27:17 +01:00
35d22e3230
boards/nucleo-f091: configure PWM
2017-01-23 10:27:17 +01:00
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
daniel-k
9d403d95ce
cortex_m: Add debug symbols for OpenOCD/GDB thread support
2017-01-16 20:50:35 +01:00
Hauke Petersen
55c6c4582b
boards/stm32-based: adapted UART configuration
2017-01-05 11:00:18 +01:00
Pieter Willemsen
a0835ccb1d
stm32: use periph_clk_en/dis functions for clock changes
2016-12-16 15:01:56 +01:00
Hauke Petersen
ab12d60d05
boards/stm32-based: adapted timer configurations
2016-12-09 12:20:04 +01:00
Hauke Petersen
1bc1dd94ba
boards/stm32-based: added missing CLOCK_APBx defines
2016-12-09 12:20:02 +01:00
f87dd60a3d
boards/nucleo-common: provide arduino sketch feature to nucleo boards
2016-11-01 11:14:58 +01:00
10e9336c78
boards: adapt to automatically included boards/$board/Makefile.dep
2016-09-29 15:41:12 +02:00
DipSwitch
bd9b3a269c
cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics
2016-03-29 22:25:50 +02:00
Hauke Petersen
5996706771
boards: adapted LED initialization calls
2016-03-17 14:55:31 +01:00
Hauke Petersen
000fae0e17
boards/nucleo-f091: unified LED defines
2016-03-15 16:24:50 +01:00
Hauke Petersen
0ccadc0f7b
boards/nucleo: added and use common board folder
2016-03-15 15:48:46 +01:00
Hauke Petersen
7a76396016
boards/nucleo-f091: added dummy ADC config
2016-03-14 13:06:25 +01:00
Joakim Nohlgård
ae108581d3
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
2016-03-11 15:05:06 +01:00
Hauke Petersen
c08cbb1700
boards/nucleo-xx: added pin define for user button
2016-03-02 12:10:55 +01:00
Joakim Nohlgård
595dfb3fb0
boards/nucleo-f091: Update to match timer_init API change
2016-02-13 21:29:36 +01:00
MohmadAyman
2199848a51
boards/nucleo-f091: adapted to GPIO driver changes
...
dummy
dummy
dummy
2016-02-12 11:41:16 +02:00
Joakim Nohlgård
7835ab2be7
make: Move BOARD and CPU includes to Makefile.modules
2016-02-10 16:37:03 +01:00
Joakim Nohlgård
fae9a092fd
boards: Remove Makefile.include.cortexm_common
2016-02-10 16:37:03 +01:00
Hauke Petersen
b436219674
boards: removed F_CPU define from board.h
2016-01-27 09:52:44 +01:00
Hauke Petersen
db25206a58
boards: use default values for STDIO defines
2016-01-05 12:08:31 +01:00
Hauke Petersen
ac2b9f2524
boards: changed module name to 'board'
2015-12-07 17:53:22 +01:00
Oleg Hahm
00def4f8e7
CI: split up Cortex-M0 in two groups
2015-12-07 11:38:34 +01:00
Hauke Petersen
528e832c90
boards: cleaned up entries in Makefile.features
2015-10-21 16:45:21 +02:00
Hauke Petersen
18e364ae17
boards: removed deprecated HW_TIMER defines
2015-09-17 11:22:03 +02:00
Hauke Petersen
8d89b95af5
boards: added missing periph_timer feature
2015-09-16 10:58:56 +02:00