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
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.
8 years ago
BytesGalore
d593d4972d
examples/rpl_udp: added the explicit default values as values
8 years ago
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
8 years ago
BytesGalore
0569b2e145
examples/rpl_udp: changed printing the actual set channel
8 years ago
BytesGalore
cbe6db5570
examples/rpl_udp: Fix unconditional setting of a radio channel on initialization
8 years ago
Cenk Gündoğan
c91cdcd4d1
examples/rpl_udp: remove common globals by prefixing with static
8 years ago
Joakim Gebart
4183f3e505
examples/rpl_udp: Update line number on link to default RPL_MAX_ROUTING_ENTRIES
8 years ago
Joakim Gebart
cc40eb8e86
examples/rpl_udp: Add missing newlines in README.md
8 years ago
Joakim Gebart
14824e9909
examples/default: reduce scope of globals in main.c
8 years ago
Joakim Gebart
47e0c85c2d
examples/rpl_udp: reduce scope of globals in helper.c
8 years ago
Gaëtan Harter
2e1ea7ca78
Remove RPL warning removal in rpl_udp example
8 years ago
BytesGalore
2ed531059d
examples/rpl_udp: changed type of variable `chan` to `uint32_t`
8 years ago
Oleg Hahm
b56fb0cf2d
examples: simplify Makefile a bit
8 years ago
Ludwig Ortmann
76484fceb7
examples/rpl_udp: blacklist samr21-xpro
...
It does not have enough RAM to run this application at the moment.
8 years ago
Martine Lenders
58e8b75fc7
riot_and_cpp: do not link on build tests for stm32f0discovery
8 years ago
Oleg Hahm
60cd0d357d
periph_rtc: streamline lpc2387 and cc430 naming
8 years ago
Oleg Hahm
498edb1854
cc430: lpc2387: switch to new periph/rtc interface
...
Removes the old interface.
8 years ago
Ludwig Ortmann
8ec17560e4
examples/default: use periph/rtc instead of rtc
...
The rtc module is deprecated and will be removed.
8 years ago
BytesGalore
b8948740e1
examples:rpl_udp updated `README.md` on using the build parameters
8 years ago
Oleg Hahm
a3d2f4a777
ccnl: fix argument passing in example app
8 years ago
Ludwig Ortmann
c0ef84bb9f
native: move rtc to periph
...
* adapt implementation to new interface
* remove now superfluous drivers directory
8 years ago
Ludwig Ortmann
1340fadcbe
boards,drivers,examples: unset ENABLE_DEBUG
8 years ago
Fabian Nack
eebfd5011a
drivers - cc110x: Initial import of new cc110x driver
8 years ago
Thomas Eichinger
256ce73d2c
boards: initial import for HiKoB fox
8 years ago
Hauke Petersen
63455f7dd9
examples/riot_and_cpp: cleanup in Makefile
...
removed some deprecated comments about C++
8 years ago
BytesGalore
178b36ae0b
exchanged BOARD_BLACKLIST with FEATURES_REQUIRED in the example Makefile
...
added cpp as feature for board native
8 years ago
Thomas Eichinger
6bbc4ca226
shell: provide shell commands to poll lsm303dlhc sensor
8 years ago
Hauke Petersen
7e043bb27f
sys/shell: added commands for iot-lab_M3 sensors
8 years ago
Stefan Pfeiffer
a19d6c769d
added new board f4vi1
8 years ago
Thomas Eichinger
6a7cee294f
examples/default: print 16bit addresses
8 years ago
Christian Mehlis
2114a8267d
added board airfy beacon
8 years ago
Martine Lenders
a8e83d8923
rpl_udp: optimize error handling for set command
8 years ago
Martine Lenders
38fab9dbb6
rpl_udp: Addresses must only be 8-bit with cc110x
8 years ago
Christian Mehlis
f3b1753ac7
added spark core board
8 years ago
Hinnerk van Bruinehsen
3114f362df
lint: fix invalidPrintfArgType_sint warning
8 years ago
Hinnerk van Bruinehsen
a5aeaab87b
lint: fix unreadVariable warnings
8 years ago