142bbef721
cpu: atmega2560: timer: adapt to thread.h
2016-03-05 18:20:17 +01:00
a7adbac4c5
cpu: msp430: adapt to thread.h
2016-03-05 18:20:17 +01:00
c3fe4615bd
sys: posix: posix_semaphore: adapt to thread.h
2016-03-05 18:20:17 +01:00
0bf305e0e7
sys: cpp11-compat: adapt to thread.h
2016-03-05 18:20:17 +01:00
67d3d44927
sys: newlib: include fix
2016-03-05 18:20:17 +01:00
6881f65f46
cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h
2016-03-05 18:20:17 +01:00
2b010b5337
core: rename tcb_t -> thread_t, move into thread.h
2016-03-05 18:20:17 +01:00
test
ee05aca342
gitignore: add __pycache__
2016-03-05 16:05:10 +01:00
test
ac44264dfa
dist: remove obsolete testsuite
2016-03-05 16:05:10 +01:00
c63a924778
pkg: adapt to RIOTPKG
2016-03-05 03:05:32 +01:00
8b7ddb2f70
make: use variable for pkg subdir
2016-03-05 03:05:32 +01:00
Andreas "Paul" Pauli
32d48bb16b
Merge pull request #4877 from locicontrols/cc2538dk-port
...
boards/cc2538dk: autodetect PORT_LINUX.
2016-03-04 21:19:52 +01:00
Ian Martin
56b471c587
boards/cc2538dk: autodetect PORT_LINUX.
2016-03-04 13:56:24 -05:00
Martine Lenders
ae52bf9a12
gnrc_sixlowpan_iphc_nhc: fix NHC UDP decoding for fragmented packets
2016-03-04 16:40:45 +01:00
Joakim Nohlgård
f98b80f75f
Merge pull request #3504 from locicontrols/cc2538-gpio-init
...
cpu/cc2538: initialize the GPIO controller to a default state
2016-03-04 16:01:18 +01:00
Joakim Nohlgård
e088403ce0
Merge pull request #4082 from daniel-k/pr/msg_reply_missing_irq_restore
...
core/msg: add missing irq restoration in msg_reply()
2016-03-04 15:59:06 +01:00
Joakim Nohlgård
6fed2eaeca
Merge pull request #4760 from phectori/nucleo-f401-i2c
...
boards: I2C Feature for nucleo-f401
2016-03-04 15:53:40 +01:00
Joakim Nohlgård
04c8a18493
Merge pull request #4939 from OlegHahm/version_string_fix
...
make: use single ticks
2016-03-04 15:53:04 +01:00
Martine Lenders
2e4a99eeec
Merge pull request #4829 from haukepetersen/add_test_saul
...
tests: added SAUL test application
2016-03-04 14:34:37 +01:00
Cenk Gündoğan
025c8696fe
Merge pull request #4953 from cgundogan/pr/Makefile.buildtest/remove_CCACHE_DIR
...
Makefile.buildtest: set CCACHE_DIR only if defined
2016-03-04 10:40:17 +01:00
Cenk Gündoğan
4f6d92a5a7
Merge pull request #4951 from authmillenon/auto_init/fix/debug-output
...
auto_init: Print correct SPI bus in DEBUG output
2016-03-04 10:11:08 +01:00
Cenk Gündoğan
d15bc43302
Merge pull request #4688 from OlegHahm/valgrind_debug_for_native
...
native: add debug-valgrind target
2016-03-04 07:55:45 +01:00
Martine Lenders
7ee8c5c66d
Merge pull request #3834 from michz/master
...
fixed bug in stm32f0 uart implementation
2016-03-04 05:42:10 +01:00
Martine Lenders
bd83828eda
Merge pull request #4947 from gebart/pr/mulle-programmer-0.70-default
...
boards/mulle: Default to programmer version 0.70
2016-03-04 05:41:49 +01:00
Martine Lenders
01248f0599
Merge pull request #4944 from gebart/pr/cortexm-irqn-unsigned-int
...
cpu/cortexm_common: use int for counter in startup IRQn loop
2016-03-04 05:40:51 +01:00
Martine Lenders
a7487e2b19
Merge pull request #4948 from cgundogan/pr/travis/static-tests_fix
...
travis: continue static tests on error
2016-03-04 05:40:31 +01:00
Martine Lenders
4504e40fe0
Merge pull request #4771 from Yonezawa-T2/rbuf_gc_improvement
...
rbuf: does not remove oldest entry if we have entry for current fragment
2016-03-04 05:40:00 +01:00
Aaron Sowry
24f5bc8cef
Update OpenMote board header file to define UPDATE_CCA.
...
As per the cc2538dk and ReMote boards. This enables the cc2538's
bootloader backdoor, to allow flashing via the serial interface even
when a valid image is already present.
Backdoor enable is set to LOW, PORT A, PIN 6 (ON/SLEEP on the OpenBase),
for consistency with the default OpenMote firmware.
2016-03-04 07:37:00 +13:00
Ian Martin
4936edb80f
cpu/cc2538: initialize the GPIO controller to a default state
2016-03-03 11:16:24 -05:00
Ian Martin
9642f2531a
cpu/cc2538: add periph/i2c driver
2016-03-03 11:04:39 -05:00
Joakim Nohlgård
c6a25605b8
boards/pttu: Use {} notation for empty while loops
2016-03-03 16:31:30 +01:00
Joakim Nohlgård
17977e0730
cpu/lpc11u34: Use {} notation for empty while loops
2016-03-03 16:31:29 +01:00
Joakim Nohlgård
e607de5b95
cpu/saml21: Use {} notation for empty while loops
2016-03-03 16:31:29 +01:00
Joakim Nohlgård
2ea2cdc9e1
cpu/samd21: Use {} notation for empty while loops
2016-03-03 16:31:28 +01:00
Joakim Nohlgård
752d481738
cpu/sam3: Use {} notation for empty while loops
2016-03-03 16:31:28 +01:00
Joakim Nohlgård
5bfd4a59e9
cpu/stm32l1: Use {} notation for empty while loops
2016-03-03 16:31:27 +01:00
Joakim Nohlgård
7a7202034b
cpu/stm32f4: Use {} notation for empty while loops
2016-03-03 16:31:27 +01:00
Joakim Nohlgård
3f122fbba2
cpu/stm32f3: Use {} notation for empty while loops
2016-03-03 16:31:27 +01:00
Joakim Nohlgård
96a7583c2a
cpu/stm32f1: Use {} notation for empty while loops
2016-03-03 16:31:25 +01:00
Joakim Nohlgård
aba4e719eb
cpu/stm32f0: Use {} notation for empty while loops
2016-03-03 16:30:06 +01:00
Joakim Nohlgård
f551850642
cpu/nrf51: Use {} notation for empty while loops
2016-03-03 16:30:06 +01:00
Joakim Nohlgård
8a76ddbaf7
cpu/msp430fxyz: Use {} notation for empty while loops
2016-03-03 16:30:06 +01:00
Joakim Nohlgård
6a52296a35
cpu/lpc2387: Use {} notation for empty while loops
2016-03-03 16:30:06 +01:00
Peter Kietzmann
f7ddeb243e
Merge pull request #4934 from haukepetersen/opt_dueudoo_leds
...
boards/due|udoo: cleaned up LED handling
2016-03-03 16:26:13 +01:00
Cenk Gündoğan
5dda169145
Makefile.buildtest: set CCACHE_DIR only if defined
2016-03-03 14:59:31 +01:00
Cenk Gündoğan
e70c5d416e
Merge pull request #4787 from BytesGalore/doc_crypto_add_word_on_required_cflags
...
doc crypto: add word on using required `CFLAGS`
2016-03-03 13:36:27 +01:00
Oleg Hahm
cdd6878fca
Merge pull request #4942 from gebart/pr/clang-asm
...
cpu/cortexm_common: Fix inline asm for ARMv6-M so that it compiles in Clang as well
2016-03-03 12:53:24 +01:00
Martine Lenders
5a97eb3666
auto_init: Print correct SPI bus in DEBUG output
2016-03-03 12:44:51 +01:00
Frits Kuipers
33c7e93ef6
boards/nucleo-f401: I2C Feature for nucleo-f401 board
...
board/nucleo-f401: Closed comment group
Removed double features
2016-03-03 11:36:32 +01:00
Oleg Hahm
2b949fcce1
native: add debug-valgrind target
...
debug-valgrind-server: Starts valgrind as gdb-server (vgdb)
debug-valgrind: Connects to vgdb
2016-03-03 11:26:17 +01:00