pythcoiner
pythcoiner
Running openocd w/ stklink-v2-1.cfg, i got a warning: ``` WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg ```
This PR add `Any` variant to serial::Event in the same fashion its already done in dma::Event in order to can disable all interrupts by calling: ``` Serial::disable_interrupt(Event::Any) ```
Typo in configure_intter(r)upt() _____________________ ^ __ ^ https://github.com/stm32-rs/stm32f3xx-hal/blob/b0cead18208099b94a085fb634d0db4e75ac6e4d/src/dma.rs#L408 Also signatures are non consistent between `dma::Channel` and `serial::Serial`: https://github.com/stm32-rs/stm32f3xx-hal/blob/b0cead18208099b94a085fb634d0db4e75ac6e4d/src/serial.rs#L495 I can PR if you think it worth a breaking change on...
Hi guys, do you plan to add the possibility to use Bitcoin core instead of electrum server? i think almost the people running their own node using core based solutions,...
I'm using `modbus-core` to parse requests/responses in order to display in a more user friendly way in this [tool](https://github.com/pythcoiner/modbus485_debugger), i just notice i got this parsing issue:   i...
I just update to V0.34.1 this morning from realeased apk on github ([amethyst-googleplay-universal-v0.34.1.apk](https://github.com/vitorpamplona/amethyst/releases/download/v0.34.1/amethyst-googleplay-universal-v0.34.1.apk)) Then at every startup my feed is always "rewind" to 4 days ago, even if i already...
fixes #1
This check were not done at some places, this PR add it where it is missing.
fixes #306 i'm not really satisfied about the button position (any advice welcome), but at leat its functionnal. 
``` ~ ❯ gpg --keyserver hkps://keys.openpgp.org --refresh-keys E13FC145CD3F4304 ✘ INT 12:53:42 gpg: refreshing 1 key from hkps://keys.openpgp.org gpg: key E13FC145CD3F4304: "Antoine Poinsot " 5 new signatures gpg: Total number processed:...