Alexey Shvetsov

Results 19 comments of Alexey Shvetsov

После общения с афтором биржи, он сказал что доков почти нет, а все можно посмотреть в коде страниц

Там есть код доступа, но это лучше обсуждать с RealSolid. Есть в принципе вариация на питоне, но работает оно коряво

Это довольно популярная биржа для альтов, обьемы до нескольких тысяч btc в день Вторая по популярности биржа для альтов будет вероятно cryptsy в осноном из за зоосада альтов там обьемы...

> Yeah - with the boards that have CANbus, you could run them like trinamic drivers. I know they talk serial, but I don't know if they entirely commanded that...

Hi! I tryed updating product detection like this ``` diff --git a/probe-rs/src/probe/cmsisdap/tools.rs b/probe-rs/src/probe/cmsisdap/tools.rs index fd6c2c75..d161bec7 100644 --- a/probe-rs/src/probe/cmsisdap/tools.rs +++ b/probe-rs/src/probe/cmsisdap/tools.rs @@ -62,7 +62,7 @@ fn get_cmsisdap_info(device: &Device) -> Option {...

Seems there were similar issue with https://github.com/pyocd/pyOCD/issues/1121

@burrbull Example with usart RX https://github.com/alexxy/f411-rtic-playground/blob/main/src/bin/usart-shell.rs

I have same problem on black pill with stm32f411ce

Also noticed same issue with dracut 053 using livenet, however starting ``` systemctl start sysroot.mount ``` mounts /sysroot

Also seems like its related to systemd version. Like a issue #1822. I found old version of live image with dracut 053 and systemd 249 and it works with same...