Per Tillisch

Results 1081 comments of Per Tillisch

I agree that the focus of this pull request should be just adding serial upload support. Any optimizations that can be done after that are great but adding this feature...

@zevero wrote that about the ATmega168: https://github.com/zevero/avr_boot/commit/2f2cefac89c6872c7fd4c78fa1105ee03495e9d0 It would be great if I was wrong and it is possible to use with avr_boot. You can get ATmega168 Pro Minis for...

I have a couple ATmega644P on their way to me from Digikey.

@JadinAndrews the ATmega644Ps arrived today so I'm ready to do testing whenever you are.

Yeah, the price with shipping was $0.60 USD/ea more but I figured in this case it would be better not to deal with shipping delay of as much as 2...

You look up the boot start address for the 2048 words boot flash section, which is 0x7800, but that address is in words and we need bytes so to convert...

OK, I understand. Should I close this?

It's certainly not much code but I'm no lawyer and I prefer to err on the side of caution when it comes to respecting people's intellectual property. The readme says...

Thanks for the response and your contribution to the Arduino community pdg137! I've found your code to be very useful and I'm sure many others have as well. I hadn't...

@mmurdoch I see you added the walking the free list code to the version of the MemoryFree library which is on the Arduino Playground: http://playground.arduino.cc/Code/AvailableMemory The author of the original...