Johann Fischer
db2506822f
cpu/kinetis_common/periph/i2c.c: fix generating the STOP signal
...
This patch fix the bug in _i2c_receive. The STOP signal should be
generated before the reading from the data register because the
receiving of the next byte will be initiated by reading
the data register (dev->D).
2016-03-14 14:53:59 +01:00
Joakim Nohlgård
28aba6f2ab
Merge pull request #5013 from gebart/pr/gnrc-valid-uint32-max
...
gnrc: Set address valid lifetime to UINT32_MAX for border router scenario
2016-03-09 16:27:49 +01:00
Cenk Gündoğan
cfe47585f1
Merge pull request #5000 from OlegHahm/shell_txtsend_help
...
shell: improved online documentation for txtsnd
2016-03-09 15:25:07 +01:00
Joakim Nohlgård
ea8b0325eb
gnrc: Set address valid lifetime to UINT32_MAX for border router scenario
2016-03-09 14:26:17 +01:00
Oleg Hahm
1c260c2228
Merge pull request #4655 from bapclenet/SAML21/RTC
...
Driver RTC for the board SAML21 by FWX
2016-03-09 13:44:50 +01:00
Oleg Hahm
596c25daca
Merge pull request #4943 from gebart/pr/while-loops
...
Use {} notation for empty while loops
2016-03-09 13:42:32 +01:00
Oleg Hahm
6df4111e49
shell: improved online documentation for txtsnd
2016-03-09 13:41:21 +01:00
Oleg Hahm
114f2643fc
Merge pull request #5002 from OlegHahm/make_complains_about_empty_application_name
...
make: check if APPLICATION is set
2016-03-09 13:38:23 +01:00
Oleg Hahm
6bb6d1a1d6
Merge pull request #5008 from immesys/fix-stub
...
ndp: fix stub parameters
2016-03-09 13:36:49 +01:00
Baptiste
455555304c
SAML21/RTC: Add RTC driver
2016-03-09 09:28:42 +01:00
Michael Andersen
2f001776db
ndp: fix stub parameters
2016-03-08 23:21:16 -08:00
Oleg Hahm
0047fc9496
Merge pull request #4999 from OlegHahm/cortex_m4_more_ci_groups
...
ci: split up cortex_m4 in even more groups
2016-03-09 01:52:58 +01:00
Oleg Hahm
2c33e69def
Merge pull request #4995 from OlegHahm/conn_udp_doc_same_thread
...
doc: add notes that UDP receive functions must be called from same thread
2016-03-09 00:17:33 +01:00
Oleg Hahm
8986b98281
make: check if APPLICATION is set
...
Fixes #1282 .
2016-03-08 21:08:04 +01:00
Oleg Hahm
f576317194
ci: split up cortex_m4 in even more groups
2016-03-08 20:37:25 +01:00
Oleg Hahm
b61b8e9f00
sockets: add documentation about implicite binding
2016-03-08 19:48:20 +01:00
Oleg Hahm
ee0f31df9a
conn_udp: document correct create & recv usage
...
Both functions must be called from the same thread.
2016-03-08 19:48:20 +01:00
Joakim Nohlgård
49a7368c33
Merge pull request #4970 from kaspar030/fix_board_common_module_names
...
boards: fix board common module names
2016-03-08 14:06:03 +01:00
Martine Lenders
b38a06cf9e
Merge pull request #4983 from authmillenon/gnrc_netdev2_eth/fix/error-handling-on-send
...
gnrc_netdev_eth: handle error on iovec initialization.
2016-03-08 13:31:41 +01:00
kYc0o
afeaea02aa
Merge pull request #2652 from locicontrols/cc2538-uart-mis
...
cpu/cc2538: clear only the latched UART interrupt flags
2016-03-08 11:56:28 +01:00
10f190300e
Merge pull request #4969 from LudwigKnuepfer/pr/board-msb-430-doc
...
boards/msb-430: fix and improve documentation
2016-03-08 00:45:59 +01:00
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
Ludwig Knüpfer
9dd666768a
boards/msb-430: fix style
2016-03-07 22:45:09 +01:00
Ludwig Knüpfer
94709cfcdf
boards/msb-430: fix and improve Doxygen
...
Add reference URL, fix typos.
2016-03-07 22:45:08 +01:00
Ludwig Knüpfer
5ad3073a7d
boards/msb-430: fix components documentation
2016-03-07 22:45:08 +01:00
Martine Lenders
d8c3301492
gnrc_netdev_eth: handle error on iovec initialization.
2016-03-07 21:36:35 +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
db096931ac
boards: x86: fix x86-multiboot-common module name
2016-03-06 17:09:35 +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