1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

10546 Commits

Author SHA1 Message Date
Martine Lenders
65dba98951 Merge pull request #4963 from kaspar030/make_pkgdir_variable
make: introduce RIOTPKG variable
2016-03-05 22:52:59 +01:00
Michael Andersen
1082a93a42 ndp: fix neighbor advertisement byte ordering 2016-03-05 13:39:50 -08:00
c058e96b92 Merge pull request #4964 from kaspar030/fix-msba2-makefiles
board: msba2: fix msba2-common module name
2016-03-05 22:35:47 +01:00
910290ca45 Merge pull request #4578 from kaspar030/refactor_tcb_into_thread
core: rename tcb_t -> thread_t, move into thread.h
2016-03-05 21:15:45 +01:00
Michael Andersen
adb62f4b55 boards/cc2538dk: Overwrite JLink flash scripts 2016-03-05 12:07:49 -08:00
e168f49c86 dist: testrunner: kill whole process group of spawned process 2016-03-05 20:47:51 +01:00
b704d774f9 board: msba2: fix msba2-common module name 2016-03-05 20:41:30 +01:00
d7a10aa030 dist: travis-scripts/get-pkg-list.py: add python 3 pexpect pkg 2016-03-05 20:36:28 +01:00
test
f9905b5a0c tests: xtimer_msg_receive_timeout: speed up test 2016-03-05 20:36:28 +01:00
test
a9ef72ff02 tests: make use of testrunner 2016-03-05 20:36:28 +01:00
test
819dfacccc dist: add testrunner shared pexpect code 2016-03-05 20:36:28 +01:00
9bbf789d3a make: buildtest: build with -B 2016-03-05 18:47:07 +01:00
ed03204fe2 cpu: lpc11u34: gpio: adapt to thread.h 2016-03-05 18:20:17 +01:00
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