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

16267 Commits

Author SHA1 Message Date
Gaëtan Harter
383a69dfd2 cpu/mips32r2_common: prefix modules with mips32r2_common namespace
This prevents clash between modules names cpu and periph with main cpus.

Add dependency management in Makefile.include to keep things contained.
2017-11-24 16:44:46 +01:00
Gaëtan Harter
c835ddf4e9 cpu/mips32r2_common: only build newlib_syscalls_mips_uhi when needed 2017-11-24 16:44:46 +01:00
Gaëtan Harter
1a8bb14acc cpu/mips32r2_common: mips32r2_common/include INCLUDES path.
Add include path for 'eic_irq.h' file and fix c files relative include.

Also remove wrong include to it in 'mips_pic32_common'.
2017-11-24 16:44:46 +01:00
Gaëtan Harter
d864e79c4a cpu/mips32r2_common: Use common 'Makefile.include' for cpus
Use mips32r2_common 'Makefile.include' to simplify depending cpus:

'mips_pic32mx', 'mips_pic32mz' and 'mips32r2_generic'.
2017-11-24 16:44:46 +01:00
Gaëtan Harter
062fbd85ce cpu/mips32r2_generic: add new cpu that depends on mips32r2_common
Prepare to make `mips32r2_common` only a common cpu and not a standalone one.
2017-11-24 16:44:46 +01:00
831c639df5
Merge pull request #8135 from miri64/gnrc_rpl/fix/ms-sec-conversion
gnrc_rpl: gnrc_ipv6_nib: Fix second to millisecond conversion corner cases
2017-11-24 14:00:20 +01:00
Martine Lenders
2f8223106b
gnrc_ipv6_nib: fix ms to sec conversion for sending NDP PIOs 2017-11-24 13:52:20 +01:00
Martine Lenders
973007ad38
gnrc_ipv6_nib: fix ltime > MAX / 1000 corner case in NDP PIOs as well 2017-11-24 13:52:19 +01:00
Martine Lenders
63cc5f6751
gnrc_rpl: fix corner cases in sec/ms conversion in prefix lifetimes
Two edge cases were previously missed:

1. Infinite should stay infinite. Prefixes with infinite lifetimes
   should be advertised as such. Likewise, should prefixes with
   infinite lifetimes be added to the prefix list as such
2. Prefixes with lifetimes > (UINT32_MAX - 1) / 1000 should have the
   longest possible lifetime below infinite (UINT32_MAX - 1)

This fixes that.
2017-11-24 13:45:26 +01:00
Martine Lenders
c932c31f1d
Merge pull request #8131 from miri64/pkg/fix/emb6
emb6: API updates in hal_getrand()
2017-11-24 10:56:44 +01:00
Martine Lenders
3c499b2e54 emb6: Update periph_hwnrg CPP check 2017-11-24 10:49:47 +01:00
aff7d6ecd8
Merge pull request #8097 from miri64/gnrc_ipv6_nib/fix/reduce-unreachable-backoff
gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying reach to it
2017-11-24 01:05:55 +01:00
bd6baab16b
Merge pull request #8128 from miri64/gnrc_rpl/fix/fix-todos
gnrc_rpl: do some important TODOs (like prefix list handling and netif checks)
2017-11-24 00:30:39 +01:00
Martine Lenders
97b0db61ca gnrc_rpl: remove redundant iface variable 2017-11-24 00:20:32 +01:00
Martine Lenders
423fc74bd2 gnrc_rpl: fix check if DODAG-ID is on interface 2017-11-24 00:20:32 +01:00
Martine Lenders
279e19fe8a gnrc_rpl: properly handle prefix list 2017-11-23 22:56:55 +01:00
Martine Lenders
a3a97bac47
Merge pull request #8132 from bergzand/pr/rpl-dao-noprefix
gnrc_rpl: Exclude routes without next hop from DAO packets
2017-11-23 22:50:03 +01:00
3979ffcf1b gnrc_rpl: Exclude routes without next hop from DAO packets 2017-11-23 19:29:07 +01:00
87eac9668d
Merge pull request #8127 from miri64/gnrc_rpl/fix/transit-build
gnrc_rpl: fix abandoned packet bug in transit option build
2017-11-23 18:55:58 +01:00
Martine Lenders
a785ee5212
emb6: update PNRG access
This this build branch doesn't seem to be build, this slipped through
back, when the PNRG functions were renamed.
2017-11-23 18:54:40 +01:00
Martine Lenders
ec02458c55
gnrc_rpl: fix abandoned packet bug in transit option build
Due to the transit option build function being passed a NULL pointer,
the previous transit and target options are dropped (and never freed).

This fixes #8098 and #8126.
2017-11-23 18:43:36 +01:00
Martine Lenders
ba4631798c
Merge pull request #8029 from smlng/enh/make/develhelp
make: cleanup and centralise DEVELHELP setting
2017-11-23 18:37:40 +01:00
smlng
a05032f293 doc: describe usage of DEVELHELP 2017-11-23 18:13:55 +01:00
6b661bef04
Merge pull request #8119 from kaspar030/fix_cib
core: cib: fix overflow handling
2017-11-23 13:13:26 +01:00
Gaëtan Harter
48434e7ff6
Merge pull request #8104 from cladmi/pr/tests-gcoap
tests-gcoap: Fix resources order which should be sorted.
2017-11-23 13:00:07 +01:00
smlng
013f325569 tools: move sniffer to applications repo 2017-11-23 10:24:39 +01:00
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