Skip to content

Commit b6e038b

Browse files
Run dos2unix to convert crlf to lf
1 parent 69806e6 commit b6e038b

File tree

15 files changed

+1360
-1360
lines changed

15 files changed

+1360
-1360
lines changed

ARCHITECTURE.md

Lines changed: 422 additions & 422 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
## Contributing
2-
3-
Unless you explicitly state otherwise, any contribution intentionally submitted
4-
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
5-
dual licensed as above, without any additional terms or conditions.
6-
7-
## Tips
8-
When contributing to this test crate:
9-
10-
1. Maintain compatibility with ESP32 variants
11-
2. Keep memory usage optimized
12-
3. Add comprehensive logging
13-
4. Update documentation for any changes
14-
5. Test on physical hardware when possible
15-
16-
## Related Documentation
17-
18-
- [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/)
19-
- [Rust on ESP32](https://esp-rs.github.io/book/)
20-
- [rustls Documentation](https://docs.rs/rustls/)
21-
- [RustCrypto Documentation](https://docs.rs/rustcrypto/)
22-
- [RustCrypto GitHub organization](https://github.com/RustCrypto)
23-
24-
## Testing Strategy
25-
26-
### Unit Tests
27-
```bash
28-
cargo test -p rustls-real-socket-test
29-
```
30-
31-
### Integration Tests
32-
```bash
33-
cargo test --test integration
34-
```
1+
## Contributing
2+
3+
Unless you explicitly state otherwise, any contribution intentionally submitted
4+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
5+
dual licensed as above, without any additional terms or conditions.
6+
7+
## Tips
8+
When contributing to this test crate:
9+
10+
1. Maintain compatibility with ESP32 variants
11+
2. Keep memory usage optimized
12+
3. Add comprehensive logging
13+
4. Update documentation for any changes
14+
5. Test on physical hardware when possible
15+
16+
## Related Documentation
17+
18+
- [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/)
19+
- [Rust on ESP32](https://esp-rs.github.io/book/)
20+
- [rustls Documentation](https://docs.rs/rustls/)
21+
- [RustCrypto Documentation](https://docs.rs/rustcrypto/)
22+
- [RustCrypto GitHub organization](https://github.com/RustCrypto)
23+
24+
## Testing Strategy
25+
26+
### Unit Tests
27+
```bash
28+
cargo test -p rustls-real-socket-test
29+
```
30+
31+
### Integration Tests
32+
```bash
33+
cargo test --test integration
34+
```

0 commit comments

Comments
 (0)