Wojciech M. Zabolotny

Results 15 comments of Wojciech M. Zabolotny

I've created a bounty for that issue. If there are more interested users, maybe we can sponsor development of the driver? https://www.bountysource.com/issues/96668071-there-is-no-enc28j60-driver-in-micropython

Installing the `gradle` Debian package, and running `graddle shadowJar` after the failed `./gradlew shadowJar` resulted in successful build of `ordt`. However, that worked only once. I couldn't repeat it in...

It seems that using the Verilator has significantly changed between the versions 4.038 and 4.210. This is a comparison of a single example file: https://github.com/verilator/verilator/compare/v4.038...v4.210 . You can scroll down...

Of course I do not insist on having this functionality to be included in the mainstream version. It is just a proposal. In fact i was not aware of the...

I have found [that website](https://mariozwiers.de/2018/04/04/arduino-lmic-library-with-low-power-mode/). It requires me to use the low-level library, but seems to support the deep sleep mode. The [solution ](https://gitlab.com/WZab/wzab_arduino_projects/-/blob/bacd3c10e57ddb75a5c8fd0a5c6c930ddd41ad69/weather_on_bluepill/weather_on_bluepill.ino) works nice, consuming ca. 100µA in...

Is it possible to activate or deactivate a layer from the plugin? May be a plugin could read a list of desired layers from an additional file (or from argument)...

Can it be added? Where should I look for any possibility to add it? Regards, Wojtek

With the above modification, the Linux kernel displays a complaint: ``` gpio gpiochip0: (virtio2): not an immutable chip, please consider fixing it! ```

> @wzab I never tested it with PCI but MMIO and it worked. Please send a fix to QEMU mailing list for this. Thanks. I have created the related issue...

It seems that this is related to using undocumented features of Verilator. In https://github.com/verilator/verilator/issues/2152 it is clearly stated in https://github.com/verilator/verilator/issues/2152#issuecomment-581882530 : > Avoid peeking into the model internals (anything with...