Bas Stottelaar
3b14a584b8
boards: *: remove SPI_*_EN now rework is merged
6 years ago
Alexandre Abadie
ebc35a0613
boards: fix doxygen @brief in periph.conf
6 years ago
Hauke Petersen
d5e00e594a
cpu/msp430fxyz+boards: adapted to new SPI API
...
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Oleg Hahm
3c6678b037
*: fix mismatching endifs for header guards
6 years ago
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
6 years ago
PeterKietzmann
94df5a81a8
boards/z1:increase SPI speed for on-board radio
6 years ago
Kaspar Schleiser
10e9336c78
boards: adapt to automatically included boards/$board/Makefile.dep
6 years ago
Hauke Petersen
fc243f1841
boards: removed some superfluous definitions
...
- removed UART_STDIO_DEV as they use the default value
- removed BTN_B1_PIN for nucleo-207, as its already defined in the common header
6 years ago
Joakim Nohlgård
4d862955c2
xtimer: Rename XTIMER -> XTIMER_DEV
7 years ago
Kaspar Schleiser
46bd2f45d9
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
7 years ago
Hauke Petersen
204702897b
boards/z1: add support for CC2420 radio
7 years ago
Ian Martin
963f8a495d
sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE
7 years ago
Joel Palomino
28d0097e5b
z1: Fix UART pin assignment
7 years ago
malo
f093d10409
msp430: spi/uart cleaned up USIC - USCI confusion
...
Signed-off-by: malo <malo@25cmsquare.io>
7 years ago
Hauke Petersen
363b883d51
boards: fixed doxygen in msp430 and x86 board.h
7 years ago
Hauke Petersen
899fb27fa4
boards/z1: unified LED defines
7 years ago
Joakim Nohlgård
ae108581d3
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
7 years ago
Joakim Nohlgård
dc303a4f0b
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
7 years ago
Joel Palomino
2f610add9c
Board z1: Fix issue #2109
7 years ago
Joakim Nohlgård
717d89899f
make: Move Makefile.msp430_common to cpu dir
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
Hauke Petersen
ddb8765ee4
boards/z1: adjusted to UART changes
7 years ago
Hauke Petersen
528e832c90
boards: cleaned up entries in Makefile.features
7 years ago
Hauke Petersen
e395dfd91e
boards: s/GPIO(x,y)/GPIO_PIN(x,y)/
7 years ago
Kaspar Schleiser
d9414fdab4
cpu: msp430fxyz: switch back to uart_stdio
7 years ago
Hauke Petersen
a3e11cad93
boards: s/TIMER_DEV/TIMER_BASE/ for msp430 boards
8 years ago
Hauke Petersen
ce6b1d390a
boards/z1: added SPI configuration
8 years ago
Hauke Petersen
13aa0ffe12
boards/z1: Makefile cleanup
8 years ago
Kaspar Schleiser
44cdec0e1e
boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values
8 years ago
Kaspar Schleiser
c581e884a7
boards: z1: remove hwtimer from board.h
8 years ago
Thomas Eichinger
122400f85c
boards/z1: make use of Makefile.include.serial
8 years ago
Hauke Petersen
78fb698eb7
boards/z1: added GPIO feature
8 years ago
Hauke Petersen
bb204add17
boards/z1: adapted to use periph UART driver
8 years ago
Hauke Petersen
2e9403d8fe
board/z1: added (x)timer configuration
8 years ago
Hauke Petersen
824a81ff3a
boards/z1: adapted to non-legacy header
8 years ago
Kaspar Schleiser
57d7e62d57
boards: avsextrem redbee-econotag spark-core telosb z1: fix includes
8 years ago
Hauke Petersen
bff1d7e73e
boards: remove feature 'transceiver'
8 years ago
Hauke Petersen
359edca5d1
removed deps to transceiver and sys/net/include
...
for
- avsextrem
- redbee-econotag
- spark-core
- telosb
- z1
8 years ago
Kaspar Schleiser
ebc9b2ab5f
remove legacy board specific cc2420 code
8 years ago
Kaspar Schleiser
830af458ea
oldnet: remove radio_packet_length_t define
8 years ago
Joakim Gebart
68c47d29ea
boards/z1: Add getchar implementation
8 years ago
Oleg Hahm
5ca37400b8
boards: remove all C++ comments
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
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
8 years ago
Oleg Hahm
828839316b
core: renamed crash.h to panic.h
8 years ago
Joakim Gebart
e9c567107d
all: remove extra blank lines at the end
8 years ago
Philipp Rosenkranz
02d0c88284
tests/travis: split buildtests into MCU groups.
8 years ago
Hauke Petersen
d45ab123bf
board/z1: fixed doxygen group name
8 years ago
Oleg Hahm
f7b197007d
travis: make travis happy for empty header files
8 years ago