You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/xbd-net/debug.setup.bash
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ alias nnn='nn-notap'
4
4
alias ee-wifi='make run-esp32-wroom32'
5
5
6
6
alias mr='EMU_NATIVE_TAP=tap1 make native-run-riot'
7
+
alias tb='mr | a debug'# ()> b
7
8
8
9
alias ee='echo "assuming tap0/br0 is already set up" && make build-esp32 && RIOT_BOARD=esp32-ethernet-kit-v1_0 EMU_ESP32_NIC="tap,model=open_eth,ifname=tap0,script=no,downscript=no" make esp32-run-riot'
9
10
alias nn='echo "assuming tap1 is already set up" && IPV6_AUTO=0 IPV6_ADDR=fe80::78ec:5fff:febd:add9 make build-native && EMU_NATIVE_TAP=tap1 make native-run-riot'
0 commit comments