Gaëtan Harter
636285ebe4
boards: move CPU/CPU_MODEL definition to Makefile.features
...
cpu/$(CPU)/Makefile.features and cpu/$(CPU)/Makefile.dep are
automatically included
Part of moving CPU/CPU_MODEL definition to Makefile.features to have it
available before Makefile.include.
2019-08-20 16:11:50 +02:00
Benjamin Valentin
8af04cd939
boards: make use of ARRAY_SIZE macro
2019-08-06 19:43:54 +02:00
a68f78bb10
boards/*: remove unused FEATURES_MCU_GROUP variable
2019-06-14 11:32:15 +02:00
Sebastian Meiling
29efd8402f
boards: add I2C config for cc2650stk
2019-04-09 18:07:06 +02:00
Gaëtan Harter
edaaa78851
boards/cc2650: use the common uniflash configuration
...
The content is exactly the same.
2019-03-15 15:54:34 +01:00
Gaëtan Harter
d2103b21ab
boards/cc2650stk: fix whitespace
...
Make it more similar to cc2650-launchpad
2019-03-15 15:39:42 +01:00
cladmi
b450141d4d
boards: unconditionally include CPU/Makefile.features
...
The file always exist so no need to do '-include'.
Replaced using:
sed -i 's|-\(include $(RIOTCPU)/.*/Makefile.features\)|\1|' \
$(git grep -l '$(RIOTCPU)/.*/Makefile.features' boards)
2018-10-11 17:13:40 +02:00
Joakim Nohlgård
8996cbe313
make: Introduce new feature flag periph_gpio_irq
2018-08-29 08:53:20 +02:00
Jose Alamos
7b28fbf110
boards: fix Doxygen group directives
2018-08-01 15:24:55 +02:00
Jose Alamos
a1e17ab5af
doc: add wiki documentation to Doxygen files
2018-08-01 15:24:54 +02:00
b78c96ffc7
boards/*: make brief description consistent
2018-01-24 08:30:56 +01:00
ae51dc55d0
boards: adapt to reorganized CPU Makefile.features
2017-11-02 12:59:46 +01:00
02e055fc81
make: include cpu Makefile.features from board Makefile.features
2017-09-14 13:15:52 +02:00
162478cd6d
spelling: s/initialise/initialize/
2017-09-05 11:04:25 +02:00
smlng
09bc23b41f
docu: enhance timer config docu for cc26x0
2017-08-21 10:44:14 +02:00
Hauke Petersen
5809c1940c
boards: don't redefine xtimer default values
2017-08-18 11:18:45 +02:00
smlng
8df22c48cd
board, cc2650stk: add full xtimer configuration
2017-08-17 13:28:25 +02:00
smlng
864e9f5799
boards: adapt timer config of board cc2650stk (aka TI SensorTag)
2017-07-21 22:20:59 +02:00
smlng
5d604c6fb5
board, cc2650stk: fix make reset with uniflash4.x
2017-07-13 22:32:44 +02:00
Andreas "Paul" Pauli
b54f1106f6
Merge pull request #7333 from smlng/board/cc2650/update_uniflash41
...
board, cc2650stk add support for uniflash 4.1
2017-07-12 17:58:06 +02:00
smlng
c783f00e9d
board, cc2650stk: fix button gpio config
2017-07-11 13:38:41 +02:00
smlng
d6f4a78017
board, cc2650stk add support for uniflash 4.1
2017-07-08 10:34:04 +02:00
smlng
587bfcf8bc
cc2650stk: add SAUL gpio adaption
2017-06-20 21:19:58 +02:00
smlng
de948189c3
periph: generalized button macros
2017-06-20 21:19:56 +02:00
882bcff048
boards: replace @brief with @name when necessary
2017-04-13 12:10:30 +02:00
Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
2017-04-04 15:11:54 +02:00
ebc35a0613
boards: fix doxygen @brief in periph.conf
2017-01-27 10:31:56 +01:00
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
Nicholas Jackson
6067dfb652
CC2650STK Debugger Support
...
Added additional support for the XDS100v3 debugger platform
Implemented default flash configuration for the XDS110 with support for XDS100v3 debugger with through DEBUGGER make flags
2016-11-01 11:08:54 +10:00
46bd2f45d9
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
2016-07-06 18:16:15 +02:00
Leon M. George
dbfb926543
cc2650stk: remove XTIMER_SHIFT_ON_COMPARE definition
2016-04-20 10:16:19 +02:00
Leon M. George
cc954761b3
boards: add cc2650stk
2016-04-18 19:00:49 +02:00