[riot-commits] [RIOT-OS/RIOT] d8336c: gnrc_pktbuf: move common auxiliary functions to co...
Martine Lenders
authmillenon at gmail.com
Sat Jul 15 17:07:27 CEST 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: d8336c38b6823f365c7c9ad9ed729aa40703639b
https://github.com/RIOT-OS/RIOT/commit/d8336c38b6823f365c7c9ad9ed729aa40703639b
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)
Changed paths:
M makefiles/pseudomodules.inc.mk
M sys/net/gnrc/Makefile
A sys/net/gnrc/pktbuf/Makefile
A sys/net/gnrc/pktbuf/gnrc_pktbuf.c
M sys/net/gnrc/pktbuf_static/gnrc_pktbuf_static.c
Log Message:
-----------
gnrc_pktbuf: move common auxiliary functions to common module
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.
Commit: f51e4ca7670be47bdeecc29fa0c327eded7c3409
https://github.com/RIOT-OS/RIOT/commit/f51e4ca7670be47bdeecc29fa0c327eded7c3409
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
Changed paths:
M sys/net/gnrc/pktbuf/gnrc_pktbuf.c
M sys/net/gnrc/pktbuf_static/gnrc_pktbuf_static.c
Log Message:
-----------
fixup! gnrc_pktbuf: move common auxiliary functions to common module
Commit: d9bb94eff85e248edac5ab178f25b9cd32479fc5
https://github.com/RIOT-OS/RIOT/commit/d9bb94eff85e248edac5ab178f25b9cd32479fc5
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2017-07-15 (Sat, 15 Jul 2017)
Changed paths:
M makefiles/pseudomodules.inc.mk
M sys/net/gnrc/Makefile
A sys/net/gnrc/pktbuf/Makefile
A sys/net/gnrc/pktbuf/gnrc_pktbuf.c
M sys/net/gnrc/pktbuf_static/gnrc_pktbuf_static.c
Log Message:
-----------
Merge pull request #7183 from miri64/gnrc_pktbuf/enh/fix-common-module
gnrc_pktbuf: move common auxiliary functions to common module
Compare: https://github.com/RIOT-OS/RIOT/compare/fcd343163341...d9bb94eff85e
More information about the commits
mailing list