Cedric Adjih
292f4bc1ee
boards/iotlab-a8-m3: initial implementation
2016-05-31 14:52:49 +02:00
Oleg Hahm
6707c20b7d
netstats: initial import of IPv6 netstats
2016-05-25 14:44:53 +02:00
Martine Lenders
c24e91d4df
Merge pull request #5229 from OlegHahm/pktbuf_minimal_check
...
netdev ethernet: deal with too small packet buffer
2016-04-20 14:44:30 +02:00
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.
2016-04-20 09:10:55 +02:00
Leon M. George
fc668c4857
examples/gnrc_border_router: cc2650stk insufficient memory
2016-04-18 19:00:49 +02:00
kYc0o
6d7f3aee18
examples/gnrc_border_router: Add ethos and start_network.sh to README.md
2016-04-14 11:53:13 +02:00
0725d3ef0d
examples: gnrc_border_router: clean up ethos configuration
2016-04-11 17:03:28 +02:00
ce16c247bd
examples: gnrc_border_router: switch to UHCP + ethos
2016-04-11 17:03:28 +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
0e3a9c693e
Merge pull request #4819 from Lotterleben/microcoap_example_copper_fix
...
microcoap_server: make app fully work with Copper
2016-03-31 00:05:31 +02:00
Oleg Hahm
506e23f481
Merge pull request #2362 from kaspar030/add_lgpl_compliance_simplified
...
add infrastructure for binary LGPL compliance checks
2016-03-30 13:56:02 +02:00
1a003ebb97
examples: add example for "make bindist"
2016-03-30 11:00:31 +02:00
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.
2016-03-29 22:53:15 -07:00
Oleg Hahm
82046155d9
example ccn-lite: minor Makefile cleanup
2016-03-24 18:48:08 +01:00
Oleg Hahm
b64f850ee8
example ccn-lite: updated and extended README
2016-03-24 18:48:08 +01: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
Oleg Hahm
6df4111e49
shell: improved online documentation for txtsnd
2016-03-09 13:41:21 +01:00
9082273746
core: header cleanup
2016-02-28 22:46:28 +01:00
Oleg Hahm
f89fbbcf41
default example: reduce packet buffer size to 512b
2016-02-15 10:02:16 +01:00
Cenk Gündoğan
761f214072
Merge pull request #4690 from Lotterleben/gnrc_networking_ext_doc
...
examples/gnrc_networking: add explanation for RIOT<->RIOT communication
2016-01-27 14:27:02 +01:00
Lotte Steenbrink
135169ef33
microcoap_server: add instructions for FF Copper
2016-01-27 05:22:32 -08: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
2bdf955257
examples/microcoap_server: add instruction to set up tap if
2016-01-25 06:08:20 -08:00
Lotte Steenbrink
a120ebc461
examples: fix tiny typo in gnrc_networking README
2016-01-20 06:09:24 -08:00
Thomas Eichinger
a43cbd17ff
tfpt: fix formating warnings/errors
2016-01-05 14:59:34 +01:00
Oleg Hahm
7b95366594
Merge pull request #4455 from OlegHahm/tlsf_warning_free
...
pkg tlsf: make it compile with -pedantic
2015-12-16 12:51:44 +01:00
Victor Arino
3a8a932b27
boards/nucleo-f103: add support for nucleo-f103
2015-12-15 17:23:27 +01:00
Oleg Hahm
b522c13432
example ccn-lite-relay; enable TLSF for native
...
With the previous commit TLSF should compile for native, too.
2015-12-15 16:42:43 +01:00
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.
2015-12-15 16:42:43 +01:00
Oleg Hahm
e07c98ea88
Merge pull request #4274 from OlegHahm/ccnl_reimport
...
CCN-lite reimport
2015-12-08 12:11:33 +01:00
Oleg Hahm
5259629678
ccn-lite example: use TLSF
2015-12-08 11:27:03 +01:00
Oleg Hahm
13958178f5
shell: move ccnl commands from example to shell
2015-12-08 11:27:03 +01:00
Oleg Hahm
f3d16b85a5
ccn-lite: initial import of an example
2015-12-08 11:27:03 +01:00
Hauke Petersen
809b907ec6
exmaples/gnrc_tftp: adapted to changed FLAG names
2015-12-07 22:10:48 +01:00
Hauke Petersen
4216f9fef0
examples: adapted to renamed THREAD_FLAGS
2015-12-07 22:09:47 +01:00
0f1302d72a
examples: initial commit of microcoap_example
2015-12-04 11:52:35 +01:00
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
2015-12-03 21:45:48 +01:00
Sebastian Sontberg
2739a36555
examples/default: remove trailing whitespaces
2015-12-03 16:47:16 +01:00
Cenk Gündoğan
315ae0eeb4
Merge pull request #4326 from OlegHahm/posix_sockets_dgram_fixes
...
posix sockets: recvfrom on connectionless transports
2015-12-02 17:21:27 +01:00
Oleg Hahm
fdf6da07eb
examples: every socket thread needs a msg queue
2015-12-02 14:45:43 +01:00
Oleg Hahm
f0e5413f3a
Merge pull request #4283 from OlegHahm/gnrc_networking_minimum
...
gnrc: networking minimal
2015-12-02 01:08:57 +01:00
Oleg Hahm
f3f485a0e9
examples: initial import of a minimal gnrc app
2015-12-02 00:54:48 +01:00
Hauke Petersen
02f502429d
examples/default: use SAUL
2015-11-30 20:33:56 +01:00
Hauke Petersen
ff7999781c
examples: added Arduino hello-world example
2015-11-27 12:45:12 +01:00
Cenk Gündoğan
58cb5a2738
examples: gnrc_networking: vtimer to xtimer
2015-11-10 12:42:45 +01:00
Hauke Petersen
729e4d1992
examples/gnrc_border_router: blacklisted boards
2015-10-28 09:48:18 +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
Cenk Gündoğan
bab642bd37
examples/gnrc_border_router: README fixes
2015-09-28 14:24:48 +02:00
Ludwig Knüpfer
eda6328e21
documentation: update my name (Ortmann -> Knüpfer)
2015-09-27 18:58:30 +02:00
Martine Lenders
4508e22da8
Merge pull request #3646 from authmillenon/posix/feat/sockets
...
posix: redo socket API to use conn
2015-09-22 23:04:03 +02:00
Martine Lenders
a345a9dfa6
examples: add POSIX socket example
2015-09-22 22:25:02 +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
Oleg Hahm
474c6d63c8
gnrc_border_router: added a first draft for a README
2015-09-20 16:08:28 +02:00
Martine Lenders
f6be1cee25
examples: provide example application for a 6LoWPAN border router
2015-09-20 16:08:28 +02:00
Oleg Hahm
2841a08574
Merge pull request #3899 from OlegHahm/default_gnrc_optional
...
example: disable gnrc modules without netif
2015-09-20 01:51:13 +02:00
Oleg Hahm
0e3669b957
examples: only include gnrc for board with netif
2015-09-20 01:31:16 +02:00
Martine Lenders
207ad677fa
examples/default: fix indentation in Makefile
2015-09-19 13:27:23 +02:00
Oleg Hahm
d32c99a683
default example: updated README
2015-09-18 06:53:24 +02:00
Oleg Hahm
e156bd820e
examples: networking support for default example
...
Adds basic link layer functionality to the default example application.
2015-09-18 06:53:24 +02:00
69c9a9c82f
examples: default: remove obsolete vtimer dependency
2015-09-16 10:58:55 +02:00
a13bc46f3e
sys: remove uart0
2015-09-04 17:46:23 +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
448e90ba3a
Revert "applications: only use uart0 for none-newlib boards"
...
This reverts commit 9c6ab1007b
.
2015-09-03 13:33:18 +02:00
Martine Lenders
289d40d84e
gnrc_networking example: add capability to send UDP packets repeatedly
2015-09-02 13:45:50 +02:00
Cenk Gündoğan
9f14a1e8c5
examples/riot_and_cpp: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:27:36 +02:00
Cenk Gündoğan
8cb76d248a
examples/gnrc_networking: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
2015-08-28 18:26:54 +02:00
DipSwitch
ef3fe7e2c5
examples: Add local shell handlers for gnrc_networking
2015-08-26 09:05:22 +02:00
bd40b2c56b
Merge pull request #3661 from authmillenon/auto_init/api/auto_init_gnrc_netif
...
sys: auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
2015-08-25 21:17:19 +02:00
Cenk Gündoğan
ed3a33982c
Merge pull request #3690 from OlegHahm/shell_uart0_newlib_distinction
...
shell: uart0 newlib distinction (workaround)
2015-08-25 21:15:44 +02:00
Oleg Hahm
9c6ab1007b
applications: only use uart0 for none-newlib boards
2015-08-25 20:11:23 +02:00
6d1aab7126
Merge pull request #2926 from kaspar030/wtimer
...
sys: add new timer subsystem
2015-08-25 19:20:07 +02:00
c44c022ac4
examples: timers: add timer_periodic_wakeup example
2015-08-25 13:20:36 +02:00
Frank Holtz
ee952f79fe
boards: added nrf6310 support. (NRF51 MCU)
2015-08-23 17:00:01 +02:00
Martine Lenders
64c6d49cbd
iot-lab_M3: rename to iotlab-m3
2015-08-19 20:59:06 +02:00
Martine Lenders
d46f542220
iot-lab_M3: rename to iotlab_m3
2015-08-19 18:29:17 +02:00
Martine Lenders
c2706ef492
auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
2015-08-19 17:21:28 +02:00
Martine Lenders
58ff31bfe9
gnrc: make all gnrc modules sub-modules of gnrc
2015-08-18 23:00:07 +02:00
Martine Lenders
87c222d2fa
Merge pull request #3595 from authmillenon/gnrc/api/mv
...
gnrc: rename ng_netbase to gnrc
2015-08-18 16:59:34 +02:00
Martine Lenders
b969eeb217
gnrc: rename ng_netbase to gnrc
2015-08-18 16:11:55 +02:00
Cenk Gündoğan
d1b1949c23
gnrc_networking: add ng_rpl to example
2015-08-18 12:34:50 +02:00
Hauke Petersen
3922b6c852
Merge pull request #3530 from kaspar030/update_msba2
...
cpu: lpc2387: provide periph/* implementations, update to use newlib module.
2015-08-17 21:45:16 +02:00
Martine Lenders
f12499717c
examples: rename ng_networking to gnrc_networking
2015-08-17 18:09:46 +02:00
Oleg Hahm
8da1c429d3
ng_networking: configure as router per default
2015-08-14 17:22:00 +02:00
ab531a5719
boards: msba2-common: remove ltc4150
...
(it depends on obsolete gpioint module)
2015-08-14 16:50:41 +02:00
Martine Lenders
203561e741
ipv6_addr: remove ng_ prefix
2015-08-11 13:27:07 +02:00
75bc87cd6f
examples: default: remove obsolete networking docs
2015-08-06 12:13:54 +02:00
42e49fcd46
examples: default: remove defaulttransceiver dependency
2015-08-06 12:13:18 +02:00
323137c4d8
remove examples/rpl_udp/rpl.c
2015-08-06 12:13:18 +02:00
5d8349298f
remove bulk of legacy network stack and drivers
2015-08-06 12:12:47 +02:00
Oleg Hahm
93013afb35
examples: added fib to ng_networking
2015-08-05 17:34:30 +02:00
backenklee
59564649c3
extended the documentation for the ng_networking example
2015-07-29 15:08:09 +02:00
Hauke Petersen
ec921d2445
examples: blacklisted nrf51dongle for ng_networking
2015-07-28 18:10:27 +02:00
Lucas Jenss
36e1da6689
Explain how to connect RIOT to Linux
2015-07-20 05:05:26 +02:00
Oleg Hahm
4684aea39e
Merge pull request #3370 from kaspar030/remove_native_ltc4150
...
native: remove ltc4150
2015-07-14 20:46:54 +02:00
Joakim Gebart
7df5567698
examples/ccn-lite-relay: Blacklist MSP430 boards
2015-07-14 08:11:19 +02:00
Joakim Gebart
4ea2d646ef
examples/ccn-lite-client: Blacklist MSP430 boards
2015-07-14 08:11:19 +02:00
Joakim Gebart
950e5c7786
examples/ccn-lite-client: Shell command warning fixes
2015-07-14 08:11:18 +02:00
86f3d25a19
native: remove ltc4150
2015-07-13 12:08:48 +02:00
Joakim Gebart
7b744f6843
examples/ng_networking: Add missing inttypes.h includes
2015-07-07 00:53:27 +02:00
Joakim Gebart
fd42e7adff
examples/rpl_udp: Add missing inttypes.h includes
2015-07-07 00:53:27 +02:00
Martine Lenders
d83e31a292
tests/ng_networking: update BOARD_INSUFFICIENT_RAM
2015-06-28 17:39:27 +02:00
Hauke Petersen
dd3d93c928
examples/default: make use of uart0_[readc|putc]
2015-06-14 17:06:09 +02:00
Hauke Petersen
7284fc1f4b
examples: added 6LoWPAN UDP example application
2015-06-12 18:35:51 +02:00
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
2015-05-22 07:34:41 +02:00
Lucas Jenß
742c39e838
Merge pull request #2881 from x3ro/clarify-stacksize-constants
...
Clarify and unify naming of thread-related constants (stacksize and priority)
2015-05-21 16:55:30 +02:00
Lucas Jenss
426170b064
Improve naming of thread stacksize/priority constants
...
As discussed in #2725 , this commit renames a number of stacksize constants to
better convey their intended usage. In addition, constants for thread priority
are given a `THREAD_` prefix. Changes are:
* KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
* KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
* KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
* KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
* Move thread stacksizes from kernel.h to thread.h, since the prefix changed
* PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
* PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
* PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
* Move thread priorities from kernel.h to thread.h since the prefix has changed
* MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
2015-05-21 00:14:23 +02:00
Joakim Gebart
e3beae7152
examples/rpl_udp/README.md: Replace tabs by spaces
2015-05-19 12:26:17 +02:00
Joakim Gebart
4aff59a4fc
examples/default/README.md: minor language fix
2015-05-09 09:04:46 +02:00
Oleg Hahm
45554bf3a0
Merge remote-tracking branch 'bytesgalore/rpl_udp_send_buffer'
2015-03-31 12:00:33 +02:00
BytesGalore
b9e5c94a3d
examples:rpl_udp removed the limit of 5 characters as payload size
2015-03-31 07:54:27 +02:00
Martine Lenders
3ac8146f8b
style: replace tabs with spaces in source
2015-03-31 05:04:44 +02:00
kushalsingh007
9aae656be9
shell: Return-based error-handling for shell handlers
...
- Included the missing parts.
- Squashed with @authmillenon's commit
2015-03-25 23:54:04 +05:30
Oleg Hahm
4334ac0d66
examples: rpl_udp: initialize state variable
2015-03-18 18:54:05 +01:00
Joakim Gebart
569d291838
Merge pull request #2543 from cgundogan/rpl_use_global_address
...
rpl: use global ip addresses instead of link-local ones
2015-03-18 09:21:14 +01:00
Oleg Hahm
9e4328311d
examples: fix wording in warning
2015-03-13 10:29:08 +01:00
Oleg Hahm
ddfc88323d
examples: radio thread needs more stack
...
The radio stack in default examples uses printf() and thus needs more
stack.
2015-03-13 10:28:28 +01:00
Martine Lenders
67526938c7
Merge pull request #2537 from kushalsingh007/fix-1
...
Updating the README.md for examples/default
2015-03-12 21:00:28 +01:00
Oleg Hahm
329d9f5bd3
Merge pull request #2345 from cladmi/master
...
Remove RPL warning removal in rpl_udp example
2015-03-12 12:05:12 +01:00
kushalsingh007
11ad51cc18
Updating the README.md for examples/default
...
-Replaced date by rtc in examples/default/README.md as date is part of rtc.
2015-03-12 16:23:46 +05:30
Oleg Hahm
7256a1399a
Merge pull request #2566 from kushalsingh007/fd
...
Changed description for fd_t::fd in sys/include/fd.h
2015-03-12 09:09:45 +01:00
kushalsingh007
b61ea12879
Minor correction in examples/ccn-lite-client/HOWTO
...
-Fixes small typo error.
2015-03-11 23:22:16 +05:30
Cenk Gündoğan
5d382b4ac8
rpl: use global ip addresses instead of link-local ones
2015-03-10 20:51:58 +01:00
Cenk Gündoğan
c60450df4c
rpl: implement basic prefix information option for DIOs
2015-03-03 19:36:14 +01:00
Joakim Gebart
964bfbab41
examples/rpl_udp: User configurable value for unassigned channel
...
0 is a valid channel on some transceivers (e.g. sub-GHz IEEE802.15.4 band)
UNASSIGNED_CHANNEL is set to INT_MIN by default, but can be overridden via CFLAGS.
2015-02-16 07:15:34 +01:00
BytesGalore
d593d4972d
examples/rpl_udp: added the explicit default values as values
2015-02-06 15:39:19 +01:00
Cenk Gündoğan
a8c710982e
Merge pull request #2249 from BytesGalore/add_rpl_configurable_mop
...
rpl: added configurable RPL MOP on compile time
2015-02-06 13:56:08 +01:00
BytesGalore
4b189b6e58
rpl: added configurable RPL MOP on compile time
...
- e.g. `make RPL_MOP=RPL_MOP_NON_STORING_MODE`
- changed the MOP defines to have `RPL_MOP_*` prefix
2015-02-05 19:17:51 +01:00
BytesGalore
0569b2e145
examples/rpl_udp: changed printing the actual set channel
2015-02-04 18:34:00 +01:00
BytesGalore
cbe6db5570
examples/rpl_udp: Fix unconditional setting of a radio channel on initialization
2015-02-03 12:10:07 +01:00
Joakim Gebart
9b65000f8f
Merge pull request #2384 from cgundogan/rpl_remove_common_globals
...
remove common globals for rpl with regard to #2346
2015-02-02 13:40:27 +01:00
Cenk Gündoğan
c91cdcd4d1
examples/rpl_udp: remove common globals by prefixing with static
2015-02-02 12:54:58 +01:00
Joakim Gebart
4183f3e505
examples/rpl_udp: Update line number on link to default RPL_MAX_ROUTING_ENTRIES
2015-02-02 12:17:49 +01:00
Joakim Gebart
cc40eb8e86
examples/rpl_udp: Add missing newlines in README.md
2015-02-02 12:17:31 +01:00
Joakim Gebart
14824e9909
examples/default: reduce scope of globals in main.c
2015-01-23 14:08:11 +01:00
Joakim Gebart
47e0c85c2d
examples/rpl_udp: reduce scope of globals in helper.c
2015-01-23 14:07:03 +01:00
Gaëtan Harter
2e1ea7ca78
Remove RPL warning removal in rpl_udp example
2015-01-22 17:42:54 +01:00
BytesGalore
2ed531059d
examples/rpl_udp: changed type of variable chan
to uint32_t
2015-01-13 16:55:05 +01:00
Oleg Hahm
e60d25de02
Merge pull request #1917 from OlegHahm/config_feature_cleanup
...
Config feature cleanup
2014-12-30 19:15:44 +01:00