smlng
de948189c3
periph: generalized button macros
2017-06-20 21:19:56 +02:00
0fcc7d3834
cleanup: apply headerguard script output
2017-05-24 17:54:02 +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
Bas Stottelaar
3b14a584b8
boards: *: remove SPI_*_EN now rework is merged
2017-01-31 19:38:41 +01:00
ebc35a0613
boards: fix doxygen @brief in periph.conf
2017-01-27 10:31:56 +01:00
Hauke Petersen
d5e00e594a
cpu/msp430fxyz+boards: adapted to new SPI API
...
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Oleg Hahm
3c6678b037
*: fix mismatching endifs for header guards
2017-01-19 18:30:53 +01:00
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
PeterKietzmann
94df5a81a8
boards/z1:increase SPI speed for on-board radio
2016-11-29 09:03:22 +01:00
10e9336c78
boards: adapt to automatically included boards/$board/Makefile.dep
2016-09-29 15:41:12 +02:00
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
2016-09-29 11:21:48 +02:00
1c6c447493
Merge pull request #5607 from gebart/pr/xtimer-cleanups
...
xtimer: Code refactoring and clean ups
2016-07-07 06:37:50 +02:00
Joakim Nohlgård
4d862955c2
xtimer: Rename XTIMER -> XTIMER_DEV
2016-07-06 22:23:04 +02:00
46bd2f45d9
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
2016-07-06 18:16:15 +02:00
Hauke Petersen
204702897b
boards/z1: add support for CC2420 radio
2016-07-06 18:14:48 +02:00
Ian Martin
963f8a495d
sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE
2016-04-18 12:06:20 -04:00
Martine Lenders
dd0fe60789
Merge pull request #5210 from gtrpucp/BOARD_Z1_FIX_UART
...
Board z1: Fix UART pin assignment
2016-03-31 12:36:18 +02:00
Joel Palomino
28d0097e5b
z1: Fix UART pin assignment
2016-03-30 11:59:38 -05:00
malo
f093d10409
msp430: spi/uart cleaned up USIC - USCI confusion
...
Signed-off-by: malo <malo@25cmsquare.io>
2016-03-24 09:42:59 +01:00
Hauke Petersen
363b883d51
boards: fixed doxygen in msp430 and x86 board.h
2016-03-15 18:37:54 +01:00
Hauke Petersen
899fb27fa4
boards/z1: unified LED defines
2016-03-15 18:37:53 +01:00
Joakim Nohlgård
ae108581d3
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
2016-03-11 15:05:06 +01:00
Joakim Nohlgård
dc303a4f0b
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
2016-03-11 12:04:00 +01:00
Joel Palomino
2f610add9c
Board z1: Fix issue #2109
2016-02-26 17:48:13 +01:00
Joakim Nohlgård
717d89899f
make: Move Makefile.msp430_common to cpu dir
2016-02-10 16:37:03 +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
Hauke Petersen
ddb8765ee4
boards/z1: adjusted to UART changes
2015-10-27 14:59:39 +01:00
Hauke Petersen
528e832c90
boards: cleaned up entries in Makefile.features
2015-10-21 16:45:21 +02:00
Hauke Petersen
e395dfd91e
boards: s/GPIO(x,y)/GPIO_PIN(x,y)/
2015-10-13 14:59:53 +02:00
d9414fdab4
cpu: msp430fxyz: switch back to uart_stdio
2015-09-25 11:09:19 +02:00
Hauke Petersen
a3e11cad93
boards: s/TIMER_DEV/TIMER_BASE/ for msp430 boards
2015-09-17 13:57:58 +02:00
Hauke Petersen
ce6b1d390a
boards/z1: added SPI configuration
2015-09-17 11:32:38 +02:00
Hauke Petersen
13aa0ffe12
boards/z1: Makefile cleanup
2015-09-16 17:16:53 +02:00
44cdec0e1e
boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values
2015-09-16 11:13:41 +02:00
c581e884a7
boards: z1: remove hwtimer from board.h
2015-09-16 10:58:53 +02:00
Thomas Eichinger
122400f85c
boards/z1: make use of Makefile.include.serial
2015-09-15 14:06:42 +02:00
Hauke Petersen
78fb698eb7
boards/z1: added GPIO feature
2015-09-03 16:29:55 +02:00
Hauke Petersen
bb204add17
boards/z1: adapted to use periph UART driver
2015-09-03 12:00:33 +02:00
Hauke Petersen
2e9403d8fe
board/z1: added (x)timer configuration
2015-09-02 17:10:28 +02:00
Hauke Petersen
824a81ff3a
boards/z1: adapted to non-legacy header
2015-09-02 17:10:27 +02:00
57d7e62d57
boards: avsextrem redbee-econotag spark-core telosb z1: fix includes
2015-08-06 12:13:54 +02:00
Hauke Petersen
bff1d7e73e
boards: remove feature 'transceiver'
2015-08-06 12:13:54 +02:00
Hauke Petersen
359edca5d1
removed deps to transceiver and sys/net/include
...
for
- avsextrem
- redbee-econotag
- spark-core
- telosb
- z1
2015-08-06 12:13:54 +02:00
ebc9b2ab5f
remove legacy board specific cc2420 code
2015-08-06 12:13:19 +02:00
830af458ea
oldnet: remove radio_packet_length_t define
2015-08-06 12:13:18 +02:00
Joakim Gebart
68c47d29ea
boards/z1: Add getchar implementation
2015-07-14 08:11:19 +02:00
Oleg Hahm
5ca37400b8
boards: remove all C++ comments
2015-06-24 15:54:36 +02:00
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
2015-06-24 15:54:36 +02:00