Hans
Hans
Hi! I have a few questions regarding the PicoBootSerial bootloader, and possibly integrating it with Avrdude, which by the way has [migrated over to Github](https://github.com/avrdudes/avrdude) and seems to be reasonably...
Hi! I figured out that the provided hex file for the 328p in this repo was a bit dated, so I compiled a new one file that supports autobaud. I'm...
Hi! I'm currently working on adding Arduino support for ATmega165/325/645 and ATmega169/329/649 through an Arduino core called [MegaCore](https://github.com/MCUdude/MegaCore/tree/atmegaxx5-atmegaxx9-support). The catch is that they don't have a "standard" TWI interface, but...
Hi! Could you please upload the actual source code you used when you compiled Optiboot for these AVRs? I'd like to add ATmega16/32/64M1 and ATmega32C1/64C1 to my [Optiboot flash repo](https://github.com/MCUdude/optiboot_flash)...
It's almost ready for a new release, but before we do that I want to give the user the ability to use timer0 with millis(). This will most likely load...
So I've been working with optimizing the functions used in MicroCore. One of the goals was to redo the pulseIn function, as it relies on micros to work. I think...
The introduction of the platform.txt gave us lots of under the hood settings to play with. Sadly the documentation isn't the best.. I was thinking about implementing an additional flag...
This issue has become worse and worse with the recent IDE releases. When I first open Arduino IDE and click on the Tools menu, it appears on the screen immediately....
Hi! Would it be possible to use the jtag2updi chip not only work as a programmer, but also a transparent serial bridge between the USB to serial chip and the...
Hi! A while ago I [made a small PCB](https://github.com/MCUdude/microUPDI) that basically lets you use an Arduino Pro Micro as an mEDBG programmer. It's a nice programmer, but it sucks that...