Ian Martin
|
705879741c
|
cpu/cc2538: use the MCU's default UART FIFO interrupt levels
|
2016-03-07 17:52:06 -05:00 |
|
Ian Martin
|
5f05a956db
|
cpu/cc2538: clear only the latched UART interrupt flags
Otherwise incoming bytes can remain in the receive FIFO indefinitely.
|
2016-03-07 17:52:06 -05:00 |
|
|
f488998c3f
|
Merge pull request #3723 from A-Paul/test_thread_flood
tests: Adding test for thread_create
|
2016-03-07 23:47:34 +01:00 |
|
|
fd703188b6
|
Merge pull request #4984 from kaspar030/fix_cc2538_periph_conf
cpu: cc2538: add missing include to periph_cpu.h
|
2016-03-07 23:39:33 +01:00 |
|
|
a6a98dc5a9
|
cpu: cc2538: add missing include to periph_cpu.h
|
2016-03-07 23:25:20 +01:00 |
|
Peter Kietzmann
|
e5500072d2
|
Merge pull request #4957 from botmayank/develop
stm32f0: GPIO enable IRQ for EXTI0_1
|
2016-03-07 21:36:15 +01:00 |
|
Martine Lenders
|
32e0c7ae66
|
Merge pull request #4636 from authmillenon/ieee802154/enh/general-hdr
ieee802154: provide general header build and read functions
|
2016-03-07 21:02:52 +01:00 |
|
Martine Lenders
|
dc16cb188a
|
Merge pull request #4433 from aeneby/openmote-cca
Update OpenMote board header file to define UPDATE_CCA
|
2016-03-07 20:02:45 +01:00 |
|
kYc0o
|
740635daaa
|
Merge pull request #3765 from locicontrols/cc2538-i2c
cpu/cc2538: add periph/i2c driver
|
2016-03-07 18:22:32 +01:00 |
|
Martine Lenders
|
ab0505dfff
|
tests: provide unittests for ieee802154 module
|
2016-03-07 16:40:30 +01:00 |
|
Martine Lenders
|
399b8026d3
|
ieee802154: provide general header build and read functions
|
2016-03-07 16:40:30 +01:00 |
|
Peter Kietzmann
|
dcc58da35a
|
Merge pull request #4959 from shady33/fix-stm32l1-timer
Mistyped argument name
|
2016-03-07 15:50:12 +01:00 |
|
botmayank
|
35154e0c84
|
cpu/stm32f0: GPIO enable IRQ for EXTI0_1
Removed unnecessary EXTI2_3 interrupt enable
cpu/stm32f0: gpio removed trailing whitespace
|
2016-03-07 14:18:39 +01:00 |
|
lakshbhatia
|
773453e187
|
stm32l1/timer: fix callback argument initialization
|
2016-03-07 12:41:15 +01:00 |
|
Peter Kietzmann
|
2f0b4c20bf
|
Merge pull request #4849 from haukepetersen/add_test_leds
tests: added test for on-board LED macros
|
2016-03-07 09:42:13 +01:00 |
|
Martine Lenders
|
cba05cc028
|
Merge pull request #4873 from Yonezawa-T2/zero_udp_checksum
udp: fixed a corner case for checksum computation.
|
2016-03-07 09:21:24 +01:00 |
|
Martine Lenders
|
9201063bd1
|
Merge pull request #3307 from OlegHahm/sixlowpan-tests_0
unittests: initial import of 6LoWPAN tests
|
2016-03-07 09:16:05 +01:00 |
|
Martine Lenders
|
1a34075388
|
Merge pull request #4972 from kaspar030/higher_testrunner_default_timeout
dist: tools: testrunner: increase default timeout to 10 secs
|
2016-03-07 08:29:18 +01:00 |
|
Yonezawa-T2
|
b1dd2818fe
|
udp: discard UDP packets with zero checksum.
RFC 2460 Section 8.1
> IPv6 receivers must discard UDP packets containing a zero checksum,
> and should log the error.
|
2016-03-07 15:46:29 +09:00 |
|
|
18e55c6f67
|
dist: tools: testrunner: increase default timeout to 10 secs
|
2016-03-07 01:56:39 +01:00 |
|
Martine Lenders
|
c72bae6dba
|
Merge pull request #4968 from immesys/fix-ndp
ndp: fix neighbor advertisement byte ordering
|
2016-03-06 21:18:28 +01:00 |
|
Oleg Hahm
|
e0c38f9899
|
unittests: initial import of 6LoWPAN tests
|
2016-03-06 21:00:24 +01:00 |
|
Oleg Hahm
|
4bc7028d1f
|
Merge pull request #4733 from immesys/feature-fix-jlink
Fix JLink flash scripts
|
2016-03-06 20:19:46 +01:00 |
|
|
d005861f5c
|
Merge pull request #4966 from kaspar030/buildtest_always_rebuild
make: buildtest: build with -B
|
2016-03-06 00:44:31 +01:00 |
|
Martine Lenders
|
cf9bef8f16
|
Merge pull request #4965 from kaspar030/add_testrunner
tests: add shared pexpect test code
|
2016-03-05 23:59:29 +01:00 |
|
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 |
|