Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-04 | Move AVR Wire library utility folder under source | Sandeep Mistry | |
2016-03-04 | AVR core version to 1.6.10 | Cristian Maglie | |
2016-03-03 | Merge pull request #4646 from arduino/SimonePDA-patch-3 | Sandeep Mistry | |
Update library.properties | |||
2016-03-03 | Merge pull request #4645 from arduino/SimonePDA-patch-2 | Sandeep Mistry | |
Update library.properties | |||
2016-03-03 | Update library.properties | SimonePDA | |
2016-03-03 | Update library.properties | SimonePDA | |
2016-03-03 | Update library.properties | SimonePDA | |
2016-03-03 | Update library.properties | SimonePDA | |
2016-03-03 | huh? i guess it's just 'modulo'. let's save even more | tico-tico | |
2016-03-02 | add src folder when missing | Alice Pintus | |
2016-03-02 | moved .h file in src folder | Alice Pintus | |
2016-03-01 | update sentences | Alice Pintus | |
2016-02-16 | Merge pull request #4490 from sandeepmistry/sam-usb-send-string-descriptor | Martino Facchin | |
[SAM - USB Device] USB_SendStringDescriptor fixes | |||
2016-02-03 | Boilerplate compression on ISR declaration | Paulo Costa | |
The current code is very verbose and a painful to maintain (Change ISR implementation in 20 different places? No Thanks!). (This was originally part of #4519, but we all agreeded it deserved it's own PR) | |||
2016-02-01 | Fixed typo | Brent Wilkins | |
2016-01-18 | Update Wire.cpp | Brent Wilkins | |
Removed implicit conversions from unsigned, to signed, back to unsigned. | |||
2016-01-07 | Merge pull request #3524 from facchinm/pins_DUE | Martino Facchin | |
Due: solve issues with nonstandard pin operations | |||
2016-01-05 | Merge pull request #3983 from antodom/pio_handlers | Arturo Guadalupi | |
PIO[ABCD] handlers improvement using ATSAM3X8E CLZ instruction | |||
2015-12-27 | fix delay/yield on avr, if function called by yield takes more a millisecond ↵ | vbextreme | |
the delay fails | |||
2015-12-23 | Merge NicoHood's fix for USB_SendControl with len>64 | Cristian Maglie | |
Fix #4325 | |||
2015-12-23 | Added >64 byte USB_RecvControl() support | NicoHood | |
2015-12-19 | Added Long USB RecvControl call for >64 bytes | NicoHood | |
2015-12-10 | Added HID_REPORT_TYPE definitions | NicoHood | |
2015-11-30 | Merge branch 'remove-wire-keywords' of https://github.com/per1234/Arduino | Cristian Maglie | |
2015-11-28 | Remove unused keywords from Wire libraries keywords.txt | per1234 | |
These functions have been replaced by read() and write() since Arduino 1.0. | |||
2015-11-24 | eeprom_clear example: Set pinMode of LED pin | per1234 | |
2015-11-24 | Merge branch 'led_fix' of https://github.com/NicoHood/Arduino | Cristian Maglie | |
2015-11-24 | Merge branch 'leonardo-usbserial' of https://github.com/cmaglie/Arduino | Cristian Maglie | |
2015-11-23 | Cleanup some Stream compiler warnings from #3337 | Sandeep Mistry | |
2015-11-23 | Make protected Stream::parseInt/Float overloads public. | Chris--A | |
Stream::parseInt & Stream::parseFloat previously had protected overloads which allowed skipping a custom character. This commit brings this feature to the public interface. To keep the public API simpler, the single paramter overload remains protected. However its functionality is available in the public interface using the two parameter overload. | |||
2015-11-23 | This adds control of Stream::parseInt/float lookahead. | Chris--A | |
Its default is SKIP_ALL which reflects previous versions. However SKIP_NONE, and SKIP_WHITESPACE can refine this behaviour. A parameter used in the protected overloads of parseInt/Float has been changed from `skipChar` to `ignore`. | |||
2015-11-23 | This is a bug fix which prevents parseFloat from proceeding past | Chris--A | |
multiple decimals '.' in the stream. Only one can be accepted for valid decimal numbers. | |||
2015-11-23 | This commit improves the parsing capability by allowing decimals only | Chris--A | |
prefixed by an '.' character. Previously the preceeding zero must be present: '0.' | |||
2015-11-20 | Added SerialUSB alias for Serial on 32u4 boards | Cristian Maglie | |
2015-11-18 | Merge branch 'fix-flush' of https://github.com/cmaglie/Arduino | Cristian Maglie | |
2015-11-18 | Merge branch 'sam-serial-flush-tx-empty' of ↵ | Cristian Maglie | |
https://github.com/sandeepmistry/Arduino | |||
2015-11-18 | Modified AVR preproc recipe to match the one used by arduino-builder | Federico Fissore | |
2015-11-17 | Added defines for gemma | agdl | |
As pointed out in #4063 | |||
2015-11-11 | SoftwareSerial: fix flush() behaviour | Cristian Maglie | |
Fix #4029 | |||
2015-11-05 | Remove tx_pin_write from SoftwareSerial.h | Sandeep Mistry | |
It’s not implemented anywhere and unused. | |||
2015-11-05 | Remove unused param warning | Sandeep Mistry | |
2015-11-05 | Add inline to recv and setRxIntMsk to remove warning (#4078) | Sandeep Mistry | |
2015-11-03 | Updated avr core version to 1.6.9 | Cristian Maglie | |
2015-10-30 | [PUSB] Fixed return value for HID_::SendReport | Cristian Maglie | |
2015-10-30 | [PHID] send data if report ID was sent successful | Nico | |
If the first sending was not successful it is better to abort. Then we get a return value of -1 (instead of -2 if the 2nd call will also fail) and we do not need to block even longer, with another timeout. | |||
2015-10-30 | Added return value to HID SendReport | NicoHood | |
2015-10-23 | Merge branch 'arduinoGemmaInterrupts' of https://github.com/agdl/Arduino | Cristian Maglie | |
2015-10-23 | Gemma digitalPinToInterrupt support | Arturo Guadalupi | |
Added support for Arduino Gemma as required in #3929 | |||
2015-10-23 | Increased 32u4 maximum pin number | Nico | |
2015-10-23 | Ethernet digitalPinToInterrupt support | Arturo Guadalupi | |
Added support for Arduino Ethernet as required in #3929 |