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

7610 Commits

Author SHA1 Message Date
Oleg Hahm
9355f05cb7 Merge pull request #3560 from gebart/pr/newlib-getpid_r
sys/newlib: Small fixes
2015-08-05 15:50:08 +02:00
Martine Lenders
81baf36ee2 Merge pull request #3563 from cgundogan/pr/ng_ndp/minor_docfix
ng_ndp + ng_ipv6: minor spelling fixes
2015-08-05 15:01:20 +02:00
Cenk Gündoğan
71e57aa5bf ng_ipv6: minor debug output fix 2015-08-05 14:17:25 +02:00
Cenk Gündoğan
09aeb31f1a ng_ndp: minor doc fix 2015-08-05 14:16:59 +02:00
Hauke Petersen
caf75475ad Merge pull request #3562 from kaspar030/avr8_blacklist_coap
tests: coap: blacklist avr8
2015-08-05 14:09:41 +02:00
aabaaa0501 tests: coap: blacklist avr8 2015-08-05 14:08:41 +02:00
Peter Kietzmann
1e2fd34d1e Merge pull request #3557 from OlegHahm/debug_cleanup
debug cleanup
2015-08-05 08:26:13 +02:00
Joakim Gebart
05fd5c16eb sys/newlib/syscalls.c: Clean up _sbrk_r implementation 2015-08-04 21:05:08 +02:00
Joakim Gebart
e7bb223eaa sys/newlib/syscalls.c: Clean up function prototypes 2015-08-04 21:04:34 +02:00
Joakim Gebart
b52c93fdc2 sys/newlib/syscalls.c: Add _getpid_r implementation 2015-08-04 19:55:49 +02:00
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
2015-08-04 18:12:56 +02:00
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
2015-08-04 18:02:27 +02:00
Oleg Hahm
ebd68b21f4 ccn-lite: initialize pointer 2015-08-04 17:54:27 +02:00
Oleg Hahm
d5e356a90f ek-lm4f120xl: removed unused debugging macros 2015-08-04 17:48:26 +02:00
Oleg Hahm
9166d1d280 avsextrem: removed leftover printf() 2015-08-04 17:48:08 +02:00
Oleg Hahm
4f4b924e6f crypto: replaced printf with DEBUGF
also getting rid of non-ISO compliant __FUNCTION__ macros
2015-08-04 17:47:40 +02:00
Joakim Gebart
e6a1366bec ng_sixlowpan: Fix typo in preprocessor condition for calling pktbuf statistics 2015-08-04 17:25:21 +02:00
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
2015-08-04 16:42:52 +02:00
Oleg Hahm
a7fc5aa920 Merge pull request #3466 from gebart/pr/buildtests-Werror
Makefile.include: Add -Werror by default
2015-08-04 10:49:29 +02:00
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)
2015-08-04 08:37:39 +02:00
Joakim Gebart
abc0a3f97f drivers/include/periph/timer.h: add dev_enums.h include until all platforms have been updated 2015-08-03 22:52:22 +02:00
Oleg Hahm
b31f960282 Merge pull request #3449 from benoit-canet/reboot
native: Take care of cleaning up networking properly on reboot
2015-08-03 22:27:08 +02:00
Benoît Canet
22da1f834b native: ng: net: Close tap device and cleanup on reboot 2015-08-03 18:17:53 +02:00
Benoît Canet
008b105166 native: net: Take care of unregistering SIGIO on reboot 2015-08-03 18:17:53 +02:00
Benoît Canet
800b057fac native: net: Make _native_tap_fd static
One global variable less is always good.
2015-08-03 18:17:52 +02:00
Hauke Petersen
88a81a3753 Merge pull request #3539 from haukepetersen/opt_periph_timer
drivers/periph: updated the timer interface a bit
2015-08-03 14:42:50 +02:00
Hauke Petersen
3caa44ca95 cpu/lm4f120: included dev_enums.h in periph_cpu.h 2015-08-03 13:56:16 +02:00
Hauke Petersen
3d6661fa62 cpu/lpc1768: included dev_enums.h in periph_cpu.h 2015-08-03 13:56:16 +02:00
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
2015-08-03 13:56:16 +02:00
Oleg Hahm
64544ee927 Merge pull request #3543 from cgundogan/pr/universal_address/cleanup
sys/universal_address: Makefile cleanup
2015-08-03 12:23:36 +02:00
BytesGalore
f3494b12f5 Merge pull request #3542 from cgundogan/pr/trickle/cleanup
sys/trickle: Makefile and include guards cleanup
2015-08-03 11:22:39 +02:00
Cenk Gündoğan
a2f4d990c6 sys/universal_address: Makefile cleanup 2015-08-03 11:18:16 +02:00
Cenk Gündoğan
355e60c5ff timex: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
6e1a593e28 cortexm_common: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
7d2fdc528e ng_zep: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
ee133344bd ng_icmpv6: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
0d73cd301d ng_fib: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
a6f04dd090 cbor: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
4638a57e38 ng_at86rf2xx: use doxygen todo 2015-08-03 11:00:21 +02:00
Cenk Gündoğan
0738f67de0 Merge pull request #3017 from BytesGalore/fix_remove_misplaced_usemodule
sys/Makefile: del `USEMODULE`s for `transport_layer` already present in `Makefile.dep`
2015-08-03 10:55:46 +02:00
Oleg Hahm
2795d51d90 Merge pull request #3058 from cgundogan/universal_address_fib_split
sys/universal_address: separate universal_address from fib
2015-08-03 10:42:59 +02:00
Cenk Gündoğan
4a21c54547 sys/trickle: Makefile and include guard cleanup 2015-08-03 10:36:48 +02:00
Peter Kietzmann
ecf0f96ce4 Merge pull request #3519 from authmillenon/ng_sixlowpan_frag/bug/preempt-frag-sending
ng_sixlowpan_frag: preempt fragmentation
2015-08-03 08:32:41 +02:00
e04e1b7207 Merge pull request #3527 from kaspar030/fix_iot-lab_timer_definitions
cpu: stm32f1: fix TIMERx_MAX_VALUE definitions
2015-07-31 20:05:03 +02:00
Martine Lenders
4d5d65a718 Merge pull request #3534 from cgundogan/pr/ng_pktbuf_static/minor_style_fix
ng_pktbuf_static: remove unnecessary parens
2015-07-31 19:45:07 +02:00
Martine Lenders
59e15220c2 Merge pull request #3533 from cgundogan/pr/ng_pktbuf_static/enhanced_pktbuf_contains
ng_pktbuf_static: enhance _pktbuf_contains
2015-07-31 19:40:17 +02:00
Martine Lenders
0bdd33123b Merge pull request #3532 from cgundogan/pr/ng_pktbuf_static/docfix
ng_pktbuf: minor doc fixes
2015-07-31 19:40:04 +02:00
Cenk Gündoğan
aec0a703c6 ng_pktbuf_static: remove unnecessary parens 2015-07-31 19:14:49 +02:00
Cenk Gündoğan
b475bfd8f0 ng_pktbuf_static: enhance _pktbuf_contains 2015-07-31 18:44:39 +02:00
Cenk Gündoğan
58b672f83d ng_pktbuf: minor doc fixes 2015-07-31 18:26:00 +02:00