]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commit
Add ping function to debug tools
authorJakub NejedlĂ˝ <nejedjak@fel.cvut.cz>
Wed, 21 Aug 2019 07:56:07 +0000 (09:56 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Sat, 31 Aug 2019 21:16:08 +0000 (23:16 +0200)
commit0b36be9b983ad944852e776310b8e3282da7b145
tree86c0b136da21eb1f1a0ceed0318314d7f730bbcd
parentd0b292099da1a1ed8f34d1373655d863dc569745
Add ping function to debug tools

Ping command is now useable to test ethernet conection.
Main part of code was taken from
http://www.smallerapple.com/ZhangJianfei/rt-thread/blob/98fc1cb4cf0fd20a79f16b72fd72846c207702b5/components/net/lwip-1.3.2/apps/ping.c
rpp-test-sw/Makefile.var
rpp-test-sw/commands/.gitattributes
rpp-test-sw/commands/cmd.c
rpp-test-sw/commands/cmd_ping.c [new file with mode: 0644]
rpp-test-sw/commands/cmd_ping.h [new file with mode: 0644]