Commit Graph

435 Commits (8d88781e05c954c130b5429e85d00a4da369123c)

Author SHA1 Message Date
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
Hauke Petersen 10c46866d2 Merge pull request #5987 from aabadie/arduino_sketch_on_arduino
sys/arduino: make arduino sketch works on avr based boards
6 years ago
Sebastian Meiling 7f7329ea71 Merge pull request #4744 from brummer-simon/devel-gnrc_tcp
gnrc_tcp: initial implementation
6 years ago
Simon Brummer abd307b89d gnrc_tcp : initial implementation 6 years ago
Frits Kuipers e483c2307b boards/maple-mini: initial support 6 years ago
Martine Lenders 5b1c00ad8b Merge pull request #6388 from astralien3000/opencm9-04
boards/opencm9-04 : initial support
6 years ago
Ken Bannister 342c3f2ed3 gcoap: Remove coap.h include file, which is no longer used.
Also change references in dependencies to the net/gcoap.h include.
6 years ago
Ken Bannister e10e579593 gcoap: Update CLI example for rebase on sock 6 years ago
Loïc Dauphin 5c4bee1b1d examples: add opencm9-04 to unsufficient memory boards in some examples 6 years ago
kYc0o 51e0aaede4 examples/gnrc_minimal: add DEVELHELP to catch non-valid configs 6 years ago
kYc0o 2bee616cfb examples/gnrc_minimal: change to unambiguous UART port for XBee 6 years ago
Oleg Hahm 3c6678b037 *: fix mismatching endifs for header guards 6 years ago
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 6 years ago
Oleg Hahm 693636690c Merge pull request #6399 from OlegHahm/timex_constants
timex: unambiguous time conversion macros
6 years ago
Oleg Hahm 4f4214235b timex: unambiguous time conversion macros 6 years ago
Alexandre Abadie 59cc59059e examples: add nucleo32-f303 to insufficient memory boards in some examples 6 years ago
Alexandre Abadie 0717129980 Merge pull request #6417 from aabadie/nucleo32-f042
boards/nucleo32-f042: change board name nucleo->nucleo32
6 years ago
Alexandre Abadie 963662416b boards/nucleo32-f042: change board name nucleo->nucleo32 6 years ago
Kaspar Schleiser 88a46a95bd Merge pull request #6136 from aabadie/nanocoap_put
examples/nanocoap_server: add resource for coap PUT/POST request
6 years ago
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
Martine Lenders 9666f58e6c Merge pull request #6387 from haukepetersen/add_example_saul
examples: added stand-alone SAUL example
6 years ago
Peter Kietzmann 1d4f69eb7d Merge pull request #6007 from miri64/microcoap_example/rfc/host
CoAP examples: make example a host instead of router
6 years ago
Alexandre Abadie 5857e8d24a examples/nanocoap_server: add coap resource accepting GET and PUT requests in nanocoap example 6 years ago
Kaspar Schleiser 47f6ff3056 Merge pull request #6237 from kaspar030/rename_AD_to_Q
make: rename AD to Q
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
Peter Kietzmann a8297595e6 Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin
cpu/nrf5x: ported nrfmin driver to netdev2
7 years ago
Peter Kietzmann f76b2f4906 Merge pull request #6273 from OTAkeys/pr/nucleo-f042
boards: add nucleo-f042
7 years ago