Hauke Petersen
285f4a39ba
boards/chronos: added missing LED defines + cleanup
2016-03-02 12:46:34 +01:00
Hauke Petersen
007f717f2c
boards/udoo: cleaned up LED handling
2016-03-02 12:23:02 +01:00
Hauke Petersen
593ad5b223
boards/arduino-due: cleaned up LED handling
2016-03-02 12:22:30 +01:00
Hauke Petersen
ce2fdd7865
boards/stm*discovery: added define for user button
2016-03-02 12:11:34 +01:00
Hauke Petersen
70013e004f
boards/saml21-xpro: added pin define for SW0 button
2016-03-02 12:11:16 +01:00
Hauke Petersen
c08cbb1700
boards/nucleo-xx: added pin define for user button
2016-03-02 12:10:55 +01:00
kYc0o
ec1bea389b
Merge pull request #2753 from locicontrols/baudrate-fix
...
cpu/cc2538: avoid using bitfields with the LCRH register
2016-03-02 11:41:02 +01:00
Oleg Hahm
448f7e15b8
Merge pull request #4941 from cgundogan/pr/strider/remove
...
strider: remove configuration file
2016-03-02 11:40:24 +01:00
Oleg Hahm
76c397f252
Merge pull request #4924 from kaspar030/smaller_core_types
...
core: reduce types of tcb->status and tcb->priority
2016-03-02 11:15:38 +01:00
Joakim Nohlgård
3da2c2d1c1
cpu/cortexm_common: use int for counter in startup IRQn loop
2016-03-02 10:58:59 +01:00
Joakim Nohlgård
0ae11cc9bc
cpu/cortexm_common: call hard_fault_handler using bl
...
Fixes this error when building with Clang 3.7.1:
fatal error: error in backend: unsupported relocation on symbol
x86_64-pc-linux-gnu-clang-3.7: error: clang frontend command failed with exit code 70 (use -v to see invocation)
clang version 3.7.1 (tags/RELEASE_371/final)
Target: arm-none--eabi
Thread model: posix
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg: /tmp/vectors_cortexm-54333e.c
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg: /tmp/vectors_cortexm-54333e.sh
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg:
********************
2016-03-02 10:28:10 +01:00
Joakim Nohlgård
efa5cd4066
cpu/cortexm_common: Fix inline asm for ARMv6-M so that it compiles in Clang as well
...
ARMv6 does not have the mov instruction, only movs
2016-03-02 10:26:55 +01:00
Peter Kietzmann
8e05e3152d
Merge pull request #4933 from haukepetersen/opt_sam3_clksetup
...
cpu/sam3: cleaned up clock initialization
2016-03-02 10:07:43 +01:00
Cenk Gündoğan
854ed6fbfc
strider: remove configuration file
2016-03-02 09:51:52 +01:00
Hauke Petersen
72fb1790c0
Merge pull request #4905 from OlegHahm/goodfet_fix
...
tools: goodfet fix
2016-03-01 23:32:07 +01:00
Hauke Petersen
eb79646ab1
cpu/cortexm_common: added sleep_until_event
2016-03-01 23:22:03 +01:00
Hauke Petersen
a182a44147
cpu/nrf5x: unified hwrng driver
2016-03-01 23:22:03 +01:00
Oleg Hahm
61579d3be4
Merge pull request #4887 from locicontrols/objdump
...
make: set OBJDUMP = $(PREFIX)objdump for gnu targets.
2016-03-01 23:10:04 +01:00
Hauke Petersen
1c3bd7a6f5
boards/spark-core: adapted to timer changes
2016-03-01 22:39:37 +01:00
Hauke Petersen
111f106b7e
boards/nucleo-f103: adapted to timer changes
2016-03-01 22:39:37 +01:00
Hauke Petersen
f94b47c9d7
boards/fox: adapted to timer changes
2016-03-01 22:39:37 +01:00
Hauke Petersen
652b1ffef5
boards/iotlab-m3: adjusted to timer changes
2016-03-01 22:39:36 +01:00
Hauke Petersen
360e392d69
cpu/stm32f1: reworked timer driver
2016-03-01 22:39:36 +01:00
Hauke Petersen
28976ec126
cpu/stm32f1: vendor header: opt timer CCR reg defs
2016-03-01 22:39:36 +01:00
Hauke Petersen
ea179fb8d3
boards/yunjia-nrf: adapted timer configuration
2016-03-01 22:20:47 +01:00
Hauke Petersen
343b48dd15
boards/pca10000: adapted timer configuration
2016-03-01 22:20:45 +01:00
Hauke Petersen
4641b6bab6
boards/pca10005: adapted timer configuration
2016-03-01 22:20:43 +01:00
Hauke Petersen
e8940c5a30
boards/nrf6310: adapted timer configuration
2016-03-01 22:20:38 +01:00
Hauke Petersen
a126339486
boards/nrf52dk: adapted timer configuration
2016-03-01 22:20:36 +01:00
Hauke Petersen
31c36d6285
boards/nrf51dongle: adapted timer configuration
2016-03-01 22:20:34 +01:00
Hauke Petersen
76dadd94c9
boards/airfy-beacon: adapted timer configuration
2016-03-01 22:20:32 +01:00
Hauke Petersen
2a92907c96
cpu/nrf: unified and optimized timer driver
2016-03-01 22:20:27 +01:00
Martine Lenders
ac07862363
Merge pull request #4796 from gebart/pr/udp-nhc-typo
...
6lo: Fix typo in UDP NHC checksum elision bit define
2016-03-01 21:54:32 +01:00
Oleg Hahm
91432faccb
tests: remove timer after each loop
...
...in xtimer_msg_receive_timeout
2016-03-01 21:44:19 +01:00
Oleg Hahm
a92f30e13f
test: xtimer document xtimer_msg_receive_timeout
2016-03-01 21:44:01 +01:00
daniel-k
4295d028ec
core/msg_reply: only assert target tcb, no error handling
2016-03-01 21:34:01 +01:00
Ian Martin
856c5e1539
s/XTIMER_RSHIFT/XTIMER_USEC_TO_TICKS/g
...
s/XTIMER_LSHIFT/XTIMER_TICKS_TO_USEC/g
2016-03-01 15:18:45 -05:00
Ian Martin
b6fbdb2f79
Avoid rounding errors during frequency scaling.
2016-03-01 15:18:45 -05:00
Ian Martin
e97af73862
enclose the numeric defines in parenthesis.
2016-03-01 15:15:19 -05:00
Ian Martin
4b29d2ef6d
set xtimer parameters for cc2538-based boards.
2016-03-01 15:15:19 -05:00
Ian Martin
3c275370c3
xtimer: support a negative XTIMER_SHIFT.
2016-03-01 15:15:19 -05:00
Ian Martin
f86c118594
xtimer: define XTIMER_RSHIFT() and XTIMER_LSHIFT() macros to avoid using XTIMER_SHIFT directly.
2016-03-01 15:15:19 -05:00
Ian Martin
4176d04b02
cpu/cc2538/periph/timer overhaul
...
* Use the 32-bit counter mode.
* Apply frequency scaling for non-16 MHz frequencies.
2016-03-01 15:15:16 -05:00
Ian Martin
92a16a50dd
cc2538 gptimer corrections.
2016-03-01 14:59:50 -05:00
Ian Martin
c91ae645a5
cpu/cc2538: break-out the bitfields in the GPTimer IMR register.
2016-03-01 14:59:50 -05:00
Oleg Hahm
3e25e5df86
Merge pull request #4906 from OlegHahm/make_appdeps_fix
...
make: actually make use of APPDEPS for building
2016-03-01 20:58:07 +01:00
Martine Lenders
43f84878ec
gnrc_icmpv6_error: Initial import of IPv6 error convenience functions
2016-03-01 20:42:27 +01:00
Martine Lenders
3fc3a695db
Merge pull request #4885 from authmillenon/cc110x/fix/info
...
cc110x: only set info values if != NULL
2016-03-01 20:39:52 +01:00
Oleg Hahm
4c6b59b486
make: use single ticks
...
Otherwise the shell will try to evaluate the parentheses.
2016-03-01 20:38:01 +01:00
Emmanuel Baccelli
c1b071349f
Merge pull request #4937 from haukepetersen/opt_boards_usejlink
...
boards: use global Jlink script for openmote and pca1000x
2016-03-01 20:07:18 +01:00