- Dec 27, 2018
-
-
Martine Lenders authored
The current implementation uses the assumption that the IPv6 address is always based on an EUI-64, which it doesn't has to.
-
- Dec 06, 2018
-
-
Martine Lenders authored
gnrc_ipv6_ext: use send for forwarding with RH
-
Hauke Petersen authored
gnrc_netif: add general IID to/from l2addr conversion functions
-
Martine Lenders authored
-
Hauke Petersen authored
gnrc_ndp: make compilable for router without ARSM
-
Juan I Carrano authored
Makefile.include: building in docker should be done after clean
-
Martine Lenders authored
Though this change might seem more complicated, it has the benefit, that after #9484 we don't have to assume that a received packet within IPv6's receive function can be handed to the function pre-parsed, making that function far less complicated (will be provided in a future PR). Also this might give the forwarding via routing header a little performance boost, as we now don't *receive* the packet first only to forward it later-on.
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
They are required to make GNRC's 6Lo IPHC implementation ready for hardware addresses other than IEEE 802.15.4's.
-
Leandro Lanzieri authored
boards/{firefly,samr30-xpro}: add missing `periph_gpio_irq` provided feature
-
Leandro Lanzieri authored
cpu/esp8266: fix of adc_res_t
-
Gaëtan Harter authored
When building in parallel, clean is done at the same time as the container starts building. So the parallel `clean all` handling should also be done for the `..in-docker-container` target.
-
Juan I Carrano authored
make: fix BUILD_IN_DOCKER when RIOT is submodule
-
Martine Lenders authored
periph/uart: fix line length in doc header
-
Hauke Petersen authored
-
- Dec 05, 2018
-
-
Kaspar Schleiser authored
tests/xtimer_now64_continuity|xtimer_usleep: disable running test on native
-
Alexandre Abadie authored
openocd: get flash and debug files from cli
-
Sebastian Meiling authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Kaspar Schleiser authored
gnrc_netif: make link-layer specific operations proper submodules
-
Gaëtan Harter authored
mcuboot.mk: Add mcuboot targets to BUILDDEPS.
-
Gaëtan Harter authored
The test randomly fails for unrelated PRs. Expecting real-time timing on native is not really possible. Maybe it could be fixed but it currently triggers many false positive.
-
Gaëtan Harter authored
The test randomly fails for unrelated PRs. Expecting real-time timing on native is not really possible. Maybe it could be fixed but it currently triggers many false positive.
-
Juan Carrano authored
When doing `make -j clean all' the directories can be cleaned after files are made. To ensure files are created after clean, those targets are made conditionally dependent on the clean target. This copies the handling done in Makefile.include.
-
Juan I Carrano authored
eclipse.inc.mk: Split eclipse support into it's own file.
-
Gaëtan Harter authored
Get FLASH_FILE from command line instead of environment variable. The documentation was claiming ELFFILE was given as a command line argument already, but is was not. This is the same change as with `openocd.sh`.
-
Gaëtan Harter authored
Get FLASH_FILE and ELFFILE from command line instead of environment variable. The documentation was claiming ELFFILE was given as a command line argument already, but is was not.
-
Juan Carrano authored
To keep Makefile.include clean and to be consistent with other tools, the Eclipse IDE support is put in a separate file.
-
Martine Lenders authored
No that we introduced sub-modules to `gnrc_netif` we can move that here as well.
-
Martine Lenders authored
-
Hauke Petersen authored
gnrc_netif_hdr: provide convenience function to get netif pointer from netif header.
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Kevin "Bear Puncher" Weiss authored
drivers/periph_eeprom: add clear and erase functions
-
- Dec 04, 2018
-
-
Koen Zandberg authored
shell_commands/ifconfig: mark TENTATIVE addresses correctly
-