kYc0o
c9118e5fe4
examples/gnrc_minimal: Add support for XBee into gnrc_minimal
7 years ago
Martine Lenders
634adf37d8
examples: gnrc_networking uses variable it hasn't access to anymore
7 years ago
Cenk Gündoğan
5534738df8
examples: auto-initialize RPL for gnrc_networking
7 years ago
Cedric Adjih
292f4bc1ee
boards/iotlab-a8-m3: initial implementation
7 years ago
Oleg Hahm
6707c20b7d
netstats: initial import of IPv6 netstats
7 years ago
Oleg Hahm
26cf46cf70
gnrc_minimal: remove workaround for native
...
The workaround for the pktbuf size is not longer needed, since native itself assures a big enough buffer.
Using a neighbor cache size of 1 is mandatory for all platforms when compiling pedantically.
7 years ago
Leon M. George
fc668c4857
examples/gnrc_border_router: cc2650stk insufficient memory
7 years ago
kYc0o
6d7f3aee18
examples/gnrc_border_router: Add ethos and start_network.sh to README.md
7 years ago
Kaspar Schleiser
0725d3ef0d
examples: gnrc_border_router: clean up ethos configuration
7 years ago
Kaspar Schleiser
ce16c247bd
examples: gnrc_border_router: switch to UHCP + ethos
7 years ago
José Ignacio Alamos Aste
cc0e94f9c6
blacklist: nucleo-f072: blacklisted several examples and tests
7 years ago
Kaspar Schleiser
1a003ebb97
examples: add example for "make bindist"
7 years ago
Lotte Steenbrink
728c1349fd
microcoap_server: make app fully work with Copper
...
In its current state (and setup with radvd), the microcoap_example application will show up in Copper, but the CoAP requests won't reach the application. This commit fixes that and updates the README.
7 years ago
Oleg Hahm
82046155d9
example ccn-lite: minor Makefile cleanup
7 years ago
Oleg Hahm
b64f850ee8
example ccn-lite: updated and extended README
7 years ago
Oleg Hahm
10f5f1aa33
make: introduce netif_default pseudomodule
...
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
7 years ago
Oleg Hahm
991c71cf27
gnrc ipv6: use ipv6_addr_t ptr for hdr_build
7 years ago
Oleg Hahm
360413a033
gnrc ipv6 hdr: remove len params from hdr_build
7 years ago
Oleg Hahm
487f6e480f
gnrc udp: simplify gnrc_udp_hdr_build
...
Directly using 16 bit port numbers instead of casting uint8_t pointers.
7 years ago
Cenk Gündoğan
72a3d50bed
examples/gnrc_networking: comment about optional DODAG_CONFs in Makefile
7 years ago
Cenk Gündoğan
bf1af5953f
examples: use global gnrc_pktdump_pid
7 years ago
Oleg Hahm
6df4111e49
shell: improved online documentation for txtsnd
7 years ago
Kaspar Schleiser
9082273746
core: header cleanup
7 years ago
Oleg Hahm
f89fbbcf41
default example: reduce packet buffer size to 512b
7 years ago
Lotte Steenbrink
135169ef33
microcoap_server: add instructions for FF Copper
7 years ago
Lotte Steenbrink
e7f479fb1a
examples/gnrc_networking: add explanation for RIOT<->RIOT communication
7 years ago
Lotte Steenbrink
26a4406286
examples/gnrc_networking: rm mention of tap bridge
7 years ago
Lotte Steenbrink
2bdf955257
examples/microcoap_server: add instruction to set up tap if
7 years ago
Lotte Steenbrink
a120ebc461
examples: fix tiny typo in gnrc_networking README
7 years ago
Thomas Eichinger
a43cbd17ff
tfpt: fix formating warnings/errors
7 years ago
Victor Arino
3a8a932b27
boards/nucleo-f103: add support for nucleo-f103
7 years ago
Oleg Hahm
b522c13432
example ccn-lite-relay; enable TLSF for native
...
With the previous commit TLSF should compile for native, too.
7 years ago
Oleg Hahm
60e283e6a2
pkg tlsf: add tlsf initialization function
...
The init function was patched out, but is actually required to compile without warnings with -pedantic enabled.
This patch also updates ccn-lite and x86 support accordingly.
7 years ago
Oleg Hahm
5259629678
ccn-lite example: use TLSF
7 years ago
Oleg Hahm
13958178f5
shell: move ccnl commands from example to shell
7 years ago
Oleg Hahm
f3d16b85a5
ccn-lite: initial import of an example
7 years ago
Hauke Petersen
809b907ec6
exmaples/gnrc_tftp: adapted to changed FLAG names
7 years ago
Hauke Petersen
4216f9fef0
examples: adapted to renamed THREAD_FLAGS
7 years ago
Kaspar Schleiser
0f1302d72a
examples: initial commit of microcoap_example
7 years ago
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
7 years ago
Sebastian Sontberg
2739a36555
examples/default: remove trailing whitespaces
7 years ago
Oleg Hahm
fdf6da07eb
examples: every socket thread needs a msg queue
7 years ago
Oleg Hahm
f3f485a0e9
examples: initial import of a minimal gnrc app
7 years ago
Hauke Petersen
02f502429d
examples/default: use SAUL
7 years ago
Hauke Petersen
ff7999781c
examples: added Arduino hello-world example
7 years ago
Cenk Gündoğan
58cb5a2738
examples: gnrc_networking: vtimer to xtimer
7 years ago
Hauke Petersen
729e4d1992
examples/gnrc_border_router: blacklisted boards
7 years ago
Paul Rathgeb
cefe2a6698
make: Blacklisted the board 'weio' for some test due to insufficient
...
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
7 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.
7 years ago
Cenk Gündoğan
bab642bd37
examples/gnrc_border_router: README fixes
7 years ago