Andelf
Andelf
iCloud might purge files from storage when a file is not accessed for long. You can check the purge stage using "Files" app.
I need to reproduce this issue. Does this occur for every page or just a specific one?
Yes. They are sharing **almost** the same register block. The initial version is copied from my CH592 work at https://github.com/ch32-rs/ch59x-hal since I found CH58x is more available than CH59x. You...
Confirmed almost all of CH582's BLE lib can be highly integrated into the Embassy framework. (BLE MESH is not tested yet) @za-songguo I'll start the refactoring work this weekend. I'm...
+CC @Slappy2022
I'll update this when Timers are implemented. Currently, a bit-bang implementation is possible.
Thanks. Could you provide a similar example in C/CPP? For the IR transmitter, I think the following API should be sufficient for sending a well-formed protocol: - `PwmOut::send(data: &[u16])` for...
> read 3 ADC pins every 5 minutes to read temperature, light level and battery level ADC and RTC part works as expected. > then broadcast it using BLE (preferably...
Check out https://github.com/rust-lang/rust/issues/44787#issuecomment-373927749 It seems mingw32's version is buggy while linking against some rust libs. The MSVC toolchains might work.
> the `riscv32imac-unknown-none-elf` target may not be installed ```console > rustup target add riscv32imac-unknown-none-elf ```