henrikssn
henrikssn
I need precisely the `GenericDecimal` type in my (embedded) project but unfortunately I don't have a heap available and `fraction` links towards `std`. Are there any plans to support (a...
This allows the program to update itself, which is useful for OTA (on the air) updates of wireless sensors. I tested it by flashing a blink sketch to address 0x10000,...
I recently ran into issues where e.g. the declaration ``` MODM_ISR(RTC) ``` conflicts with a macro from CMSIS header: https://github.com/modm-io/cmsis-header-sam/blob/9f08123fc9c504cfe99928fb8f125e149c815e80/samd21a/include/samd21g18a.h#L395 Also, CMSIS defines objects named `Rtc` and `RTC_` in global...
# Summary Make SPI Error support the defmt::Format trait (behind the `defmt` feature) # Checklist - [x] `CHANGELOG.md` for the BSP or HAL updated - [x] All new or modified...
**Describe the bug** When trying to flash a Feather M0 (SAMD21G18AU) with 8K bootloader, the command fails (see log output below). **To Reproduce** Steps to reproduce the behavior: 1. `cargo...
You can reproduce by cloning cortex-m-quickstart and setting target accordingly in .cargo/config ``` $ rustc --version rustc 1.48.0 (7eac88abb 2020-11-16) $ cargo --version cargo 1.48.0 (65cbdd2dc 2020-10-14) ``` ``` error:...
Python3
`somfy/sniff.py` seems to not be python3 compatible and python2.7 is EOL.
Currently (at least on my platform, ARMv7), bytes are returned in LSB order but my driver requires them to be MSB. How tricky would it be to add a configuration...
Would it be possible to create a trait where the `Bitfield` methods are defined? Or maybe this already exists? Thinking about the following: * `from_bytes` * `as_bytes` I want to...
Capturing this discussion from #3: > As a side note, the power handling increase going from the AO3400A to AON7400A is probably lost due to the SS54 diode on the...