https://github.com/smartinscottlogic/advent_2024_embassy
https://github.com/smartinscottlogic/advent_2024_embassy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartinscottlogic/advent_2024_embassy
- Owner: SMartinScottLogic
- Created: 2024-12-24T11:07:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:08:37.000Z (3 months ago)
- Last Synced: 2025-03-01T13:22:05.049Z (3 months ago)
- Language: Rust
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent_2024_embassy
Run on Pico
* cargo run --features defmtRun on Local (linux)
* cargo run --target=x86_64-unknown-linux-gnu --bin linuxmain --features logRun on Local (windows)
* cargo run --target=x86_64-pc-windows-msvc --bin winmain --features log