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
9f14a1e8c5
examples/riot_and_cpp: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
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
Oleg Hahm
9c6ab1007b
applications: only use uart0 for none-newlib boards
8 years ago
Kaspar Schleiser
c44c022ac4
examples: timers: add timer_periodic_wakeup example
8 years ago
Frank Holtz
ee952f79fe
boards: added nrf6310 support. (NRF51 MCU)
8 years ago
Martine Lenders
64c6d49cbd
iot-lab_M3: rename to iotlab-m3
8 years ago
Martine Lenders
d46f542220
iot-lab_M3: rename to iotlab_m3
8 years ago
Martine Lenders
c2706ef492
auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
8 years ago
Martine Lenders
58ff31bfe9
gnrc: make all gnrc modules sub-modules of gnrc
8 years ago
Martine Lenders
b969eeb217
gnrc: rename ng_netbase to gnrc
8 years ago
Cenk Gündoğan
d1b1949c23
gnrc_networking: add ng_rpl to example
8 years ago
Martine Lenders
f12499717c
examples: rename ng_networking to gnrc_networking
8 years ago
Oleg Hahm
8da1c429d3
ng_networking: configure as router per default
8 years ago
Kaspar Schleiser
ab531a5719
boards: msba2-common: remove ltc4150
...
(it depends on obsolete gpioint module)
8 years ago
Martine Lenders
203561e741
ipv6_addr: remove ng_ prefix
8 years ago
Kaspar Schleiser
75bc87cd6f
examples: default: remove obsolete networking docs
8 years ago
Kaspar Schleiser
42e49fcd46
examples: default: remove defaulttransceiver dependency
8 years ago
Kaspar Schleiser
323137c4d8
remove examples/rpl_udp/rpl.c
8 years ago
Kaspar Schleiser
5d8349298f
remove bulk of legacy network stack and drivers
8 years ago
Oleg Hahm
93013afb35
examples: added fib to ng_networking
8 years ago
backenklee
59564649c3
extended the documentation for the ng_networking example
8 years ago
Hauke Petersen
ec921d2445
examples: blacklisted nrf51dongle for ng_networking
8 years ago
Lucas Jenss
36e1da6689
Explain how to connect RIOT to Linux
8 years ago
Joakim Gebart
7df5567698
examples/ccn-lite-relay: Blacklist MSP430 boards
8 years ago
Joakim Gebart
4ea2d646ef
examples/ccn-lite-client: Blacklist MSP430 boards
8 years ago
Joakim Gebart
950e5c7786
examples/ccn-lite-client: Shell command warning fixes
8 years ago
Kaspar Schleiser
86f3d25a19
native: remove ltc4150
8 years ago
Joakim Gebart
7b744f6843
examples/ng_networking: Add missing inttypes.h includes
8 years ago
Joakim Gebart
fd42e7adff
examples/rpl_udp: Add missing inttypes.h includes
8 years ago
Martine Lenders
d83e31a292
tests/ng_networking: update BOARD_INSUFFICIENT_RAM
8 years ago
Hauke Petersen
dd3d93c928
examples/default: make use of uart0_[readc|putc]
8 years ago
Hauke Petersen
7284fc1f4b
examples: added 6LoWPAN UDP example application
8 years ago
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
8 years ago
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
8 years ago
Joakim Gebart
e3beae7152
examples/rpl_udp/README.md: Replace tabs by spaces
8 years ago
Joakim Gebart
4aff59a4fc
examples/default/README.md: minor language fix
8 years ago
BytesGalore
b9e5c94a3d
examples:rpl_udp removed the limit of 5 characters as payload size
8 years ago
Martine Lenders
3ac8146f8b
style: replace tabs with spaces in source
8 years ago
kushalsingh007
9aae656be9
shell: Return-based error-handling for shell handlers
...
- Included the missing parts.
- Squashed with @authmillenon's commit
8 years ago
Oleg Hahm
4334ac0d66
examples: rpl_udp: initialize state variable
8 years ago
Oleg Hahm
9e4328311d
examples: fix wording in warning
8 years ago
Oleg Hahm
ddfc88323d
examples: radio thread needs more stack
...
The radio stack in default examples uses printf() and thus needs more
stack.
8 years ago
kushalsingh007
11ad51cc18
Updating the README.md for examples/default
...
-Replaced date by rtc in examples/default/README.md as date is part of rtc.
8 years ago
kushalsingh007
b61ea12879
Minor correction in examples/ccn-lite-client/HOWTO
...
-Fixes small typo error.
8 years ago
Cenk Gündoğan
5d382b4ac8
rpl: use global ip addresses instead of link-local ones
8 years ago
Cenk Gündoğan
c60450df4c
rpl: implement basic prefix information option for DIOs
8 years ago