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
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
0738f67de0
Merge pull request #3017 from BytesGalore/fix_remove_misplaced_usemodule
...
sys/Makefile: del `USEMODULE`s for `transport_layer` already present in `Makefile.dep`
8 years ago
Oleg Hahm
2795d51d90
Merge pull request #3058 from cgundogan/universal_address_fib_split
...
sys/universal_address: separate universal_address from fib
8 years ago
Cenk Gündoğan
4a21c54547
sys/trickle: Makefile and include guard cleanup
8 years ago
Peter Kietzmann
ecf0f96ce4
Merge pull request #3519 from authmillenon/ng_sixlowpan_frag/bug/preempt-frag-sending
...
ng_sixlowpan_frag: preempt fragmentation
8 years ago
Kaspar Schleiser
e04e1b7207
Merge pull request #3527 from kaspar030/fix_iot-lab_timer_definitions
...
cpu: stm32f1: fix TIMERx_MAX_VALUE definitions
8 years ago
Martine Lenders
4d5d65a718
Merge pull request #3534 from cgundogan/pr/ng_pktbuf_static/minor_style_fix
...
ng_pktbuf_static: remove unnecessary parens
8 years ago
Martine Lenders
59e15220c2
Merge pull request #3533 from cgundogan/pr/ng_pktbuf_static/enhanced_pktbuf_contains
...
ng_pktbuf_static: enhance _pktbuf_contains
8 years ago
Martine Lenders
0bdd33123b
Merge pull request #3532 from cgundogan/pr/ng_pktbuf_static/docfix
...
ng_pktbuf: minor doc fixes
8 years ago
Cenk Gündoğan
aec0a703c6
ng_pktbuf_static: remove unnecessary parens
8 years ago
Cenk Gündoğan
b475bfd8f0
ng_pktbuf_static: enhance _pktbuf_contains
8 years ago
Cenk Gündoğan
58b672f83d
ng_pktbuf: minor doc fixes
8 years ago
Thomas Eichinger
4c4e54ad34
Merge pull request #3503 from OlegHahm/cc2420_freq_fix
...
cc2420: mask FSCTRL register for frequency access
8 years ago
Martine Lenders
0558dedb16
Merge pull request #3531 from authmillenon/ng_at86rf2xx/enh/freq-not-ifdefed
...
ng_at86rf2xx: don't ifdef type definitions
8 years ago
Martine Lenders
392e16f854
Merge pull request #3522 from authmillenon/ng_ipv6_netif/fix/source-for-other-subnets
...
ng_ipv6_netif: find source addresses for destinations from other subnets
8 years ago
Cenk Gündoğan
7e253df7f1
unittests: find best src addr with other subnet
8 years ago
Martine Lenders
5174f75bc2
ng_ipv6_netif: find source addresses for destinations from other subnets
8 years ago
Martine Lenders
93151bcf45
ng_at86rf2xx: don't ifdef type definitions
8 years ago
Martine Lenders
0dbe086b0b
Merge pull request #3528 from haukepetersen/opt_at86_header
...
driver/ng_at86rfxxx: fixed formatting in header
8 years ago
Lotte Steenbrink
02f502ddab
Merge pull request #3492 from BytesGalore/fib_changed_prefix_size_name
...
fib: changed misleading parameter name and documentation
8 years ago
Hauke Petersen
de6113abbe
Merge pull request #3529 from haukepetersen/fix_sc_makefile
...
sys/shell_commands: fixed formatting in Makefile
8 years ago
BytesGalore
f04c912493
fib: changed misleading parameter name and documentation
8 years ago
Cenk Gündoğan
ea5e371383
sys/universal_address: separate universal_address from fib
8 years ago
Hauke Petersen
db862f13a1
sys/shell_commands: fixed formatting in Makefile
8 years ago
Hauke Petersen
360d90d0b1
driver/ng_at86rfxxx: fixed formatting in header
8 years ago
Cenk Gündoğan
533b9d6492
Merge pull request #3526 from haukepetersen/rm_deprecated_autoinitnetif
...
boards: removed deprecated netif initializations
8 years ago
Kaspar Schleiser
f584bd6921
cpu: stm32f1: fix timer auto reload value
...
Previously, the auto-reload register was set to TIMERx_MAXVALUE. This is
incorrect, as TIMERx combines two 16bit timers.
This commit fixes the assignment.
8 years ago
Kaspar Schleiser
a134693918
board: iot-lab_M3: fix timer MAX_VALUEs
...
our implementation of stm32f1 uses two 16bit timers to emulate one 32bit
timer. This commit makes the timer maximum value definitions match the
timers.
8 years ago
Peter Kietzmann
f172973702
Merge pull request #3524 from cgundogan/pr/fib/print_addresstypo_fix
...
ng_fib: fix fib_print_address typo
8 years ago
Hauke Petersen
b6a38b1db2
boards: removed deprecated netif initializations
8 years ago
Cenk Gündoğan
56170819d9
ng_fib: fix fib_print_address typo
8 years ago
Kaspar Schleiser
220371c54a
Merge pull request #3521 from benoit-canet/native_no_obsolette_irq
...
native: irq: Get rid of dINT() and eINT()
8 years ago
Lucas Jenß
56ec95e0c0
Merge pull request #3520 from backenklee/ng_networking-extended-documentation
...
extended the documentation for the ng_networking example
8 years ago
Benoît Canet
4893d4daea
native: irq: Get rid of dINT() and eINT()
...
Get rid of internal usage of the old IRQ
API and keep it's implementation while
waiting for other modules to kill it.
8 years ago
backenklee
59564649c3
extended the documentation for the ng_networking example
8 years ago
Martine Lenders
c699fbaaf0
Merge pull request #3448 from authmillenon/ng_netreg/doc/its-a-trap
...
ng_netreg: warn about context overwrite
8 years ago
Martine Lenders
611e7f9335
ng_sixlowpan_frag: preempt fragmentation
8 years ago
Martine Lenders
074bb83628
auto_init: make MAC priorities higher than IPv6's
...
(and equal to 6LoWPAN's)
8 years ago
Kaspar Schleiser
21238b2ccc
Merge pull request #3347 from benoit-canet/timer
...
native: timer: synchronize HWTIMER_SPIN_BARRIER with native timer min resolution
8 years ago
Martine Lenders
3d9945667f
Merge pull request #3496 from authmillenon/ng_pktbuf/enh/new_default
...
ng_pktbuf: new default packet buffer implementation
8 years ago
Martine Lenders
386d9f30cc
Merge pull request #3516 from authmillenon/ng_sixlowpan/fix/fix-the-dereviewed-fixes
...
ng_sixlowpan: fix the kaputt-reviewed fixes
8 years ago
Oleg Hahm
60198e494c
Merge pull request #3515 from haukepetersen/rm_net_deprecated
...
net: removed deprecated non-gnrc netapi
8 years ago
Martine Lenders
810654e178
ng_sixlowpan: fix the kaputt-reviewed fixes
8 years ago