Ken Bannister
424a01ddc1
net/gcoap: remove gcoap attributes from coap_pkt_t
2018-11-24 07:09:25 -05:00
Ken Bannister
f8e5b3dee3
net/gcoap: update tests for nanocoap options API
2018-11-24 07:09:25 -05:00
Ken Bannister
034c78d51c
net/gcoap: move macros to implementation file
2018-11-24 07:09:25 -05:00
Ken Bannister
f0b966d65d
net/gcoap: Use nanocoap options API
...
Observe still uses coap_pkt_t attribute.
2018-11-24 07:09:25 -05:00
Ken Bannister
fa5ab4eeb6
net/gcoap: Add format option to nanocoap
2018-11-24 07:09:25 -05:00
Martine Lenders
78164977d8
Merge pull request #10223 from kb2ma/nanocoap/string_opt_first_char
...
net/nanocoap: fix string option separator write handling
2018-11-22 16:43:45 +01:00
Ken Bannister
fa77929cc7
net/nanocoap: fix string option separator handling
...
Assumed initial character was a separator when writing the option,
and skipped over it.
2018-11-22 09:25:05 -05:00
Gaëtan Harter
79b0a5500e
Merge pull request #10391 from cladmi/pr/make/scan_build_integration
...
makefiles/scan-build: separate scan-build-analyze and make it produce an error
2018-11-22 15:22:36 +01:00
Martine Lenders
6627e4061c
Merge pull request #10251 from jcarrano/travis-use-riotdocker
...
travis.yml: use the same image as Murdock.
2018-11-22 14:21:14 +01:00
Martine Lenders
eaabd47dd8
Merge pull request #10275 from gebart/at86rf2xx/ed-overhaul
...
at86rf2xx: refactor received frame ED processing
2018-11-22 14:20:05 +01:00
José Alamos
1cb780ea26
Merge pull request #10447 from miri64/gnrc_pktbuf/feat/merge
...
gnrc_pktbuf: add gnrc_pktbuf_merge()
2018-11-22 13:58:14 +01:00
Juan Carrano
8808096e2c
travis.yml: use the same image as Murdock.
...
It does not make sense to do the static tests in a diferent image than
the compilation tests.
This commit updates the travis config to use the riotbuild image (the same
as murdock). This should fix the issues with old doxygen versions reporting
issues that are not, and also simplify the CI maintainance.
2018-11-22 13:37:12 +01:00
Joakim Nohlgård
52c9ce5d85
Merge pull request #10452 from aabadie/pr/testbed-support/iotlab-single-update
...
dist/testbed-support: add frdm-kw41z in iotlab archis
2018-11-22 13:33:04 +01:00
Martine Lenders
3771e6a2c4
Merge pull request #10425 from bergzand/pr/cc2538_rf/undedup_address
...
cc2538_rf: Don't use netdev_ieee802154_t for link layer address
2018-11-22 12:45:52 +01:00
Lotte Steenbrink
ac2966cc28
Merge pull request #10260 from Lotterleben/examples_gnrc_net_fix_404s
...
examples/gnrc_networking/README.md: fix 404s
2018-11-22 12:34:51 +01:00
Martine Lenders
8644b5c33e
gnrc_pktbuf: fix documentation formatting on gnrc_pktbuf_merge()
2018-11-22 11:35:39 +01:00
Tobias Heider
b4f7259a93
tests: add gnrc_pktbuf_merge() unittests
2018-11-22 11:13:33 +01:00
Tobias Heider
f03247e752
gnrc_pktbuf: add gnrc_pktbuf_merge()
...
Co-Authored-By: Martine Lenders <m.lenders@fu-berlin.de>
2018-11-22 11:13:33 +01:00
17c7ad89a9
dist/testbed-support: add frdm-kw41z in iotlab archis
2018-11-22 10:56:50 +01:00
Gunar Schorcht
54492ef4d9
Merge pull request #10451 from leandrolanzieri/pr/esp8266/i2c_buses_array
...
cpu/esp8266: Fix i2c buses array #ifdef
2018-11-22 10:21:11 +01:00
059af13933
Merge pull request #10306 from aabadie/pr/drivers/mma8x5x_update
...
drivers/mma8x5x: remove useless type from initialization parameters
2018-11-22 10:18:43 +01:00
MichelRottleuthner
1be4d15a4e
Merge pull request #10390 from PeterKietzmann/pr_mega2560_puf_seed
...
cpu/atmega_common: add mega2560 puf_sram feature
2018-11-22 09:57:19 +01:00
Hauke Petersen
b6c5963c95
Merge pull request #10446 from haukepetersen/add_netdev_notsupstubs
...
netdev: add stubs for get/set not implemented
2018-11-22 09:47:06 +01:00
Leandro Lanzieri
566ef9f117
cpu/esp8266: Fix i2c buses array definition
2018-11-22 08:09:35 +01:00
Leandro Lanzieri
b2b7a54470
Merge pull request #10449 from smlng/pr/lorabox/gpio_irq
...
boards: add feature periph_gpio_irq to lobaro-lorabox
2018-11-22 08:07:07 +01:00
Lotte Steenbrink
ea18d6ecab
examples/gnrc_networking/README.md: fix 404s
2018-11-22 00:11:50 +01:00
Sebastian Meiling
5b118df6b1
boards: add feature periph_gpio_irq to lobaro-lorabox
2018-11-21 17:35:49 +01:00
Hauke Petersen
755113d921
pkg/softdevice: use netdev_set_notsup()
2018-11-21 14:33:22 +01:00
Hauke Petersen
a07e71418e
drivers/slipdev: use netdev_set_notsup()
2018-11-21 14:33:22 +01:00
Hauke Petersen
7af516a618
netdev: add funcs for declaring get/set as notsup
...
This commit adds two convenience functions that allow to declare
get() and/or set() as not supported when declaring a
netdev_driver struct.
2018-11-21 14:33:22 +01:00
Juan I Carrano
68d68d18b4
Merge pull request #10362 from gschorcht/esp32_compile_fix
...
cpu/esp32: fixes compile problems
2018-11-21 14:18:15 +01:00
Hauke Petersen
3df1a82ceb
Merge pull request #10437 from miri64/doc/fix/gnrc_netapi-author-tag
...
gnrc_netapi: move author tag into file context
2018-11-21 12:40:32 +01:00
472f1efa4c
Merge pull request #10433 from aabadie/pr/testbed-support/iotlab_single_samr30
...
dist/tools/tested-support: fix samr30 archi mapping
2018-11-21 12:40:22 +01:00
99fa0e9cf8
dist/tools/tested-support: update samr30 archi mapping
...
The archi was changed in IoT-LAB: samr30:at86rf215 => samr30:at86rf212b
2018-11-20 21:39:12 +01:00
Martine Lenders
455cdcd00c
Merge pull request #10438 from miri64/gnrc_netapi/enh/const-data-set
...
gnrc_netapi: declare `data` for set function as const
2018-11-20 15:15:46 +01:00
Martine Lenders
8f5f4a370d
gnrc_netapi: declare data
for set function as const
2018-11-20 11:59:38 +01:00
Martine Lenders
633b876c92
gnrc_netapi: move author tag into file context
...
Otherwise, the authorship is associated with `GNRC_NETAPI_MSG_TYPE_RCV`
in the rendered doc.
2018-11-20 11:09:08 +01:00
5436f84449
boards/microbit: auto include mma8653 driver with saul
2018-11-20 10:42:14 +01:00
b089b9076f
boards/microbit: remove useless MMA8X5X_TYPE param
2018-11-20 10:42:14 +01:00
1279697f9f
tests/driver_mma8x5x: adapt README with type param removal
2018-11-20 10:42:14 +01:00
a63d76b346
drivers/mma8x5x: remove use of type param
...
Driver now accepts all variants of the driver
2018-11-20 10:41:45 +01:00
PeterKietzmann
8d11ca417f
cpu/atmega_common: add mega2560 puf_sram feature
2018-11-20 09:45:32 +01:00
MichelRottleuthner
e0e02c04c8
Merge pull request #10386 from PeterKietzmann/pr_puf_variables_move
...
sys/puf_sram: CPU specific variable allocation
2018-11-20 09:21:25 +01:00
PeterKietzmann
0be350e352
sys/puf_sram: CPU specific attributes for variables
2018-11-20 08:34:53 +01:00
Gunar Schorcht
2a7c33bdf6
cpu/esp32: fixes compile problems
2018-11-20 00:49:33 +01:00
d15f287312
Merge pull request #10414 from gebart/frdm-kw41z/btn-macros
...
frdm-kw41z: Define BTNx macros for user pushbuttons
2018-11-19 16:14:05 +01:00
Kevin "Bear Puncher" Weiss
58500f92c5
Merge pull request #10179 from cladmi/pr/dist/tools/build_system/check
...
dist/tools: add build system sanity check script
2018-11-19 15:29:11 +01:00
Kevin "Bear Puncher" Weiss
c7894d2bfc
Merge pull request #10385 from PeterKietzmann/pr_tests_puf_args
...
tests/puf_sram: add input args to automation script
2018-11-19 09:54:48 +01:00
Joakim Nohlgård
126f232cc6
Merge pull request #10394 from aabadie/pr/boards/frdm-kw41z-update-i2c
...
boards/frdm-kw41z: update i2c configuration
2018-11-19 08:17:50 +01:00
Joakim Nohlgård
c5ebf60bf2
Merge pull request #10408 from aabadie/pr/board/frdm-kw41z-auto-fxos8700
...
boards/frdm-kw41z: autoload fxos8700 with saul_default
2018-11-17 23:16:46 +01:00