Rahix
Rahix
I'm not too enthusiastic about showing people `alloc` as the first place to go if they need strings because using an allocator on a chip with such limited memory as...
I am happy to take a PR from you :)
> I kept running into issues due to not building/running using --release so that's probably a note to add to the example Even with this profile? https://github.com/Rahix/avr-hal/blob/189c6c6bb4f713c6b1f7503a9f80e954c8c512bf/Cargo.toml#L1-L4 If yes, that's...
Okay, can you paste the errors you get without them? I have a feeling I know where this is going...
Yeah, that's what I was expecting... See https://github.com/rust-lang/compiler-builtins/issues/347#issuecomment-706403824 for more context.
#308 also talks about this.
Can you check your dependency tree on whether `avr-hal` and `ufmt_float` both depend on the same version of `ufmt`? Easiest way to do this is using `cargo tree`.
Hi, unfortunately, I2C is not _yet_ supported in `attiny-hal`. The ATtiny chips use a different peripheral for I2C communication. It is called `USI` (Universal Serial Interface) and works differently than...
Let's keep this issue open to track progress on the driver implementation.
Here you go: https://github.com/Rahix/avr-hal/releases/tag/ravedude-0.1.5 :)