Cosa icon indicating copy to clipboard operation
Cosa copied to clipboard

An Object-Oriented Platform for Arduino/AVR

Results 31 Cosa issues
Sort by recently updated
recently updated
newest added

The current tarball 1.8.9 of the Arduino IDE comes with the following tool versions: ~~~~ arduino.avrdude=6.3.0-arduino14 arduino.arduinoOTA=1.2.1 arduino.avr-gcc=5.4.0-atmel3.6.1-arduino2 ~~~~ Cosa 1.2.0 specifies avr-gcc *4.8.1-arduino5* and avrdude *6.0.1-arduino5*! To avoid duplicate...

W5x00 expects the MAC to be in program memory. INET::print_mac expects it to not be in program memory.

I would like to print out an ethernet MAC address. There appears to be no direct way to do this with IOStream as anything with a hex format is prefixed...

Not sure if this is the best way to provide a way of discussing this desire publically but for now it seems the best I can find and therefore perhaps...

enhancement

Update package description and generate new release with latest updates for Arduino IDE 1.6.10 with link-time optimization enabled.

The TWI/SPI device drivers assume a single bus/module, i.e. global instances spi and twi. This should be refactored to a member variable with reference to the global instance (and set...

Use template function to reduce code size. ``` template inline IOStream& operator

See https://github.com/arduino/Arduino/pull/5182