From 146732f7e5410e2c26925681dbba65d033ba805f Mon Sep 17 00:00:00 2001 From: Jacob Seman Date: Tue, 4 Jun 2024 15:42:07 -0600 Subject: [PATCH] Implement COSMOS router in plugin configurations for Linux and Pico examples --- src/assembly/linux/main/cosmos/plugin/plugin.txt | 2 ++ src/assembly/pico/main/cosmos/plugin/plugin.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assembly/linux/main/cosmos/plugin/plugin.txt b/src/assembly/linux/main/cosmos/plugin/plugin.txt index 159ae4f..181a393 100644 --- a/src/assembly/linux/main/cosmos/plugin/plugin.txt +++ b/src/assembly/linux/main/cosmos/plugin/plugin.txt @@ -13,3 +13,5 @@ Interface <%= linux_example_target_name %>_INT tcpip_server_interface.rb <%= por Map_Target <%= linux_example_target_name %> Protocol Read crc_protocol.rb <%= crc_parameter_name %> false "ERROR" -16 16 Protocol Write cmd_checksum.rb <%= checksum_parameter_name %> +Router <%= linux_example_target_name %>_Router tcpip_server_interface.rb 7779 7779 10.0 nil Length 32 16 7 + Map_Target <%= linux_example_target_name %> diff --git a/src/assembly/pico/main/cosmos/plugin/plugin.txt b/src/assembly/pico/main/cosmos/plugin/plugin.txt index ac49e32..6bb67f8 100644 --- a/src/assembly/pico/main/cosmos/plugin/plugin.txt +++ b/src/assembly/pico/main/cosmos/plugin/plugin.txt @@ -13,4 +13,5 @@ Interface <%= pico_example_target_name %>_INT serial_interface.rb <%= port_w %> Map_Target <%= pico_example_target_name %> Protocol Read crc_sync_protocol.rb <%= crc_parameter_name %> false "ERROR" -16 16 Protocol Write cmd_sync_checksum.rb <%= checksum_parameter_name %> - +Router <%= pico_example_target_name %>_Router tcpip_server_interface.rb 7779 7779 10.0 nil Length 64 16 11 1 Big_Endian 0 FED4AFEE + Map_Target <%= pico_example_target_name %>