Commit Graph

7575 Commits (544cf33b17a5e6da6dc365fefa24849391cfc273)
 

Author SHA1 Message Date
Kaspar Schleiser 544cf33b17 sys: config: remove saving of obsolete transceiver config 8 years ago
Kaspar Schleiser 830af458ea oldnet: remove radio_packet_length_t define 8 years ago
Kaspar Schleiser 1fceeae91b tests: coap: remove defaulttransceiver dependency 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 6e3e41b729 drivers: remove cc110x 8 years ago
Kaspar Schleiser 73c256302a drivers: remove at86rf231 8 years ago
Kaspar Schleiser da20bb9053 boards: msba2: remove cc110x_legacy support 8 years ago
Kaspar Schleiser 09fb612ceb cpu: lpc2387: remove obsolete transceiver defines 8 years ago
Kaspar Schleiser 5d8349298f remove bulk of legacy network stack and drivers 8 years ago
Hauke Petersen 044d3c704e Merge pull request #3566 from OlegHahm/networking_example_fib
examples: added fib to ng_networking
8 years ago
Hauke Petersen ce73a7d1ca Merge pull request #3558 from OlegHahm/initialize_pointer
ccn-lite: initialize pointer
8 years ago
Oleg Hahm 93013afb35 examples: added fib to ng_networking 8 years ago
Martine Lenders 6d9b928818 Merge pull request #3536 from cgundogan/pr/doc/todo
Make use of doxygen todo
8 years ago
Martine Lenders 0aef65bd76 Merge pull request #3559 from OlegHahm/channel_26_as_default
ieee802.15.4: switch to 26 as default channel
8 years ago
Oleg Hahm 9355f05cb7 Merge pull request #3560 from gebart/pr/newlib-getpid_r
sys/newlib: Small fixes
8 years ago
Martine Lenders 81baf36ee2 Merge pull request #3563 from cgundogan/pr/ng_ndp/minor_docfix
ng_ndp + ng_ipv6: minor spelling fixes
8 years ago
Cenk Gündoğan 71e57aa5bf ng_ipv6: minor debug output fix 8 years ago
Cenk Gündoğan 09aeb31f1a ng_ndp: minor doc fix 8 years ago
Hauke Petersen caf75475ad Merge pull request #3562 from kaspar030/avr8_blacklist_coap
tests: coap: blacklist avr8
8 years ago
Kaspar Schleiser aabaaa0501 tests: coap: blacklist avr8 8 years ago
Peter Kietzmann 1e2fd34d1e Merge pull request #3557 from OlegHahm/debug_cleanup
debug cleanup
8 years ago
Joakim Gebart 05fd5c16eb sys/newlib/syscalls.c: Clean up _sbrk_r implementation 8 years ago
Joakim Gebart e7bb223eaa sys/newlib/syscalls.c: Clean up function prototypes 8 years ago
Joakim Gebart b52c93fdc2 sys/newlib/syscalls.c: Add _getpid_r implementation 8 years ago
Joakim Gebart 3551208f51 Merge pull request #3556 from gebart/pr/ng_sixlowpan-pktbuf-stats-enable-debug
ng_sixlowpan: Fix typo in preprocessor condition for calling pktbuf statistics
8 years ago
Oleg Hahm 761183bfd7 ieee802.15.4: switch to 26 as default channel
In order to avoid collisions with IEEE 802.11b networks, channel 25 or
26 is the best choice.

See for instance https://www.cs.umd.edu/~ctas/bibs/2007/4.pdf
8 years ago
Oleg Hahm ebd68b21f4 ccn-lite: initialize pointer 8 years ago
Oleg Hahm d5e356a90f ek-lm4f120xl: removed unused debugging macros 8 years ago
Oleg Hahm 9166d1d280 avsextrem: removed leftover printf() 8 years ago
Oleg Hahm 4f4b924e6f crypto: replaced printf with DEBUGF
also getting rid of non-ISO compliant __FUNCTION__ macros
8 years ago
Joakim Gebart e6a1366bec ng_sixlowpan: Fix typo in preprocessor condition for calling pktbuf statistics 8 years ago
Peter Kietzmann 4055b807ec Merge pull request #3553 from gebart/pr/timer-dev-enums
drivers/include/periph/timer.h: add dev_enums.h include until all platforms have been updated
8 years ago
Oleg Hahm a7fc5aa920 Merge pull request #3466 from gebart/pr/buildtests-Werror
Makefile.include: Add -Werror by default
8 years ago
Joakim Gebart e95a4c50a9 make: Build with -Werror by default
Can be overridden from the environment by setting WERROR=0

also remove reversed logic for Werror in Makefile.buildtest
(a typo caused Werror to be always enabled for all builds)
8 years ago
Joakim Gebart abc0a3f97f drivers/include/periph/timer.h: add dev_enums.h include until all platforms have been updated 8 years ago
Oleg Hahm b31f960282 Merge pull request #3449 from benoit-canet/reboot
native: Take care of cleaning up networking properly on reboot
8 years ago
Benoît Canet 22da1f834b native: ng: net: Close tap device and cleanup on reboot 8 years ago
Benoît Canet 008b105166 native: net: Take care of unregistering SIGIO on reboot 8 years ago
Benoît Canet 800b057fac native: net: Make _native_tap_fd static
One global variable less is always good.
8 years ago
Hauke Petersen 88a81a3753 Merge pull request #3539 from haukepetersen/opt_periph_timer
drivers/periph: updated the timer interface a bit
8 years ago
Hauke Petersen 3caa44ca95 cpu/lm4f120: included dev_enums.h in periph_cpu.h 8 years ago
Hauke Petersen 3d6661fa62 cpu/lpc1768: included dev_enums.h in periph_cpu.h 8 years ago
Hauke Petersen b21e21e6e1 drivers/periph: updated the timer interface a bit
- fixed some formatting to comments fit 80 char page width
- made tim_t overridable by the CPU
- defined TIMER_DEV() and TIMER_UNDEF macros
8 years ago
Oleg Hahm 64544ee927 Merge pull request #3543 from cgundogan/pr/universal_address/cleanup
sys/universal_address: Makefile cleanup
8 years ago
BytesGalore f3494b12f5 Merge pull request #3542 from cgundogan/pr/trickle/cleanup
sys/trickle: Makefile and include guards cleanup
8 years ago
Cenk Gündoğan a2f4d990c6 sys/universal_address: Makefile cleanup 8 years ago
Cenk Gündoğan 355e60c5ff timex: use doxygen todo 8 years ago
Cenk Gündoğan 6e1a593e28 cortexm_common: use doxygen todo 8 years ago
Cenk Gündoğan 7d2fdc528e ng_zep: use doxygen todo 8 years ago