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

6 Commits

Author SHA1 Message Date
Martine Lenders
6104d44cbe examples: fix default channel setting for all radios
The config assumed it was a 2.4 GHz radio. This solution isn't perfect
either but eliminates a few more cases.
2016-10-26 15:32:12 +02:00
87ca058417 makefiles: expose a single DEFAULT_CHANNEL variable 2016-07-14 17:44:42 +02:00
kYc0o
c9118e5fe4 examples/gnrc_minimal: Add support for XBee into gnrc_minimal 2016-06-23 11:45:42 +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
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
f3f485a0e9 examples: initial import of a minimal gnrc app 2015-12-02 00:54:48 +01:00