Skip to content

Commit

Permalink
PUS packets arriving now
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 21, 2024
1 parent ddae742 commit f535a47
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 69 deletions.
48 changes: 48 additions & 0 deletions embedded-examples/stm32h7-rtic/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions embedded-examples/stm32h7-rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }
cortex-m-semihosting = "0.5.0"
stm32h7xx-hal = { version="0.16", features= ["stm32h743v", "ethernet"] }
embedded-alloc = "0.5"
rtic-sync = { version = "1", features = ["defmt-03"] }

[dependencies.smoltcp]
version = "0.11.0"
Expand Down
4 changes: 2 additions & 2 deletions embedded-examples/stm32h7-rtic/pyclient/def_tmtc_conf.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"com_if": "serial_cobs",
"serial_baudrate": 115200
"com_if": "udp",
"tcpip_udp_port": 7301
}
Loading

0 comments on commit f535a47

Please sign in to comment.