user873655

Results 7 issues of user873655

The [KB5004945](https://support.microsoft.com/en-us/topic/july-6-2021-kb5004945-os-builds-19041-1083-19042-1083-and-19043-1083-out-of-band-44b34928-0a71-4473-aa22-ecf3b83eed0e) update prevents BadMemory from taking the memory. According to Autoruns64 the driver IS loaded, however the BadMemoryManager shows all ranges as [FAILED]. RamMap shows the memory use as...

The Chrome Store version is at 4.2.1 while the Edge Store is at 4.0.0, way back from November 21, 2020. Yes, I know that it's possible to just install from...

That commandline ``arduino-cli -v compile --fqbn ATTinyCore:avr:attinyx5 attiny85.ino --build-path ./build/ --output-dir ./firmware/`` works fine with other cores, like digistump:avr:digispark-tiny, but with ATTinyCore the build files still go in the temporary...

Works perfect across the table on linux, but no matter what I try it won't work with windows (tried with avrdude [7.0](https://github.com/mcuee/avrdude/releases/tag/v7.0) and [7.2_mingw64.zip](https://github.com/mcuee/avrdude/releases/download/v7.2/avrdude-v7.2_mingw64.zip)) In device manager it's listed under...

question

Would it be possible to make the HID UART, and so the composite device stuff that makes it incompatible with libwinusb, switchable enabled/disabled via USBaspHIDUART settings?

enhancement

Warnings while compiling with this library https://github.com/khoih-prog/TimerInterrupt that aren't happening with the stock 328P core: ``` C:\...\packages\MiniCore\hardware\avr\3.0.1\cores\MCUdude_corefiles/Arduino.h: In instantiation of 'decltype (((b < a) ? b : a)) min(const T&,...

Since the RP2040 (when used as an oscilloscope) is usually inside some kind of an enclosure, it would be nice to extend the protocol with a switch to reboot it...