Skip to content

Commit 96b246d

Browse files
committed
Add README
1 parent 27fbee2 commit 96b246d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# avr-std-stub
2+
3+
[![Crates.io](https://img.shields.io/crates/v/avr-std-stub.svg)](https://crates.io/crates/avr-std-stub)
4+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
5+
6+
[API Documentation](https://docs.rs/avr-std-stub)
7+
8+
Contains simple implementations of required language items that `libstd` normally defines on other targets.
9+
10+
This fixes the following error when compiling for Rust:
11+
12+
```
13+
error: `#[panic_handler]` function required, but not found
14+
15+
error: language item required, but not found: `eh_personality`
16+
17+
error: aborting due to 2 previous errors
18+
```
19+

0 commit comments

Comments
 (0)