Commit Graph

60 Commits (3bc0cfd2a79609c060fbcee442a159c174a11e38)

Author SHA1 Message Date
Alexandre Abadie f2c693b220 examples: remove nucleo-l053 from memory intensive examples 7 years ago
smlng a2e7a2fea1 examples: add optional static link local ipv6 address in gnrc_networking 7 years ago
Alexandre Abadie a4f3a9efd6 examples: add nucleo32-f031 to unsufficient memory boards 7 years ago
zhuoshuguo 55a44470e0 gnrc: fix typos in README of gnrc_networking example. 7 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`
7 years ago
Alexandre Abadie 59cc59059e examples: add nucleo32-f303 to insufficient memory boards in some examples 7 years ago
Alexandre Abadie 963662416b boards/nucleo32-f042: change board name nucleo->nucleo32 7 years ago
Vincent Dupont 1a12a40110 boards/nucleo-f042: initial support 7 years ago
Cenk Gündoğan a5ffbeedf9 dist: examples: fix minor typos 7 years ago
Hauke Petersen c1f308ba85 examples: blacklisted calliope-mini 7 years ago
Hauke Petersen 4040493e2c examples: blacklisted microbit for insufficiant RAM 7 years ago
Alexandre Abadie 58983de28a examples/gnrc_networking: fix custom channel definition 7 years ago
Alexandre Abadie 1659f56904 boards/nucleo-f070: initial support for nucleo-f070 board 7 years ago
Martine Lenders 0016463687 all: fix for new netreg_entry_t structure 7 years ago
Hauke Petersen bc232a5642 Merge pull request #5524 from miri64/gnrc_netreg/api/helper-macro
gnrc_netreg: introduce helper macro/function for entry init
7 years ago
Martine Lenders dc45cd2610 gnrc: use new netreg helper functions everywhere 7 years ago
Alexandre Abadie 3f29e77a4c boards/nucleo-f030: initial support 7 years ago
Cenk Gündoğan 326a55caef examples/gnrc_networking: use netstats_rpl 7 years ago
kYc0o 91410f5259 Merge pull request #5626 from aabadie/default_channel
makefiles: expose a single DEFAULT_CHANNEL variable
7 years ago
Alexandre Abadie 87ca058417 makefiles: expose a single DEFAULT_CHANNEL variable 7 years ago
Martine Lenders 634adf37d8 examples: gnrc_networking uses variable it hasn't access to anymore 7 years ago
Cenk Gündoğan a10151d5f0 Merge pull request #5440 from cgundogan/pr/auto_init/rpl
auto_init: initialize gnrc_rpl
7 years ago
Cenk Gündoğan 5534738df8 examples: auto-initialize RPL for gnrc_networking 7 years ago
Oleg Hahm 6707c20b7d netstats: initial import of IPv6 netstats 7 years ago
Hauke Petersen 02df871428 Merge pull request #4949 from jia200x/nucleo-f072
board: added support for nucleo f072
8 years ago
José Ignacio Alamos Aste cc0e94f9c6 blacklist: nucleo-f072: blacklisted several examples and tests 8 years ago
Oleg Hahm 10f5f1aa33 make: introduce netif_default pseudomodule
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
8 years ago
Oleg Hahm 991c71cf27 gnrc ipv6: use ipv6_addr_t ptr for hdr_build 8 years ago
Oleg Hahm 360413a033 gnrc ipv6 hdr: remove len params from hdr_build 8 years ago
Oleg Hahm 487f6e480f gnrc udp: simplify gnrc_udp_hdr_build
Directly using 16 bit port numbers instead of casting uint8_t pointers.
8 years ago
Cenk Gündoğan 72a3d50bed examples/gnrc_networking: comment about optional DODAG_CONFs in Makefile 8 years ago
Cenk Gündoğan bf1af5953f examples: use global gnrc_pktdump_pid 8 years ago
Kaspar Schleiser 9082273746 core: header cleanup 8 years ago
Lotte Steenbrink e7f479fb1a examples/gnrc_networking: add explanation for RIOT<->RIOT communication 8 years ago
Lotte Steenbrink 26a4406286 examples/gnrc_networking: rm mention of tap bridge 8 years ago
Lotte Steenbrink a120ebc461 examples: fix tiny typo in gnrc_networking README 8 years ago
Victor Arino 3a8a932b27 boards/nucleo-f103: add support for nucleo-f103 8 years ago
Cenk Gündoğan 58cb5a2738 examples: gnrc_networking: vtimer to xtimer 8 years ago
Paul Rathgeb cefe2a6698 make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
      Blacklisted LPC11Uxx.h for doxygen
8 years ago
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.
8 years ago
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
8 years ago
Martine Lenders ea3d4310d0 examples/gnrc_networking: address output according to RFC 3986 and 5952 8 years ago
Martine Lenders 1ba5cb8157 examples: unblacklist boards in gnrc_networking 8 years ago
Oleg Hahm 04bda78e7f examples: removed superfluous blacklisting
ATmega now has a panic function, no need for blacklisting any more.
8 years ago
Hauke Petersen 3936e32afa examples: removed blacklistings for redbee-econotag 8 years ago
Kaspar Schleiser 25f900e489 tests, examples: adapt to simplified shell 8 years ago
Kaspar Schleiser 448e90ba3a Revert "applications: only use uart0 for none-newlib boards"
This reverts commit 9c6ab1007b.
8 years ago
Martine Lenders 289d40d84e gnrc_networking example: add capability to send UDP packets repeatedly 8 years ago
Cenk Gündoğan 8cb76d248a examples/gnrc_networking: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
DipSwitch ef3fe7e2c5 examples: Add local shell handlers for gnrc_networking 8 years ago