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

243 Commits

Author SHA1 Message Date
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
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