gnrc/netif: convert to ztimer#17354
Merged
fjmolinas merged 3 commits intoRIOT-OS:masterfrom Jan 31, 2022
Merged
Conversation
22 tasks
Contributor
|
Please squash! |
d02aea1 to
2304ac3
Compare
Member
Author
squashed! |
fjmolinas
previously approved these changes
Dec 8, 2021
Contributor
fjmolinas
left a comment
There was a problem hiding this comment.
ACK, straightforward enough, ran the test on multiple BOARDs all passing.
Contributor
|
There seems to be an issue, the test does not pass on |
Contributor
This issue was fixed with #17393 |
2304ac3 to
fe0b297
Compare
fjmolinas
reviewed
Jan 28, 2022
examples/ccn-lite-relay/Makefile.ci
Outdated
| @@ -1,3 +1,4 @@ | |||
| BOARD_INSUFFICIENT_MEMORY := \ | |||
| stm32f030f4-demo \ | |||
| pba-d-01-kw2x \ | |||
Contributor
There was a problem hiding this comment.
Are you sure this is needed?
BOARD=pba-d-01-kw2x make -C examples/ccn-lite-relay/ -j
Building application "ccn-lite-relay" for "pba-d-01-kw2x" with MCU "kinetis".
"make" -C /home/francisco/workspace/RIOT/pkg/ccn-lite
/home/francisco/workspace/RIOT/dist/tools/cmake/generate-xcompile-toolchain.sh > /home/francisco/workspace/RIOT/build/pkg/ccn-lite/xcompile-toolchain.cmake
cmake -B/home/francisco/workspace/RIOT/examples/ccn-lite-relay/bin/pba-d-01-kw2x/pkg-build/ccn-lite -H/home/francisco/workspace/RIOT/build/pkg/ccn-lite/src \
-DCMAKE_TOOLCHAIN_FILE=/home/francisco/workspace/RIOT/build/pkg/ccn-lite/xcompile-toolchain.cmake \
-DCCNL_RIOT=1 -DRIOT_CFLAGS="-isystem /home/francisco/opt/gcc-arm-none-eabi-10-2020-q4-major/arm-none-eabi/include/newlib-nano -I/home/francisco/workspace/RIOT/core/include -I/home/francisco/workspace/RIOT/drivers/include -I/home/francisco/workspace/RIOT/sys/include -I/home/francisco/workspace/RIOT/boards/pba-d-01-kw2x/include -I/home/francisco/workspace/RIOT/cpu/kinetis/include -I/home/francisco/workspace/RIOT/cpu/cortexm_common/include -I/home/francisco/workspace/RIOT/cpu/cortexm_common/include/vendor -I/home/francisco/workspace/RIOT/sys/libc/include -I/home/francisco/workspace/RIOT/build/pkg/ccn-lite/src/ccnl-riot/include -I/home/francisco/workspace/RIOT/build/pkg/ccn-lite/src/ccnl-core/include -I/home/francisco/workspace/RIOT/build/pkg/ccn-lite/src/ccnl-pkt/include -I/home/francisco/workspace/RIOT/build/pkg/ccn-lite/src/ccnl-fwd/include -I/home/francisco/workspace/RIOT/sys/net/gnrc/pktbuf/include -I/home/francisco/workspace/RIOT/sys/net/gnrc/pktbuf_static/include -I/home/francisco/workspace/RIOT/sys/posix/include -I/home/francisco/workspace/RIOT/sys/net/link_layer/eui_provider/include -I/home/francisco/workspace/RIOT/drivers/kw2xrf/include" -DBUILD_TESTING=OFF
Doxygen build started
-- Configuring done
-- Generating done
-- Build files have been written to: /home/francisco/workspace/RIOT/examples/ccn-lite-relay/bin/pba-d-01-kw2x/pkg-build/ccn-lite
make -C /home/francisco/workspace/RIOT/examples/ccn-lite-relay/bin/pba-d-01-kw2x/pkg-build/ccn-lite
[ 11%] Built target ccnl-pkt
[ 13%] Built target ccnl-fwd
[ 48%] Built target ccnl-core
[100%] Built target ccnl-riot
"make" -C /home/francisco/workspace/RIOT/boards/pba-d-01-kw2x
"make" -C /home/francisco/workspace/RIOT/core
"make" -C /home/francisco/workspace/RIOT/cpu/kinetis
"make" -C /home/francisco/workspace/RIOT/drivers
"make" -C /home/francisco/workspace/RIOT/sys
"make" -C /home/francisco/workspace/RIOT/drivers/kw2xrf
"make" -C /home/francisco/workspace/RIOT/drivers/netdev
"make" -C /home/francisco/workspace/RIOT/sys/auto_init
"make" -C /home/francisco/workspace/RIOT/drivers/periph_common
"make" -C /home/francisco/workspace/RIOT/sys/div
"make" -C /home/francisco/workspace/RIOT/cpu/cortexm_common
"make" -C /home/francisco/workspace/RIOT/sys/evtimer
"make" -C /home/francisco/workspace/RIOT/cpu/kinetis/periph
"make" -C /home/francisco/workspace/RIOT/sys/fmt
"make" -C /home/francisco/workspace/RIOT/sys/frac
"make" -C /home/francisco/workspace/RIOT/sys/isrpipe
"make" -C /home/francisco/workspace/RIOT/sys/luid
"make" -C /home/francisco/workspace/RIOT/sys/malloc_thread_safe
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc
"make" -C /home/francisco/workspace/RIOT/sys/net/link_layer/eui_provider
"make" -C /home/francisco/workspace/RIOT/sys/net/link_layer/ieee802154
"make" -C /home/francisco/workspace/RIOT/sys/net/link_layer/l2util
"make" -C /home/francisco/workspace/RIOT/cpu/cortexm_common/periph
"make" -C /home/francisco/workspace/RIOT/sys/net/netif
"make" -C /home/francisco/workspace/RIOT/sys/newlib_syscalls_default
"make" -C /home/francisco/workspace/RIOT/sys/od
"make" -C /home/francisco/workspace/RIOT/sys/pm_layered
"make" -C /home/francisco/workspace/RIOT/sys/ps
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/netapi
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/netif
"make" -C /home/francisco/workspace/RIOT/sys/random
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/netreg
"make" -C /home/francisco/workspace/RIOT/sys/shell
"make" -C /home/francisco/workspace/RIOT/sys/shell/commands
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/pkt
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/pktbuf
"make" -C /home/francisco/workspace/RIOT/sys/stdio_uart
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/pktbuf_static
"make" -C /home/francisco/workspace/RIOT/sys/timex
"make" -C /home/francisco/workspace/RIOT/sys/tsrb
"make" -C /home/francisco/workspace/RIOT/sys/ztimer
"make" -C /home/francisco/workspace/RIOT/sys/ztimer64
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/pktdump
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/netif/hdr
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/netif/ieee802154
"make" -C /home/francisco/workspace/RIOT/sys/net/gnrc/netif/init_devs
text data bss dec hex filename
62660 180 14848 77688 12f78 /home/francisco/workspace/RIOT/examples/ccn-lite-relay/bin/pba-d-01-kw2x/ccn-lite-relay.elf
Member
Author
There was a problem hiding this comment.
Oops, fixed with the latests push
78594a4 to
93ac9d9
Compare
Contributor
|
Thanks @bergzand! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This converts gnrc_netif.c to use ztimer instead of xtimer.
Testing procedure
I think the test in tests
tests/gnrc_netif_ipv6_wait_for_global_addressshould be sufficient:Issues/PRs references
On the list of #17111