Commit Graph

193 Commits (984effd5b89293b895961e152a396b9ecf20e2f0)

Author SHA1 Message Date
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.
9 years ago
BytesGalore d593d4972d examples/rpl_udp: added the explicit default values as values 9 years ago
Cenk Gündoğan a8c710982e Merge pull request #2249 from BytesGalore/add_rpl_configurable_mop
rpl: added configurable RPL MOP on compile time
9 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
9 years ago
BytesGalore 0569b2e145 examples/rpl_udp: changed printing the actual set channel 9 years ago
BytesGalore cbe6db5570 examples/rpl_udp: Fix unconditional setting of a radio channel on initialization 9 years ago
Joakim Gebart 9b65000f8f Merge pull request #2384 from cgundogan/rpl_remove_common_globals
remove common globals for rpl with regard to #2346
9 years ago
Cenk Gündoğan c91cdcd4d1 examples/rpl_udp: remove common globals by prefixing with static 9 years ago
Joakim Gebart 4183f3e505 examples/rpl_udp: Update line number on link to default RPL_MAX_ROUTING_ENTRIES 9 years ago
Joakim Gebart cc40eb8e86 examples/rpl_udp: Add missing newlines in README.md 9 years ago
Joakim Gebart 14824e9909 examples/default: reduce scope of globals in main.c 9 years ago
Joakim Gebart 47e0c85c2d examples/rpl_udp: reduce scope of globals in helper.c 9 years ago
BytesGalore 2ed531059d examples/rpl_udp: changed type of variable `chan` to `uint32_t` 9 years ago
Oleg Hahm e60d25de02 Merge pull request #1917 from OlegHahm/config_feature_cleanup
Config feature cleanup
9 years ago
Oleg Hahm b56fb0cf2d examples: simplify Makefile a bit 9 years ago
Ludwig Ortmann 76484fceb7 examples/rpl_udp: blacklist samr21-xpro
It does not have enough RAM to run this application at the moment.
9 years ago
Martine Lenders 5c9d749649 Merge pull request #2204 from authmillenon/riot_and_cpp/fix/not-link-stm32f0discovery
riot_and_cpp: do not link on build tests for stm32f0discovery
9 years ago
Martine Lenders 58e8b75fc7 riot_and_cpp: do not link on build tests for stm32f0discovery 9 years ago
Ludwig Ortmann e7f6f640f6 Merge pull request #2060 from OlegHahm/periph_rtc
drivers: Adapt old platforms to periph rtc
9 years ago
Oleg Hahm 60cd0d357d periph_rtc: streamline lpc2387 and cc430 naming 9 years ago
Oleg Hahm 498edb1854 cc430: lpc2387: switch to new periph/rtc interface
Removes the old interface.
9 years ago
Ludwig Ortmann 8ec17560e4 examples/default: use periph/rtc instead of rtc
The rtc module is deprecated and will be removed.
9 years ago
Oleg Hahm e64ab2aed5 Merge pull request #2024 from OlegHahm/ccnl_802154
ccn-lite: fixes for working with IEEE 802.15.4 radios
9 years ago
BytesGalore b8948740e1 examples:rpl_udp updated `README.md` on using the build parameters 9 years ago
Oleg Hahm a3d2f4a777 ccnl: fix argument passing in example app 9 years ago
Ludwig Ortmann c0ef84bb9f native: move rtc to periph
* adapt implementation to new interface
* remove now superfluous drivers directory
9 years ago
Ludwig Ortmann 1340fadcbe boards,drivers,examples: unset ENABLE_DEBUG 9 years ago
Fabian Nack eebfd5011a drivers - cc110x: Initial import of new cc110x driver 9 years ago
Oleg Hahm 73dddfb601 Merge pull request #1635 from thomaseichinger/import_agilefox
boards: initial import for HiKoB Agilefox
9 years ago
Thomas Eichinger 256ce73d2c boards: initial import for HiKoB fox 9 years ago
Hauke Petersen 63455f7dd9 examples/riot_and_cpp: cleanup in Makefile
removed some deprecated comments about C++
9 years ago
BytesGalore 178b36ae0b exchanged BOARD_BLACKLIST with FEATURES_REQUIRED in the example Makefile
added cpp as feature for board native
9 years ago
Thomas Eichinger 6bbc4ca226 shell: provide shell commands to poll lsm303dlhc sensor 9 years ago
Hauke Petersen 7e043bb27f sys/shell: added commands for iot-lab_M3 sensors 9 years ago
Oleg Hahm f777f23a89 Merge pull request #1934 from thomaseichinger/at86rf231_robustnes
drivers/at86rf231: improve deployment by default example
9 years ago
Stefan Pfeiffer a19d6c769d added new board f4vi1 9 years ago
Thomas Eichinger 6a7cee294f examples/default: print 16bit addresses 9 years ago
Christian Mehlis 2114a8267d added board airfy beacon 9 years ago
Martine Lenders 1729524f38 Merge pull request #1878 from authmillenon/rpl_udp-16bit-addr
rpl_udp: Addresses must only be 8-bit with cc110x
9 years ago
Martine Lenders a8e83d8923 rpl_udp: optimize error handling for set command 9 years ago
Martine Lenders 38fab9dbb6 rpl_udp: Addresses must only be 8-bit with cc110x 9 years ago
Christian Mehlis f3b1753ac7 added spark core board 9 years ago
Hinnerk van Bruinehsen 3114f362df lint: fix invalidPrintfArgType_sint warning 9 years ago
Hinnerk van Bruinehsen a5aeaab87b lint: fix unreadVariable warnings 9 years ago
Oleg Hahm 8c44eaa6f8 Merge pull request #1903 from authmillenon/rpl_udp_non_routing
rpl_udp: add non-routing hosts to example
9 years ago
Oleg Hahm 9a61d8cf1c core: move optional tcb members to DEVELHELP 9 years ago
Martine Lenders ca7bbb907d rpl_udp: add non-routing hosts to example 9 years ago
René Kijewski 162850b332 make: Implement optional features
Fixes #1876

This PR introduces `FEATURES_OPTIONAL` which can be used to tell the
Make system, that the application would like to use some feature, but
the build should proceed even if the selected board cannot provide the
optional feature.

`make buildtest` and `make info-supported-boards` heed this variable
when examining the list of supported boards.

If a word is present in `FEATURES_REQUIRED` and `FEATURES_OPTIONAL`,
then `FEATURES_OPTIONAL` takes precedence.
9 years ago
Hauke Petersen c6d0e282fd examples: blacklisted openmote for riot_and_cpp 9 years ago
Kaspar Schleiser 5146c66786 core: adapt to msg_try_send 9 years ago