Arnaldas Augutis

Results 11 comments of Arnaldas Augutis

Don't think it's worth to use external module if it has built-in support. How can i help to make it happen faster?

But it's not F407

Here's what i'm getting now: ``` $ make BOARD=BLACK_F407VE Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. GEN build-BLACK_F407VE/genhdr/moduledefs.h GEN build-BLACK_F407VE/genhdr/qstr.i.last eth.c:37:10: fatal error: lwip/etharp.h:...

I had to clone micropython with `--recursive` flag but now i'm stuck with new errors: ``` $ make BOARD=BLACK_F407VE Use make V=1 or set BUILD_VERBOSE in your environment to increase...

Thanks, that helped a bit but still errors remains: ``` In file included from eth.c:31: eth.c: In function 'eth_mac_init': eth.c:190:106: error: implicit declaration of function 'STATIC_AF_ETH_RMII_REF_CLK'; did you mean 'STATIC_AF_ETH_RMII__REF_CLK'?...

It's the same as per preatc-router examples. I do not use context, but i use redux which uses context internally. Redux provider wraps higher component. ``` ```

I have migrated to `preactx` and `react-redux`. The issue is gone.

Raspberry Pi has built-in CEC controller but most PCs don't so we need some kind of external hardware to inject CEC to HDMI. PulseEight has external adapter: https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter but it's...

@droidblastnz thanks for an answer but I don't think I can read serial directly as it will capture all messages from modem and it will break TinyGSM functionality