mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d8336c38b6
The packet buffer was originally designed to have a replaceable back-end. This is why the actual module is called `gnrc_pktbuf_static`. However, since than some auxiliary functions snuck into the static back-end, which should go into the common module (which is a pseudo-module at the moment). This fix makes the `gnrc_pktbuf` pseudo-module an actual module and moves the auxiliary functions to that module. |
||
---|---|---|
.. | ||
arch | ||
boards | ||
libc | ||
toolchain | ||
tools | ||
application.inc.mk | ||
bindist.inc.mk | ||
buildtests.inc.mk | ||
cflags.inc.mk | ||
defaultmodules.inc.mk | ||
docker.inc.mk | ||
features.inc.mk | ||
modules.inc.mk | ||
pseudomodules.inc.mk | ||
scan-build.inc.mk | ||
tests.inc.mk | ||
vars.inc.mk |