1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

64 Commits

Author SHA1 Message Date
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.
2017-03-20 10:56:08 -07:00
b0bc908918 examples: remove nucleo-f302 from memory greedy examples 2017-03-16 10:49:38 +01:00
cc5034d67e examples: remove nucleo32-l031 from memory intensive examples 2017-03-15 14:06:14 +01:00
Vincent Dupont
ad0f0877cc tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
f2c693b220 examples: remove nucleo-l053 from memory intensive examples 2017-03-02 13:52:12 +01:00
smlng
a2e7a2fea1 examples: add optional static link local ipv6 address in gnrc_networking 2017-02-28 20:09:41 +01:00
a4f3a9efd6 examples: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
zhuoshuguo
55a44470e0 gnrc: fix typos in README of gnrc_networking example. 2017-02-18 12:56:52 +01:00
Ludwig Knüpfer
3bce74aee7 examples/gnrc_networking: update blacklist
NRF51822 based boards have enough memory for this project -> remove from `BOARD_INSUFFICIENT_MEMORY`
2017-02-13 21:53:32 +01:00
59cc59059e examples: add nucleo32-f303 to insufficient memory boards in some examples 2017-01-19 11:09:42 +01:00
963662416b boards/nucleo32-f042: change board name nucleo->nucleo32 2017-01-18 22:04:59 +01:00
Vincent Dupont
1a12a40110 boards/nucleo-f042: initial support 2017-01-10 10:34:35 +01:00
Cenk Gündoğan
a5ffbeedf9 dist: examples: fix minor typos 2016-12-27 13:50:42 +01:00
Hauke Petersen
c1f308ba85 examples: blacklisted calliope-mini 2016-11-21 17:20:54 +01:00
Hauke Petersen
4040493e2c examples: blacklisted microbit for insufficiant RAM 2016-11-09 12:01:09 +01:00
58983de28a examples/gnrc_networking: fix custom channel definition 2016-11-02 13:21:34 +01:00
1659f56904 boards/nucleo-f070: initial support for nucleo-f070 board 2016-10-26 14:12:39 +02:00
Martine Lenders
0016463687 all: fix for new netreg_entry_t structure 2016-10-25 22:17:18 +02:00
Hauke Petersen
bc232a5642 Merge pull request #5524 from miri64/gnrc_netreg/api/helper-macro
gnrc_netreg: introduce helper macro/function for entry init
2016-10-25 21:21:25 +02:00
Martine Lenders
dc45cd2610 gnrc: use new netreg helper functions everywhere 2016-10-25 18:47:30 +02:00
3f29e77a4c boards/nucleo-f030: initial support 2016-10-12 14:32:25 +02:00
Cenk Gündoğan
326a55caef examples/gnrc_networking: use netstats_rpl 2016-09-27 20:40:04 +02:00
kYc0o
91410f5259 Merge pull request #5626 from aabadie/default_channel
makefiles: expose a single DEFAULT_CHANNEL variable
2016-07-18 14:26:24 +02:00
87ca058417 makefiles: expose a single DEFAULT_CHANNEL variable 2016-07-14 17:44:42 +02:00
Martine Lenders
634adf37d8 examples: gnrc_networking uses variable it hasn't access to anymore 2016-06-06 19:15:08 +02:00
Cenk Gündoğan
a10151d5f0 Merge pull request #5440 from cgundogan/pr/auto_init/rpl
auto_init: initialize gnrc_rpl
2016-06-01 07:59:41 +02:00
Cenk Gündoğan
5534738df8 examples: auto-initialize RPL for gnrc_networking 2016-05-31 22:13:32 +02:00
Oleg Hahm
6707c20b7d netstats: initial import of IPv6 netstats 2016-05-25 14:44:53 +02:00
Hauke Petersen
02df871428 Merge pull request #4949 from jia200x/nucleo-f072
board: added support for nucleo f072
2016-03-31 19:18:28 +02:00
José Ignacio Alamos Aste
cc0e94f9c6 blacklist: nucleo-f072: blacklisted several examples and tests 2016-03-31 19:08:10 +02:00
Oleg Hahm
10f5f1aa33 make: introduce netif_default pseudomodule
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
2016-03-24 16:47:30 +01:00
Oleg Hahm
991c71cf27 gnrc ipv6: use ipv6_addr_t ptr for hdr_build 2016-03-23 15:20:12 +01:00
Oleg Hahm
360413a033 gnrc ipv6 hdr: remove len params from hdr_build 2016-03-23 15:20:11 +01:00
Oleg Hahm
487f6e480f gnrc udp: simplify gnrc_udp_hdr_build
Directly using 16 bit port numbers instead of casting uint8_t pointers.
2016-03-23 15:20:11 +01:00
Cenk Gündoğan
72a3d50bed examples/gnrc_networking: comment about optional DODAG_CONFs in Makefile 2016-03-21 17:11:52 +01:00
Cenk Gündoğan
bf1af5953f examples: use global gnrc_pktdump_pid 2016-03-11 14:22:42 +01:00
9082273746 core: header cleanup 2016-02-28 22:46:28 +01:00
Lotte Steenbrink
e7f479fb1a examples/gnrc_networking: add explanation for RIOT<->RIOT communication 2016-01-26 13:27:03 -08:00
Lotte Steenbrink
26a4406286 examples/gnrc_networking: rm mention of tap bridge 2016-01-25 06:09:37 -08:00
Lotte Steenbrink
a120ebc461 examples: fix tiny typo in gnrc_networking README 2016-01-20 06:09:24 -08:00
Victor Arino
3a8a932b27 boards/nucleo-f103: add support for nucleo-f103 2015-12-15 17:23:27 +01:00
Cenk Gündoğan
58cb5a2738 examples: gnrc_networking: vtimer to xtimer 2015-11-10 12:42:45 +01:00
Paul Rathgeb
cefe2a6698 make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
      Blacklisted LPC11Uxx.h for doxygen
2015-10-01 20:11:48 +02:00
Oleg Hahm
b538c74229 examples: spending the main thread a message queue
Since it is likely that the main thread will send netapi IPC calls that expects a reply. These replies may come faster than the thread can handle them, causing the layers below to stuck.
2015-09-30 23:21:29 +02:00
Martine Lenders
00a0c90269 Merge pull request #3919 from authmillenon/examples/fix/gnrc-networking-output
examples/gnrc_networking: address output according to RFC 3986 and 5952
2015-09-22 06:38:38 +02:00
Martine Lenders
ea3d4310d0 examples/gnrc_networking: address output according to RFC 3986 and 5952 2015-09-21 20:43:07 +02:00
Martine Lenders
1ba5cb8157 examples: unblacklist boards in gnrc_networking 2015-09-20 22:24:21 +02:00
Oleg Hahm
04bda78e7f examples: removed superfluous blacklisting
ATmega now has a panic function, no need for blacklisting any more.
2015-09-20 21:47:15 +02:00
Hauke Petersen
3936e32afa examples: removed blacklistings for redbee-econotag 2015-09-04 10:45:03 +02:00
25f900e489 tests, examples: adapt to simplified shell 2015-09-03 13:33:49 +02:00