Commit Graph

23 Commits (pr/rotary)

Author SHA1 Message Date
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 7 years ago
Hauke Petersen 363b883d51 boards: fixed doxygen in msp430 and x86 board.h 8 years ago
Hauke Petersen 43a65e890e boards/wsn430-v1_4: unified LED defines 8 years ago
Hauke Petersen 1fc2da1508 boards/wsn430: cleanup for common board.h
- renamed board-conf.h to board_common.h
- moved xtimer defines to board_common.h
8 years ago
Hauke Petersen db25206a58 boards: use default values for STDIO defines 8 years ago
Kaspar Schleiser 44cdec0e1e boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values 8 years ago
Kaspar Schleiser e97553537b boards: wsn430-v1_4: remove hwtimer from board.h 8 years ago
Hauke Petersen 2bd250e912 boards/wsn430-xxx: now using periph UART driver 8 years ago
Hauke Petersen c33deca818 board/wsn430-v1_4: added (x)timer configuration 8 years ago
Kaspar Schleiser 830af458ea oldnet: remove radio_packet_length_t define 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
Oleg Hahm 39abba1bc2 licenses: fix miss-spelled & missing boiler plates 9 years ago
BytesGalore fc56535dd3 boards: add `extern "C"` to header files 9 years ago
Oleg Hahm 3c0d91720b Revert "boards: introduced a HAS_RADIO define"
This reverts commit 4238f40429.
9 years ago
Oleg Hahm 4238f40429 boards: introduced a HAS_RADIO define 9 years ago
Oleg Hahm 481d4f2ee3 doc: fix ambiguous file name warnings
doxygen does a good job itself, identifying the unique part of the path
to identify a file.
9 years ago
Cenk Gündoğan 7ca2e874e1 converting tabs to spaces in boards (#1439)
This PR converts tabs to white spaces.
The statement I used for the conversion:
'''find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;'''
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
9 years ago
Ludwig Ortmann b6846e31fc doc: fix most occurences of FU as an author
.. but only if there are other authors as well
9 years ago
Kévin Roussel 5d393d270b Sets MCU frequency in 'board.h', instead of the common 'cpu.h' file 10 years ago
Kévin Roussel afce119138 Added definition of correct MCU model in MSP430-based board headers 10 years ago
Hauke Petersen c629229e8d Added the boards folder to the doxygen tree
- added boards to riot.doxyfile
- fixed group definitions for all boards
10 years ago
Oleg Hahm 232e205137 moved boards into subdirectory 10 years ago