Commit Graph

7761 Commits (7f6966aaccd8993d9712c451ae01a1c748e0b16c)
 

Author SHA1 Message Date
Cenk Gündoğan 7f6966aacc ng_rpl: RPL for the gnrc network stack 8 years ago
Oleg Hahm b68213a410 Merge pull request #3561 from OlegHahm/ipv6_source_candidate_set
IPv6: implement source address candidate selection
8 years ago
Oleg Hahm 65e2acb29d unittests: fixed ipv6_netif tests
Anycasts are not explicitly forbidden according to RFC6724, Appendix B.
8 years ago
Oleg Hahm 8b2d9bfe4b make: added dependency from ipv6_netif to bitfield 8 years ago
Oleg Hahm 04d77bd3f2 IPv6: implement source address selection
see http://tools.ietf.org/html/rfc6724#section-4 and
http://tools.ietf.org/html/rfc6724#section-5
8 years ago
Martine Lenders feb8b8cc0f Merge pull request #3639 from OlegHahm/unittest-color-output
Added a colored outputter to embUnit.
8 years ago
Hauke Petersen 3922b6c852 Merge pull request #3530 from kaspar030/update_msba2
cpu: lpc2387: provide periph/* implementations, update to use newlib module.
8 years ago
Martine Lenders 4c2af1e341 Merge pull request #3643 from authmillenon/examples/enh/rename-ng_networking
examples: rename ng_networking to gnrc_networking
8 years ago
Martine Lenders f12499717c examples: rename ng_networking to gnrc_networking 8 years ago
Oleg Hahm bbe6ec50de Merge pull request #3613 from authmillenon/ng_sixlowpan/fix/issue-3588
ng_sixlowpan: fix #3588
8 years ago
Martine Lenders 56817ba015 Merge pull request #3596 from authmillenon/udp/api/disintangle
udp: put UDP header in its own module
8 years ago
Janos Kutscherauer 5d7ba5b35f Added a colored outputter to embUnit.
The outputter is called ColorTextOutputter and can be enabled by defining OUTPUT=COLORTEXT.
The colored outputter behaves just like the TextOutputter, but displays successful tests in GREEN and failed tests in RED. The summary message is also in GREEN/RED, but is slightly different from the TextOutputter.

Also:
* Added fancy simple none-verbose color-outputter for EmbUnit. The outputter outputs a simple statistics line in GREEN or RED, according to the test success or failure. (Also, the ColorTextOutputter was adjusted to use the statistics output of this new ColorOutputter.) The new outputter can be activated with OUTPUT=COLOR.
* Added a single character "." output for the simple color outputter and replaced the color codes by macros.
8 years ago
Martine Lenders 1129f56741 ng_sixlowpan: fix #3588 8 years ago
Oleg Hahm bc3aba24a4 Merge pull request #3594 from authmillenon/ipv6/api/disentengle-hdr-ext
ipv6: move non-GNRC types and functions in their own module
8 years ago
Oleg Hahm 8861834de7 Merge pull request #3641 from cgundogan/pr/netif/docfix
sys/include/net/ng_ipv6/netif.h: docfix
8 years ago
Cenk Gündoğan 9a0506f9ff Merge pull request #3634 from OlegHahm/ipv6_router_default
ng_networking: configure as router per default
8 years ago
Cenk Gündoğan edc609d2e2 sys/include/net/ng_ipv6/netif.h: docfix 8 years ago
Cenk Gündoğan 083b3df7d3 Merge pull request #3507 from cgundogan/pr/iotlab-testbed/exp_name
dist/testbed-support: make experiment name configurable
8 years ago
Cenk Gündoğan 049d24aa6e dist/testbed-support: make experiment name configurable 8 years ago
Martine Lenders bce1cf618d Merge pull request #3586 from daniel-k/fix/pktbuf_release_check_contains
ng_pktbuf_static: check if pkt is in buffer before derefencing in ng_pktbuf_release
8 years ago
Kaspar Schleiser b0ad14c111 Merge pull request #3625 from kaspar030/minor_ccache_fixes
make: ccache: set ccache basedir to RIOTBASE
8 years ago
Joakim Gebart d08921599e Merge pull request #3637 from gebart/pr/k60-cleanup
boards/mulle: cleanup
8 years ago
Joakim Gebart ff05007a6e boards/mulle: cleanup
Remove old syscalls implementation from before cortexm_common unification and sys/newlib introduction.
8 years ago
Hauke Petersen b4071d08ea Merge pull request #3621 from Darredevil/wakaama-pkg
adding wakaama pkg
8 years ago
Oleg Hahm 8da1c429d3 ng_networking: configure as router per default 8 years ago
Martine Lenders 2903667494 tests: adapt unittests for ipv6_hdr module division 8 years ago
Martine Lenders 4f650b31f9 ipv6: move non-GNRC types and functions in their own modules 8 years ago
Joakim Gebart f65f721b6a Merge pull request #3633 from gebart/pr/sniffer-usec-fix
dist/tools/sniffer: Fix usec calculation
8 years ago
Kaspar Schleiser 5e51bf8ddd board: pttu: add dummy LED defines 8 years ago
Kaspar Schleiser 0e72872cde boards: avsextrem: remove obsolete FAT defines 8 years ago
Kaspar Schleiser 5003ebc91e board: redbee-econotag: fix Makefile for newlib 8 years ago
Kaspar Schleiser 3b94a0d497 lpc2387/msba2/avsextrem: fix doxygen warnings 8 years ago
Kaspar Schleiser a03ff202cf cpu: lpc2387: switch to newlib module 8 years ago
Kaspar Schleiser 4dd63dd24e cpu: lpc2387: add periph/spi support 8 years ago
Kaspar Schleiser bd76626fb5 cpu: lpc2387: add periph/uart driver 8 years ago
Kaspar Schleiser 3c5f31eb95 cpu: lpc2387: add periph/gpio imlementation 8 years ago
Kaspar Schleiser ab531a5719 boards: msba2-common: remove ltc4150
(it depends on obsolete gpioint module)
8 years ago
Kaspar Schleiser 223ef9fe66 cpu: lpc2387: drop gpioint 8 years ago
Kaspar Schleiser 0541d21f86 Merge pull request #3620 from kaspar030/add_generic_spi_fallbacks
drivers: periph: add generic spi fallbacks
8 years ago
Joakim Gebart 9968c59baa dist/tools/sniffer: Fix usec calculation 8 years ago
Kaspar Schleiser 6b2b5eb5e4 cpu: stm32l1: use periph_common SPI functions 8 years ago
Kaspar Schleiser 4b15cc635e cpu: stm32f4: use periph_common SPI functions 8 years ago
Kaspar Schleiser fa00154f2a cpu: stm32f3: use periph_common SPI functions 8 years ago
Kaspar Schleiser 6c185655c8 cpu: stm32f1: use periph_common SPI functions 8 years ago
Kaspar Schleiser 336c5300cd cpu: stm32f0: use periph_common SPI functions 8 years ago
Kaspar Schleiser 21c774fd82 cpu: saml21: use periph_common SPI functions 8 years ago
Kaspar Schleiser 0a859b91ee cpu: samd21: use periph_common SPI functions 8 years ago
Kaspar Schleiser 626289b5c7 cpu: sam3: use periph_common SPI functions 8 years ago
Kaspar Schleiser 10a77b7775 drivers: add periph_common
This module contains shared functions for periph implementations.
8 years ago
Oleg Hahm a967fabde1 Merge pull request #3624 from authmillenon/gnrc_ndp/fix/i3597
gnrc: Fix #3597 (multi-hop ping)
8 years ago