1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/arduino/avr
Christopher Andrews 500a3fdbe7 Removed C++11 dependency for begin() and end()
As I was not able to base the return types of `begin()` & `end()` off the c_str() function, I have changed the source so the features can be used by C++98 code, while still allowing ranged loops in C++11.
2016-04-20 16:07:52 +02:00
..
bootloaders Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
cores/arduino Removed C++11 dependency for begin() and end() 2016-04-20 16:07:52 +02:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries Update SoftwareSerial.cpp 2016-04-05 15:10:46 -04:00
variants [AVR] Discover newer bootloader at runtime 2016-04-06 17:41:06 +02:00
boards.txt Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
platform.txt Add comment for archive_file_path 2016-04-04 13:27:47 -04:00
programmers.txt Support the Atmel STK500 development board for ISP 2015-06-05 18:43:25 +02:00