Skip to content

Commit

Permalink
Implement COSMOS router in plugin configurations for Linux and Pico e…
Browse files Browse the repository at this point in the history
…xamples
  • Loading branch information
Jbsco committed Jun 12, 2024
1 parent 9843319 commit 146732f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/assembly/linux/main/cosmos/plugin/plugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
3 changes: 2 additions & 1 deletion src/assembly/pico/main/cosmos/plugin/plugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>

0 comments on commit 146732f

Please sign in to comment.