ce58399fbd
Merge pull request #31 from miri64/tests/enh/cib
...
tests: add #8117 test case for cib.h unittests (+ some enhancements)
2017-11-23 10:07:46 +01:00
Martine Lenders
8d71f250d1
tests: add #8117 test case for cib.h unittests
2017-11-22 18:23:34 +01:00
Martine Lenders
56ec27cf6f
tests: adapt cib.h unittests for variable cib size
2017-11-22 18:23:07 +01:00
a8ec624ac4
core: cib: fix overflow handling
2017-11-22 17:53:16 +01:00
Martine Lenders
b2b2071142
Merge pull request #8111 from hahchenchen/tests-cc110x
...
cc110x-netdev.c: add NETOPT_ADDR_LEN.
2017-11-22 16:23:05 +01:00
Sichen Zhao
827ffbd048
cc110x-netdev.c: add NETOPT_ADDR_LEN.
2017-11-22 22:06:31 +08:00
6ce01029ce
Merge pull request #8110 from aabadie/pr/fix_bmx280
...
tests/driver_bmx280: fix displayed temperature when negative
2017-11-22 15:01:37 +01:00
5f0eae18b3
tests/driver_bmx280: fix displayed temperature when negative
2017-11-22 14:34:11 +01:00
612d49db3e
Merge pull request #7688 from haukepetersen/opt_stm32l4_isrvectors
...
cpu/stm32l4: optmized isr vector definitions
2017-11-22 14:02:10 +01:00
Hauke Petersen
58567ae33f
cpu/stm32l4: optmized isr vector definitions
2017-11-22 13:53:39 +01:00
562474f975
Merge pull request #7280 from smlng/driver/hts221
...
drivers: hts221 humidity and temperature sensor
2017-11-22 13:19:46 +01:00
smlng
df2b65a1dd
driver, hts221: add SAUL adaption
2017-11-22 11:33:54 +01:00
Peter Kietzmann
2c46e0928e
Merge pull request #7938 from bergzand/mrf24j40-bcast2
...
drivers/mrf24j40: fix radio ack request enabling
2017-11-22 08:15:27 +01:00
6df40262ca
Merge pull request #8103 from miri64/gnrc/doc/link-local-behavior
...
gnrc: note behavior for link-local addresses
2017-11-21 19:00:59 +01:00
Gaëtan Harter
f584a8fab7
tests-gcoap: Fix resources order which should be sorted.
...
gcoap documentation says for `resources`:
First element in the array of resources; must order alphabetically
So make tests respect the API.
2017-11-21 18:04:18 +01:00
Gaëtan Harter
c450b4ce0e
tests-gcoap: fixup typo ressources->resources
2017-11-21 18:01:41 +01:00
Martine Lenders
1ac544268e
gnrc: note behavior for link-local addresses
2017-11-21 17:48:16 +01:00
8158a273c7
Merge pull request #8093 from miri64/gnrc_ipv6_nib/fix/unreachable-behavior
...
gnrc_ipv6_nib: various fixes regarding UNREACHABLE state
2017-11-21 17:41:55 +01:00
d8073e9b3d
Merge pull request #8095 from miri64/tests/fix/nib-forw
...
examples: tests: adapt udp shell commands for new forwarding engine
2017-11-21 17:24:28 +01:00
Martine Lenders
4476d340f0
gnrc_ipv6_nib: remove trailing semicolon in ARSM macro
2017-11-21 17:21:34 +01:00
Martine Lenders
5b747e2629
gnrc_ipv6_nib: cap-off NS sent to prefent overflows
2017-11-21 17:21:34 +01:00
Martine Lenders
168228ddc9
gnrc_ipv6_nib: do not try to re-register to an unreachable router
2017-11-21 17:21:33 +01:00
Michael Gielda
512445a66f
Update README.md for release 1.1 + link to docs
2017-11-21 15:22:55 +01:00
Martine Lenders
61b539abf9
gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying to it
...
When a neighbor becomes UNREACHABLE which causes neighbor solicitations
to be send only up to every minute. If the medium is very busy this can
easily get lost, basically causing the neighbor never to be reachable
again from the perspective of the sending node. To fix this the backoff
is reduced to its start value, every time a packet is sent to that
neighbor.
2017-11-21 11:38:45 +01:00
Hauke Petersen
e5083ab5b7
Merge pull request #8047 from basilfx/feature/ikea-tradfri
...
boards: ikea-tradfri: add support
2017-11-21 11:17:10 +01:00
Martine Lenders
08964079e0
examples: tests: adapt udp shell commands for new forwarding engine
...
The NIB's forwarding engine behaves more correctly than GNRC's old
forwarding engine in that link-local addresses require also an
interface to be provided to be meaningful. As with other commands this
is simplified for the special case that there only is one interface
that that interface is chosen.
2017-11-21 10:40:01 +01:00
smlng
697ff44ce1
tests: add hts211 driver test app
2017-11-21 09:42:08 +01:00
smlng
55cda8d8ab
drivers: add hts221 temperature and humidity sensor
2017-11-21 09:42:07 +01:00
15f10b088c
Merge pull request #8015 from haukepetersen/fix_stm32_isrvectors
...
cpu/stm32f0: fix missing isr vectors
2017-11-21 09:16:50 +01:00
Dylan Laduranty
f3b277dcc4
Merge pull request #8070 from aabadie/pr/sx127x_minor_enhancement
...
drivers/sx127x: fix iq_invert bug, build issue with SX1272 and minor enhancements
2017-11-20 21:19:30 +01:00
Bas Stottelaar
c51948ce9c
boards: ikea-tradfri: add support for board.
2017-11-20 17:38:19 +01:00
Bas Stottelaar
db214508cb
cpu: efm32mg1p: add support for the efr32mg1p132f256gm32.
2017-11-20 17:38:05 +01:00
smlng
a7bc9afc4b
make: allow for DEVELHELP env variable
2017-11-20 15:56:36 +01:00
b561e84b7f
Merge pull request #8091 from miri64/gnrc_ipv6_nib/fix/rereg-retrans-unit
...
gnrc_ipv6_nib: fix retransmission timeout unit for address re-registration
2017-11-20 15:42:59 +01:00
e5cf4a5396
Merge pull request #8089 from miri64/gnrc_netif/fix/add-sol-nodes
...
gnrc_netif: join/leave solicited nodes IPv6 address add/remove
2017-11-20 14:35:49 +01:00
42cc437405
Merge pull request #8092 from miri64/gnrc_netif/fix/array-get
...
gnrc_netif: fix GNRC_NETAPI_GET of arrays
2017-11-20 14:33:42 +01:00
Martine Lenders
564d3c7581
gnrc_ipv6_nib: remove now duplicate join to sol. nodes
2017-11-20 14:22:55 +01:00
Martine Lenders
d4e60dae2e
gnrc_netif: join/leave solicited nodes IPv6 address add/remove
2017-11-20 14:22:55 +01:00
Martine Lenders
10b74740eb
gnrc_netif: fix GNRC_NETAPI_GET of arrays
...
The target array currently moves with the loop instead of with the
results. This fixes that.
2017-11-20 14:18:09 +01:00
Martine Lenders
8c4eb43701
gnrc_ipv6_nib: fix retrans. timeout unit for address re-registration
2017-11-20 13:52:37 +01:00
460d3c44fe
Merge pull request #8087 from miri64/gnrc_ipv6_nib/fix/stray-assert
...
gnrc_ipv6_nib: Remove stray assert() in _handle_aro()
2017-11-20 12:07:58 +01:00
bba3943d59
tests/driver_sx127x: fix typo in displayed message
2017-11-20 11:08:06 +01:00
7c7a5189d2
drivers/sx127x: fix build issue when building for SX1272
2017-11-20 11:07:13 +01:00
8454beee00
drivers/sx127x: fix wrong IQ invert value when setting RX mode
2017-11-20 11:06:46 +01:00
1387945461
drivers/sx127x: expose iq_invert via netdev, add tx power getter
2017-11-20 11:04:41 +01:00
81f13936ee
drivers/sx127x: remove time on air from packet info
2017-11-20 11:04:41 +01:00
9858e9e8bf
Merge pull request #5341 from cgundogan/pr/make/iotlab-testbed_target_var
...
dist: make: iotlab: use target specific var assignment
2017-11-20 08:20:03 +01:00
Martine Lenders
12261a3e69
gnrc_ipv6_nib: Remove stray assert() in _handle_aro()
...
This assertion doesn't make any sense. The function is called by
_copy_and_handle_aro() on a router which causes `nce` to be NULL
(because there is no NCE known yet) and then the function called
directly after (_reg_addr_upstream()) checks if `nce` might be NULL and
creates an NCE if necessary.
2017-11-20 06:41:08 +01:00
Cenk Gündoğan
31293b63cd
dist: make: iotlab: use target specific var assignment
2017-11-20 00:46:31 +01:00
Martine Lenders
8a79b6739a
Merge pull request #8010 from cgundogan/pr/rpl_nib
...
gnrc_rpl: port to nib
2017-11-20 00:42:03 +01:00