Hauke Petersen
|
7a1fcdf0b8
|
Merge pull request #6469 from kb2ma/gcoap/observe
gcoap: Observe extension server
|
6 years ago |
Ken Bannister
|
3abff6d140
|
gcoap: Update example for Observe, including documentation.
|
6 years ago |
Hauke Petersen
|
92076cdf50
|
example/gnrc_border_router: use TERMDEPS
|
6 years ago |
Martine Lenders
|
0ec8593a71
|
Merge pull request #7089 from haukepetersen/fix_gcoap_minormisc
net/gcaop: misc. minor style fixes and optimizations
|
6 years ago |
Hauke Petersen
|
ba5635889c
|
net/gcoap: make gcoap_op_state return count directly
|
6 years ago |
kYc0o
|
a320b9458b
|
examples/gcoap: remove non-necessary dependencies
|
6 years ago |
Sebastian Meiling
|
dd4f8f7704
|
Merge pull request #6975 from OTAkeys/pr/ps_schedstatistics_fix
ps: fix schedstatistics
|
6 years ago |
Vincent Dupont
|
28b7385920
|
examples/default: fix schedstatistics example usage
|
6 years ago |
Kaspar Schleiser
|
8501a03cbc
|
cleanup: apply enable_debug_false.cocci to codebase (coccinelle)
Skipped sys/cbor/cbor.c, examples/microcoap_server/microcoap_sock.c,
as they use different semantics.
|
6 years ago |
Kaspar Schleiser
|
3d48eee095
|
cleanup: apply remove_atoi_casts.cocci (coccinelle)
|
6 years ago |
Kaspar Schleiser
|
f5a4124866
|
Merge pull request #6976 from miri64/conn/cleanup/rm
net: remove conn API
|
6 years ago |
Kaspar Schleiser
|
fc6560c118
|
examples/dtls-echo: remove unnused static property (coccinelle)
|
6 years ago |
Emmanuel Baccelli
|
0566adcfe4
|
Merge pull request #6981 from robertsipka/update_jerryscript
pkg/jerryscript: update jerryscript package with the latest version (56802c22)
|
6 years ago |
Alexandre Abadie
|
343f252e71
|
examples/emcute: fix typo in README
|
6 years ago |
Alexandre Abadie
|
7364192241
|
Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
examples/tests: remove redundant xbee config
|
6 years ago |
Martine Lenders
|
d141a23334
|
Merge pull request #6977 from rfuentess/nanocoap_fix
examples/nanocoap_server: FIX Configuration of the node as an IPv6 node
|
6 years ago |
Hauke Petersen
|
cb4b6b9f1d
|
examples/gnrc_min: remove redundant xbee config
|
6 years ago |
Martine Lenders
|
13770361bb
|
net: remove conn API
conn was deprecated in 38217347 . 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
|
6 years ago |
Robert Sipka
|
f393c015dd
|
pkg/jerryscript: update jerryscript package with the latest version (56802c22)
Also disabled to build jerry-libm because it is unused.
|
6 years ago |
kYc0o
|
4880ea3cc6
|
examples/gnrc_border_router: add commented lines for SLIP
|
6 years ago |
Raul Fuentes
|
07ecbe0cb3
|
Added the proper module for configuring the node as an IPv6 node.
|
6 years ago |
kYc0o
|
bd81e010f8
|
examples/gnrc_tftp: avoid to print NULL
|
6 years ago |
Neil Jones
|
0a3a67a9c4
|
examples/javascript: blacklist pic32-clicker.
|
6 years ago |
Neil Jones
|
0bafa33f28
|
examples: javascript: Blacklist pic32-wifire
|
6 years ago |
Neil Jones
|
1113b587c5
|
examples: gnrc_border_router: Blacklist all mips boards.
|
6 years ago |
Emmanuel Baccelli
|
b5676a8262
|
examples: add javascript example
|
6 years ago |
Thomas Eichinger
|
50ec6ffe2b
|
examples/gnrc_networking: fix comments
As the lines refered to in the comments are already commented out,
the correct thing to do to use them is to uncomment them.
|
6 years ago |
Alexandre Abadie
|
b0bc908918
|
examples: remove nucleo-f302 from memory greedy examples
|
6 years ago |
Alexandre Abadie
|
cc5034d67e
|
examples: remove nucleo32-l031 from memory intensive examples
|
6 years ago |
Martine Lenders
|
29842bb5e4
|
netdev2: rename to netdev and remove `gnrc_netdev`
With some minor hand-edits I used the following chain of commands:
```sh
git rm sys/include/net/gnrc/netdev.h
git grep --name-only -i netdev2 | \
xargs sed -i -e 's/^\(NETDEV\)2\(.*\)\( [("]\)/\1\2 \3/g' \
-e 's/\(netdev\)2\(.*\)\( \/\*\*<\)/\1\2 \3/I' \
-e 's/\(netdev\)2/\1/gI'
git add -p
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
grep "netdev2" | xargs -I'{}' dirname '{}' | uniq | \
grep "netdev2" | while read dir; do
new_dir="$(echo "$dir" | sed "s/netdev2/netdev/g")"
git mv -f "$dir" "$new_dir"
done
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
grep "netdev2" | while read file; do
new_file="$(echo "$file" | sed "s/netdev2/netdev/g")"
git mv -f "$file" "$new_file"
done
git commit --amend
git grep --name-only "\<drivers_netdev_netdev\>" | \
xargs sed -i "s/\<drivers_netdev_netdev\>/drivers_netdev_api/g"
git add -p
git commit --amend
```
|
6 years ago |
Vincent Dupont
|
ad0f0877cc
|
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
|
6 years ago |
Loïc Dauphin
|
4e68675656
|
examples: rename opencm9-04 into opencm904
|
6 years ago |
Alexandre Abadie
|
f2c693b220
|
examples: remove nucleo-l053 from memory intensive examples
|
6 years ago |
Martine Lenders
|
ae0d0a2634
|
Merge pull request #6623 from smlng/pr/net/add_static_ipv6_lladdr
add static IPv6 lladdr for tests
|
6 years ago |
Francisco Acosta
|
29753d6018
|
Merge pull request #6433 from aabadie/nucleo_l073
boards/nucleo-l073: initial support
|
6 years ago |
smlng
|
a2e7a2fea1
|
examples: add optional static link local ipv6 address in gnrc_networking
|
6 years ago |
Hauke Petersen
|
25b6138315
|
examples: added emCute (MQTT-SN) example
|
6 years ago |
Alexandre Abadie
|
e49727eda6
|
examples: exclude nucleo-l073 from memory greedy examples
|
6 years ago |
Alexandre Abadie
|
a4f3a9efd6
|
examples: add nucleo32-f031 to unsufficient memory boards
|
6 years ago |
zhuoshuguo
|
55a44470e0
|
gnrc: fix typos in README of gnrc_networking example.
|
6 years ago |
Peter Kietzmann
|
02f03beb5c
|
Merge pull request #6591 from haukepetersen/rm_ltc4150
drivers: remove outdated ltc4150 driver
|
6 years ago |
Ludwig Knüpfer
|
3bce74aee7
|
examples/gnrc_networking: update blacklist
NRF51822 based boards have enough memory for this project -> remove from `BOARD_INSUFFICIENT_MEMORY`
|
6 years ago |
Hauke Petersen
|
6e6a14f449
|
drivers: remove outdated ltc4150 driver
|
6 years ago |
Neil Jones
|
bc57f42a2a
|
gnrc_boarder_router: blacklist mips-malta board
No UART is available on the mips-malta board so blacklist this board.
|
6 years ago |
Simon Brummer
|
c6020cc100
|
examples: tests: move gnrc_tcp examples/ to tests/
|
6 years ago |
Kaspar Schleiser
|
e9849e660f
|
pkg: iotivity: temporarily remove
|
6 years ago |
Alexandre Abadie
|
0c1db826b5
|
Merge pull request #6403 from TizenTeam/sandbox/pcoval/on/master/patch
pkg: iotivity: Hide put_light function if not needed
|
6 years ago |
Martine Lenders
|
5ea160e6fe
|
Merge pull request #6004 from miri64/posix/enh/use-sock-for-sockets
posix_sockets: port to sock
|
6 years ago |
Martine Lenders
|
1ccdc4643f
|
posix_sockets: port to sock
|
6 years ago |
Hauke Petersen
|
67fdd43ba8
|
Merge pull request #6398 from phectori/maple-mini
Boards: Add Maple mini
|
6 years ago |