std-training
Embedded Rust on Espressif training material.
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- Dockerfile
- test.sh
- book.yml
- ci.yml
- docker_image.yml
- issue_handler.yml
- button-interrupt.test.yaml
- dependabot.yml
- hardware-check.test.yaml
- http-client.test.yaml
- config.toml
- solution.rs
- solution_led.rs
- main.rs
- .gitignore
- build.rs
- Cargo.toml
- diagram.json
- rust-toolchain.toml
- sdkconfig.defaults
- wokwi.toml
- config.toml
- icm42670p.rs
- icm42670p_solution.rs
- lib.rs
- main.rs
- build.rs
- Cargo.toml
- diagram.json
- rust-toolchain.toml
- wokwi.toml
- config.toml
- part_1.rs
- part_2.rs
- main.rs
- build.rs
- Cargo.toml
- diagram.json
- rust-toolchain.toml
- wokwi.toml
- README.md
- block_diagram.png
- esp-logo-black.svg
- esp-rs.png
- ferrous-logo.png
- I2C_data_transfer.svg
- mqtt_structure.svg
- rust_board_v1_diagram.svg
- 01_intro.md
- 02_0_preparations.md
- 02_1_hardware.md
- 02_2_software.md
- 02_3_repository.md
- 02_4_hello_board.md
- 03_0_intro_workshop.md
- 03_1_project_orga.md
- 03_2_cargo_generate.md
- 03_3_1_http_https_client.md
- 03_3_2_http_client.md
- 03_3_3_https_client.md
- 03_4_http_server.md
- 03_5_0_mqtt.md
- 03_5_1_mqtt.md
- 03_5_2_mqtt.md
- 03_5_3_mqtt.md
- 04_0_advanced_workshop.md
- 04_2_low_level_io.md
- 04_3_0_i2c.md
- 04_3_1_i2c.md
- 04_3_2_i2c.md
- 04_3_3_i2c.md
- 04_4_0_interrupts.md
- 04_4_1_interrupts.md
- 04_4_2_interrupts.md
- 04_4_3_interrupts.md
- 05_reference.md
- SUMMARY.md
- .gitignore
- book.toml
- lib.rs
- .gitignore
- build.rs
- Cargo.toml
- README.md
- lib.rs
- .gitignore
- Cargo.toml
- config.toml
- ws2812.rs
- lib.rs
- .gitignore
- build.rs
- Cargo.toml
- rust-toolchain.toml
- config.toml
- wifi.rs
- lib.rs
- .gitignore
- build.rs
- Cargo.toml
- cfg.toml.example
- rust-toolchain.toml
- sdkconfig.defaults
- config.toml
- main.rs
- build.rs
- Cargo.toml
- cfg.toml.example
- diagram.json
- rust-toolchain.toml
- sdkconfig.defaults
- wokwi.toml
- config.toml
- http_client.rs
- https_client.rs
- main.rs
- build.rs
- Cargo.toml
- cfg.toml.example
- diagram.json
- rust-toolchain.toml
- sdkconfig.defaults
- wokwi.toml
- config.toml
- http_server.rs
- main.rs
- build.rs
- Cargo.toml
- cfg.toml.example
- rust-toolchain.toml
- sdkconfig.defaults
- config.toml
- solution_publ.rs
- solution_publ_rcv.rs
- main.rs
- .gitignore
- build.rs
- Cargo.toml
- cfg.toml.example
- rust-toolchain.toml
- sdkconfig.defaults
- main.rs
- Cargo.toml
- cfg.toml.example
- README.md
- .gitignore
- LICENSE-APACHE.txt
- LICENSE-MIT.txt
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/esp-rs/std-training
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd std-training
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
~ $ cargo install mdbook
이 명령어를 터미널에 그대로 입력해 실행하세요.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
