https://github.com/jonlamb-gh/stm32f429-smoltcp-rtic
Example RTIC & smoltcp app
https://github.com/jonlamb-gh/stm32f429-smoltcp-rtic
no-std rtic rust smoltcp
Last synced: 5 months ago
JSON representation
Example RTIC & smoltcp app
- Host: GitHub
- URL: https://github.com/jonlamb-gh/stm32f429-smoltcp-rtic
- Owner: jonlamb-gh
- Created: 2022-04-02T09:52:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T11:00:19.000Z (over 3 years ago)
- Last Synced: 2024-12-27T08:42:51.918Z (7 months ago)
- Topics: no-std, rtic, rust, smoltcp
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stm32f429-smoltcp-rtic
Example RTIC & smoltcp app.
```
cargo run --release(HOST) INFO flashing program (101.63 KiB)
(HOST) INFO success!
────────────────────────────────────────────────────────────────────────────────
INFO - Starting
INFO - Setup: ETH
INFO - Setup: PHY
DEBUG - Reset PHY
DEBUG - Reset complete Bmcr { collision_test: false, force_fd: false, restart_an: false, isolate: false, power_down: false, an_enable: true, force_100: true, loopback: false, soft_reset: false }
DEBUG - Setup PHY
DEBUG - Bmcr { collision_test: false, force_fd: true, restart_an: false, isolate: false, power_down: false, an_enable: true, force_100: true, loopback: false, soft_reset: false }
INFO - Setup: waiting for link
INFO - Setup: TCP/IP
INFO - IP: 192.168.1.39 MAC: 02-00-05-06-07-08
INFO - Setup: net clock timer
INFO - Setup: net link check timer
INFO - Setup: net poll timer
INFO - Initialized
INFO - Binding to UDP port 12345
INFO - Got 5 bytes from 192.168.1.abc:36291
INFO - Got 5 bytes from 192.168.1.abc:45166
────────────────────────────────────────────────────────────────────────────────
```