Gaëtan Harter
e554a19756
makefiles/modules.inc.mk: remove deprecated FEATURE_PERIPH_ macros
...
`#ifdef FEATURE_PERIPH_NAME` usage should now be replaced by
`#ifdef MODULE_PERIPH_NAME`.
This deprecation was started by pull requests #8226 and #8227 .
2018-01-18 09:24:17 +01:00
Martine Lenders
585e9a23e6
examples: adapt border router for ZEP
2018-01-18 09:15:38 +01:00
Martine Lenders
28aa90df6f
tests: add tests for socket_zep
2018-01-18 09:15:38 +01:00
Martine Lenders
81ef15287a
native: provide socket-based ZEP device
2018-01-18 09:15:37 +01:00
cefb7974d7
Merge pull request #8210 from astralien3000/teensy31
...
boards/teensy31 : initial support of Teensy 3.1 & 3.2
2018-01-18 09:14:51 +01:00
3f990480d1
Merge pull request #7162 from kb2ma/nanocoap/msgid_byte_order
...
nanocoap: fix byte order of request message ID, and add test application
2018-01-17 22:59:07 +01:00
Sebastian Meiling
c8c62891e5
Merge pull request #7693 from kaspar030/improve_bitarithm
...
core: optimize bitarithm_lsb()
2018-01-17 20:55:44 +01:00
Sebastian Meiling
ba7cbd024e
Merge pull request #8227 from gebart/pr/micro-ecc-feature-periph
...
pkg/micro-ecc: Update FEATURE_PERIPH_HWRNG -> MODULE_PERIPH_HWRNG
2018-01-17 20:16:38 +01:00
Loïc Dauphin
f200c310ad
tests/unittests: add teensy31 to BOARD_INSUFFICIENT_MEMORY
2018-01-17 18:14:00 +01:00
Loïc Dauphin
3cbadad05b
boards/teensy31: initial support
2018-01-17 18:14:00 +01:00
Loïc Dauphin
86dec1b762
dist/tools: make teensy-loader-cli work on MACOSX
2018-01-17 18:14:00 +01:00
Loïc Dauphin
982f36cdb0
cpu/kinetis: add support of MK20D7
2018-01-17 18:13:59 +01:00
d27fa8efa5
Merge pull request #8214 from miri64/gnrc_ipv6/enh/simplify-netif-access
...
gnrc_ipv6: gnrc_icmpv6: simplify access to network interfaces
2018-01-17 17:02:55 +01:00
Martine Lenders
7c0bb427fa
gnrc_ipv6: gnrc_icmpv6: simplify access to network interfaces
2018-01-17 16:48:58 +01:00
Martine Lenders
60900d09e8
Merge pull request #8377 from bergzand/pr/gnrc_ipv6/ext_test
...
tests/gnrc_ipv6_ext: Increase ipv6 addr numof
2018-01-17 16:44:03 +01:00
b5dd8c3807
tests/gnrc_ipv6_ext: Increase ipv6 addr numof
2018-01-17 16:25:26 +01:00
Hyungsin
149914000f
sys/auto_init: add SAUL auto init for pulse counter
2018-01-17 06:29:05 -08:00
Hyungsin
a0587ca306
drivers/pulse_counter: initial implementation
2018-01-17 06:28:13 -08:00
smlng
928292f464
sys/shell: fix format error in debug output
2018-01-17 15:25:15 +01:00
smlng
eb3bfdf1d2
sys/vfs: fix format error in debug output
2018-01-17 15:25:15 +01:00
smlng
65b99c994d
gnrc/sixlowpan: fix format error in debug output
2018-01-17 15:25:15 +01:00
smlng
026bc281ae
gnrc/netif: fix format error in debug output
2018-01-17 15:25:15 +01:00
smlng
e017f8a5f1
core: fix format errors in debug output
2018-01-17 15:25:11 +01:00
Peter Kietzmann
65cd43e760
Merge pull request #8375 from dailab/openmote-jlink-fix
...
fixed wrong makefile variable name
2018-01-17 13:45:08 +01:00
Peter Kietzmann
384cc455fa
Merge pull request #8359 from aabadie/pr/nucleo64_btn_gpio
...
boards/common/nucleo: use inverted gpio for user button
2018-01-17 11:53:59 +01:00
Thomas Geithner
e849c6b083
boards/openmote-cc2538: fix programmer variable name
2018-01-17 11:47:58 +01:00
Peter Kietzmann
8428fe2df2
Merge pull request #8363 from smlng/board/remotes/fix_saul_btn
...
boards/remote: invert button logic in SAUL
2018-01-17 11:28:38 +01:00
99d484f336
cpu/cortexm_common: select bitarithm_lsb() by available instructions
2018-01-16 23:35:14 +01:00
Fanda Vacek
d1bdc077d4
examples: superfluous extern "C" in c++ example removed
2018-01-16 23:27:27 +01:00
499c1812b2
core/bitarithm: provide multiple implementations for bitarithm_lsb()
2018-01-16 22:55:26 +01:00
Sebastian Meiling
50f3d6a427
Merge pull request #7337 from kb2ma/gcoap/confirm_piggy_client
...
net/gcoap: Confirmable request with piggybacked ACK response
2018-01-16 20:35:32 +01:00
1ffbcb048a
Merge pull request #8371 from aabadie/pr/mulle_board_doxygen
...
boards/mulle: fix doxygen invalid use of '@brief'
2018-01-16 17:10:59 +01:00
9ecc80fb35
boards/mulle: fix doxygen invalid use of '@brief'
2018-01-16 16:08:41 +01:00
Sebastian Meiling
3d0f766c3a
Merge pull request #8367 from smlng/pkg/tinydtls/fix_implicit_fallthrough
...
pkg: disable implicit fallthroughs errors in tinydtls
2018-01-16 13:27:38 +01:00
Sebastian Meiling
0d1f40393f
Merge pull request #8362 from beduino-project/gcoap-check-for-ndebug
...
gcoap: check if NDEBUG is defined
2018-01-16 13:18:41 +01:00
Ken Bannister
5e1d3fe0ae
net/gcoap: Update doc for confirmable message
2018-01-16 06:37:29 -05:00
Ken Bannister
4223de6b8b
net/gcoap: automate retries for confirm timeout
2018-01-16 06:37:29 -05:00
Sören Tempel
89edc437d5
gcoap: remove the #ifdef DEVELHELP
...
To make sure the cf variable doesn't trigger an `unsed variable` warning
when compile with `-DNDEBUG`.
2018-01-16 11:06:28 +01:00
ef947831d1
Merge pull request #8366 from haukepetersen/add_board_ruuvitag_initial
...
boards: add support for nrf52-based RuuviTag
2018-01-16 11:05:02 +01:00
smlng
2608bc50c4
pkg: disable implicit fallthroughs errors in tinydtls
2018-01-16 10:56:50 +01:00
Hauke Petersen
a799b024fa
examples/gnrc_border_router: blacklist ruuvitag
2018-01-16 10:53:53 +01:00
Hauke Petersen
2b815a385a
boards: add support for nrf52-base RuuviTag
2018-01-16 10:53:53 +01:00
Ken Bannister
87e334a2d5
net/nanocoap: add macro for timeout calculation
2018-01-15 23:21:05 -05:00
Ken Bannister
d5e4da74bf
net/gcoap: improve validation of incoming message
2018-01-15 23:21:05 -05:00
Ken Bannister
4062b1f660
net/gcoap: populate confirm request attributes
...
Also, create resend_bufs array to store PDU for resend.
2018-01-15 23:21:05 -05:00
Hauke Petersen
45e0468ea4
tools/jlink: add RTT terminal support (term_rtt)
2018-01-15 23:01:34 +01:00
Hauke Petersen
8587ba0e67
boards/nrf52xxxdk: fix board name in doxygen
2018-01-15 23:01:34 +01:00
Hauke Petersen
89cdf584c9
boards/common/nrf52xxxdk: guard SAUL GPIO mappings
2018-01-15 23:01:34 +01:00
Hauke Petersen
761258cf3a
boards/common/nrf52xxxdk: move LED mask to board.h
2018-01-15 23:01:34 +01:00
steffen
1d38c7d939
drivers/lc709203f: Added support for the LC709203F Fuel Gauge
2018-01-15 17:48:27 +01:00