ArduinoCore-avr
ArduinoCore-avr copied to clipboard
The Official Arduino AVR core
My code contains variable templates that C++11 does not support. So each time I set up Arduino IDE for a new PC/user, I'll have to go to "%AppData%\Local\Arduino15\packages\arduino\hardware\avr\1.8.3\platform.txt" and set...
### Description This PR adds some useful macros for manipulating bytes and bits in C/C++. The existing code already had some macros for low and high bytes, bit reading, setting,...
When we pass buffer size to getBytes() accordingly to declared array size (buffer[bufSize]) then last index will be null. We must explicitly pass to getBytes() value [bufSize + 1] to...
I get that that your QA is [infinite](https://github.com/arduino/ArduinoCore-avr/pull/24#issuecomment-441559730), that you want to care about only [production](https://github.com/arduino/ArduinoCore-avr/issues/150#issuecomment-366689374) models, and that there's much else ado too (in fact, updating avrdude is also...
It's helpful to have the production bootloader `*.hex` files in the repo, however, what I am missing right now are the corresponding `*.elf` files. Knowing the addresses of the symbols...
When reading EEPROM via avrdude using wiring (via bootloader) - results are corrupted. Every other 8 bytes are lost. Writing to EEPROM works, but, as expected, validation fails as what...
Hi @cmaglie, your changes to `stk500v2.c` in https://github.com/arduino/Arduino/commit/06ee62afc66e9917b3dc38bcf496de0e1a3d7d7d breaks the monitor as casting the PROGMEM strings such as `gTextMsg_Explorer` in devices with more than 64 kB of flash to `uint16_t`,...
Hello: In the last two years, I have been updating Dick Cappels' AttoBASIC for certain flavors of the AVR. I just received an ARDUINO Mega 2560 R3 and was adding...
This is [Issue 1067](http://code.google.com/p/arduino/issues/detail?id=1067) moved from a Google Code project. Added by 2012-10-09T11:13:00.000Z by [[email protected]](http://code.google.com/u/111130120985242603350/). Please review that bug for more context and additional comments, but update this bug. Original...
Hi there, i have the following problem: I have an arduino sketch which accept some configuration-details over the serial connection. After applying some configuration, a "reboot" is required. On my...