1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/sam
Matthijs Kooijman dde1a7541f Make some operators in IPAddress const
These functions do not modify the IPAddress object, but were not marked
as const. This meant that you could not do:

void set_ip(const IPAddress& ip) {
	uint32_t copy = ip;
}

Since calling operator uint32_t() on ip would discard the constness of
the reference.
2014-01-15 16:20:48 +01:00
..
cores/arduino Make some operators in IPAddress const 2014-01-15 16:20:48 +01:00
firmwares/atmega16u2 Added old firmware for Arduino Due USB2Serial (atmega16u2) 2013-02-11 22:18:22 +01:00
libraries Revert "SPI library to new format" 2013-11-21 15:05:36 +01:00
system Fixed adc_init() function. 2013-10-09 15:54:47 +02:00
variants/arduino_due_x sam: Added digitalPinHasPWM(..) method 2013-12-31 20:58:10 +01:00
boards.txt Fixed vid/pid definition for arduino_due_x_dbg in boards.txt. (Luca Baldini) 2013-11-15 14:01:36 +01:00
platform.txt Upped version to 1.5.5 2013-11-28 10:53:50 +01:00
programmers.txt Removed unused boards/programmers 2012-08-25 16:31:25 +02:00