rename lighthouse host app to "led_strip" as it is not related to
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 02:03:27 +0000 (03:03 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 02:03:27 +0000 (03:03 +0100)
commitd20f21934d0591dcd4e10545096e331116dbf14c
treef7abcba646c027224c1ef5b7cf9b9c939a1f0984
parentd6459affc9d00d5631e45c13e768d87ef195f42b
rename lighthouse host app to "led_strip" as it is not related to
current lighthouse target app.
30 files changed:
host/led_strip/.gitignore [new file with mode: 0644]
host/led_strip/Basic_UDP_Protocol.txt [new file with mode: 0644]
host/led_strip/Makefile [new file with mode: 0644]
host/led_strip/dtplug_protocol_defs.h [new symlink]
host/led_strip/dtplug_protocol_host.c [new file with mode: 0644]
host/led_strip/dtplug_protocol_host.h [new file with mode: 0644]
host/led_strip/handlers.c [new file with mode: 0644]
host/led_strip/handlers.h [new file with mode: 0644]
host/led_strip/list.h [new file with mode: 0644]
host/led_strip/main.c [new file with mode: 0644]
host/led_strip/questions.pl [new file with mode: 0755]
host/led_strip/serial_utils.c [new file with mode: 0644]
host/led_strip/serial_utils.h [new file with mode: 0644]
host/led_strip/sock_utils.c [new file with mode: 0644]
host/led_strip/sock_utils.h [new file with mode: 0644]
host/lighthouse/.gitignore [deleted file]
host/lighthouse/Basic_UDP_Protocol.txt [deleted file]
host/lighthouse/Makefile [deleted file]
host/lighthouse/dtplug_protocol_defs.h [deleted symlink]
host/lighthouse/dtplug_protocol_host.c [deleted file]
host/lighthouse/dtplug_protocol_host.h [deleted file]
host/lighthouse/handlers.c [deleted file]
host/lighthouse/handlers.h [deleted file]
host/lighthouse/list.h [deleted file]
host/lighthouse/main.c [deleted file]
host/lighthouse/questions.pl [deleted file]
host/lighthouse/serial_utils.c [deleted file]
host/lighthouse/serial_utils.h [deleted file]
host/lighthouse/sock_utils.c [deleted file]
host/lighthouse/sock_utils.h [deleted file]