Philippe Coval
d587cf38df
pkg: iotivity: Hide put_light function if not needed
...
Without this change it fails to build from source:
client_switch.c:80:1:\
error: ‘put_light’ defined but not used [-Werror=unused-function]
At least with BOARD=arduino-mega2560, now all iotivity examples are building.
Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: I6b2af5ab6b8bf20e848dcd30d580990006c950e7
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
6 years ago
Oleg Hahm
df7927dc94
shell: introduce txtsnd pseudomodule
...
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
6 years ago
Alexandre Abadie
5857e8d24a
examples/nanocoap_server: add coap resource accepting GET and PUT requests in nanocoap example
6 years ago
Martine Lenders
74342ee4df
nanocoap_example: make example a host instead of router
6 years ago
Martine Lenders
444a90891b
microcoap_example: make example a host instead of router
6 years ago
Hauke Petersen
b5e147c56f
examples: added stand-alone SAUL example
6 years ago
Hauke Petersen
1469d46501
test/examples/make: inc all of SAUL on saul_default
...
- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
6 years ago
Alexandre Abadie
cfa2beadf5
examples/nanocoap_server: update nanocoap version
6 years ago
Hauke Petersen
cb3dcaaf5d
boards/nrf52dk: use nrfmin driver
6 years ago
Hauke Petersen
9845e71106
examples/default: enabled netif for microbit
6 years ago
Hauke Petersen
86531a0786
examples/gnrc_minimal: adapted XBee config
6 years ago
Hauke Petersen
83d206e2b0
drivers/xbee: adapted to netdev2
6 years ago
Vincent Dupont
1a12a40110
boards/nucleo-f042: initial support
6 years ago
Alexandre Abadie
3b1d67badd
sys/arduino: make arduino sketch works on avr based boards
6 years ago
Cenk Gündoğan
a5ffbeedf9
dist: examples: fix minor typos
6 years ago
smlng
911c5e8114
cppcheck: fix warning in ccn-lite example
6 years ago
Kaspar Schleiser
f44763f346
make: adapt Makefiles to AD -> Q rename
6 years ago
Alexandre Abadie
2daa4e399d
nanocoap/example: add README file
6 years ago
Alexandre Abadie
cdbe37cfde
example/microcoap_server: fix link local address
6 years ago
Mattia Antonini
3f18bf0eb4
IoTivity Pkg for RIOT-OS
6 years ago
Joakim Nohlgård
7c48c891a0
xtimer: Update xtimer usage to match API changes
6 years ago
Hauke Petersen
c1f308ba85
examples: blacklisted calliope-mini
6 years ago
Kaspar Schleiser
b6de3fe29c
examples: nanonet: add comment regarding resource sorting
6 years ago
Hauke Petersen
4040493e2c
examples: blacklisted microbit for insufficiant RAM
6 years ago
Martine Lenders
21c4cb41ff
tinydtls: fix for build system fix
6 years ago
Martine Lenders
61531451f2
examples: fix off-by-one error in TinyDTLS example
6 years ago
Alexandre Abadie
58983de28a
examples/gnrc_networking: fix custom channel definition
6 years ago
Ken Bannister
1783c9c672
gcoap: CLI example
6 years ago
Martine Lenders
afe5ebee80
dtls: Temporary fix example for #6022
...
Seems like DTLS is also affected
6 years ago
Raul Fuentes
cf64aba1c8
TinyDTLS: integration into RIOT (without sockets)
...
Support for TinyDTLS (0.8.6) is added together an example at 'examples/dtls-echo'.
6 years ago
Kaspar Schleiser
abb6ac078b
examples: nanocoap_server: initial commit
6 years ago
Martine Lenders
27bb45fa79
examples: port microcoap example to sock
6 years ago
Martine Lenders
6104d44cbe
examples: fix default channel setting for all radios
...
The config assumed it was a 2.4 GHz radio. This solution isn't perfect
either but eliminates a few more cases.
6 years ago
Alexandre Abadie
1659f56904
boards/nucleo-f070: initial support for nucleo-f070 board
6 years ago
Martine Lenders
0016463687
all: fix for new netreg_entry_t structure
6 years ago
Martine Lenders
dc45cd2610
gnrc: use new netreg helper functions everywhere
6 years ago
Alexandre Abadie
3f29e77a4c
boards/nucleo-f030: initial support
6 years ago
Cenk Gündoğan
326a55caef
examples/gnrc_networking: use netstats_rpl
6 years ago
Cenk Gündoğan
c0f05a8a88
examples: ccn-lite-relay: minor doc fix
6 years ago
Martine Lenders
3b4f025e5d
gnrc_border_router: use start_network.sh script as for term target
7 years ago
Kaspar Schleiser
b3a061e0ab
sys: remove config module
7 years ago
Michael Frey
d36712be88
update line number of ndn.lua
...
The ndn.lua file in the ndn-tools repository was changed most recently. Hence, the old line number in the wireshark dissector section was pointing to the wrong line.
7 years ago
Oleg Hahm
99e3a22d63
examples: open first interface automatically
7 years ago
Oleg Hahm
8ebdf39d14
examples: use RONR for ccn-lite-relay
7 years ago
Joakim Nohlgård
c0ad83c167
tests: Update xtimer_usleep_until usage to xtimer_periodic_wakeup
7 years ago
Alexandre Abadie
87ca058417
makefiles: expose a single DEFAULT_CHANNEL variable
7 years ago
Alexandre Abadie
abe5c19407
dist/tools: make ethos baudrate configurable
7 years ago
Aaron Sowry
71597f4735
examples/default: Include boards with cc2538 RF support
7 years ago
Hauke Petersen
32be958eeb
examples/default: add z1 and telosb for radio
7 years ago
Alexandre Abadie
83f2b0a131
examples/microcoap_server: fix .well-known/core endpoint
7 years ago