Martine Lenders
f6964c1065
tests/lwip_sock_tcp: make IPv4 address byteorder static
2018-10-16 19:09:23 +02:00
Martine Lenders
4934df3112
tests/lwip_sock_ip: make non-static consts static
2018-10-16 19:09:23 +02:00
Martine Lenders
73ec2ac652
tests/lwip_sock_ip: make IPv4 address byteorder static
2018-10-16 19:09:23 +02:00
Martine Lenders
6789a0b246
tests/lwip_sock_udp: make non-static consts static
2018-10-16 19:09:23 +02:00
Martine Lenders
a5370ff6df
tests/lwip_sock_udp: make IPv4 address byteorder static
2018-10-16 19:09:23 +02:00
77d97a6fa2
Merge pull request #9336 from jia200x/openthread_ftd
...
pkg/openthread: rework of FTD and MTD support
2018-10-16 17:23:55 +02:00
9f390f19c6
Merge pull request #10059 from miri64/pkg/enh/lwIP-2.1
...
lwip: Bump version to v2.1.0
2018-10-16 17:10:26 +02:00
José Alamos
b3ec93d957
Merge pull request #10088 from unwireddevices/riot-fix-adxl345
...
drivers/adxl345: fix ADXL345 driver
2018-10-16 16:34:41 +02:00
Kevin "Bear Puncher" Weiss
0628345364
Merge pull request #10093 from aabadie/pr/drivers/periph_eeprom_refactor
...
drivers/periph_eeprom: refactor implementation and test application
2018-10-16 16:30:40 +02:00
Martine Lenders
6911589989
Merge pull request #10102 from PeterKietzmann/pr_bitarithm_types
...
core/bitarithm: change types to `uintXX_t`
2018-10-16 16:09:08 +02:00
Jose Alamos
0ea488e2c4
examples/openthread: remove xtimer dependency
2018-10-16 15:25:44 +02:00
Jose Alamos
6541678fea
pkg/openthread: adapt to newer stdio uart header file
2018-10-16 15:25:44 +02:00
Jose Alamos
3a9665266e
pkg/openthread: replace sed by patch
2018-10-16 15:25:44 +02:00
Jose Alamos
b75ffb98da
examples/openthread: move test to examples
2018-10-16 15:25:44 +02:00
Jose Alamos
74ec336d03
pkg/openthread: move dependencies to pkg Makefile.dep
2018-10-16 15:25:44 +02:00
Jose Alamos
2bf6d01a87
pkg/openthread: add FTD and NCP support
2018-10-16 15:25:44 +02:00
Kevin "Bear Puncher" Weiss
7187bbf8cf
Merge pull request #9426 from gschorcht/esp32
...
ESP32 port
2018-10-16 15:24:25 +02:00
9a3e9ee03a
Merge pull request #9864 from SemjonKerner/fix_netdev_maxpacketsize
...
drivers/netdev_ieee802154: cleanup NETOPT_MAX_PACKET_SIZE
2018-10-16 14:58:37 +02:00
José Alamos
0c0ad8c92b
Merge pull request #10167 from cladmi/pr/llvm/docker/fix_cpp_path
...
llvm.inc.mk: completely replace detection of GCC includes
2018-10-16 14:05:25 +02:00
Sebastian Meiling
ca90f9db2c
Merge pull request #10087 from kb2ma/nanocoap/fix_response_type
...
net/nanocoap: fix response type
2018-10-16 13:41:20 +02:00
Semjon Kerner
5b0152f4f7
drivers/netdev_ieee802154: drop NETOPT_MAX_PKT_SIZE
2018-10-16 13:28:03 +02:00
Semjon Kerner
2728065be4
drivers/netdev_ieee802154: support NETOPT_MAX_PKT_SIZE
2018-10-16 13:27:21 +02:00
cladmi
1802e775ad
llvm.inc.mk: completely replace detection of GCC includes
...
This completely removes the hardcoded/os specific path setting for includes.
It directly queries gcc include directories.
It takes what was already done by `makefiles/libc/llvm.inc.mk`.
I replaced the `GCC_MULTI_DIR` handling by givining `CFLAGS_CPU` when
searching for include directories.
`CFLAGS` cannot be used as it will crash when `-target $(CPU_ARCH)` is
added.
It currently requires using deferred variables as `CFLAGS_CPU` can be
overwritten later in the build process.
2018-10-16 12:50:01 +02:00
e9a6ebc409
cpu: drivers/eeprom: refactor periph_eeprom implementation
2018-10-16 10:39:10 +02:00
a91b71a581
tests/periph_eeprom: add testrunner script
2018-10-16 10:39:10 +02:00
ae6028c749
tests/periph_eeprom: refactor test application + fix bounds
2018-10-16 10:39:10 +02:00
dfe03562a8
Merge pull request #7401 from dailab/Firefly
...
boards: add Zolertia Firefly board
2018-10-16 10:28:48 +02:00
Kevin "Bear Puncher" Weiss
f376b46691
Merge pull request #10150 from fedepell/arduino_2
...
sys/arduino: add arduino time functions micros() and delayMicroseconds()
2018-10-16 08:46:10 +02:00
Martine Lenders
1a3d84d932
tests/gnrc_sock_tcp: update INSUFFIENT_MEMORY for new build size
2018-10-15 21:40:31 +02:00
Martine Lenders
620befe9ea
lwip: move lwIP PSEUDOMODULES to pkg's Makefile.include
2018-10-15 21:40:31 +02:00
Martine Lenders
ab258b6783
lwip: provide patch to fix 6Lo hwaddr setting
...
Patch cherry-picked into upstream as [a47d30f].
[a47d30f]: http://git.savannah.nongnu.org/cgit/lwip.git/commit/?id=a47d30ffc7d36a79307486ca5e9a48f5bf89c7b6
2018-10-15 21:40:27 +02:00
Martine Lenders
fd69f2e63f
lwip_netdev: fix setting of link-local address for 6Lo
2018-10-15 21:32:34 +02:00
Martine Lenders
9cced4e806
tests/lwip_sock_udp: enlarge message queue due to more NDP messages
2018-10-15 21:32:34 +02:00
Martine Lenders
7fd55803ee
tests/lwip_sock_*: adapt for address zoning
2018-10-15 21:32:34 +02:00
Martine Lenders
6822f90004
lwip_sock: adapt for address zoning
2018-10-15 21:32:34 +02:00
Martine Lenders
aaa3861ab5
lwip: Bump version to v2.1.0
...
See release [blog] post for details.
[blog]: https://savannah.nongnu.org/forum/forum.php?forum_id=9248
2018-10-15 21:32:34 +02:00
Martine Lenders
dd30a51d2b
lwip: ignore address warnings
...
lwIP uses a lot of macro "magic" (including dereferencing then
pointerizing pointers again) that confuses the static code checker of
most compilers.
2018-10-15 21:32:31 +02:00
Martine Lenders
95c114bc35
lwip: remove patches
...
Moves lwIP to an integration scheme more similar to newer `pkg`s.
2018-10-15 21:31:45 +02:00
cladmi
089265f4aa
makefiles/vars.inc.mk: export CXXINCLUDES
...
It is used by Makefile.base so should be exported globally even if only
defined by `llvm.inc.mk` for the moment.
2018-10-15 21:00:20 +02:00
Gunar Schorcht
7fde6fc258
Merge pull request #6712 from aabadie/driver_vcnl4010
...
drivers/vcnl4010: initial implementation
2018-10-15 16:12:45 +02:00
Gunar Schorcht
dc6b193e2a
boards/esp32: fix of Arduino pinmap
2018-10-15 16:09:13 +02:00
f2c1355560
drivers/adxl345: move scale factor macro to internal implem
2018-10-15 15:00:04 +02:00
Leandro Lanzieri
7a39f03986
drivers/adxl345: Fix byte swap on reading function
2018-10-15 14:57:55 +02:00
Oleg Artamonov
acda8c8828
drivers/adxl345: macros cleanup
2018-10-15 14:57:55 +02:00
Oleg Artamonov
631c16fdb1
drivers/adxl345: fix range values
2018-10-15 14:57:55 +02:00
Oleg Artamonov
de5f38d134
drivers/adxl345: fix scale factor calc
2018-10-15 14:57:55 +02:00
Oleg Artamonov
fb65067d3a
drivers/adxl345: fix ADXL345 driver
2018-10-15 14:57:55 +02:00
José Alamos
3849c4b3b7
Merge pull request #9524 from aabadie/pr/pkg/semtech-loramac_eeprom
...
pkg/semtech-loramac: use internal eeprom to store lorawan config (deveui, appeui, etc)
2018-10-15 14:51:04 +02:00
91d57ca235
tests/pkg_semtech-loramac: cleanup README formatting
2018-10-15 14:15:29 +02:00
e73e8ca185
tests/pkg_semtech-loramac: update application README
...
Add note about save and erase loramac subcommands
2018-10-15 14:15:29 +02:00