Age | Commit message (Expand) | Author |
2019-09-16 | Merge pull request #4 from awatterott/master | Alexander Entinger |
2019-09-16 | Add i2c_scanner to example of Wire (#93) | Asuki Kono |
2019-09-16 | Changed linking order, so precompiled libraries can use the Arduino c… (#52) | Corjan85 |
2019-09-16 | Merge pull request #82 from luco5826/master | Alexander Entinger |
2019-09-16 | Merge pull request #95 from jrowberg/master | Alexander Entinger |
2019-09-16 | Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at | Alexander Entinger |
2019-09-16 | Merge pull request #99 from gigoh/fix-bootloader-path | Alexander Entinger |
2019-09-16 | Merge pull request #100 from CombiesGit/patch-1 | Alexander Entinger |
2019-09-16 | Merge pull request #31 from jamadagni/patch-1 | Alexander Entinger |
2019-09-16 | Merge branch 'master' into patch-1 | Alexander Entinger |
2019-09-16 | Merge pull request #33 from Pharap/add-placement-new | Alexander Entinger |
2019-09-16 | Merge pull request #64 from paulrnash/paulrnash-intellisense | Alexander Entinger |
2019-09-16 | Adding parenthesis around 'bitvalue' allowing correct macro expansion when us... | Alexander Entinger |
2019-09-16 | Merge pull request #76 from dmadison/pluggable-unused | Alexander Entinger |
2019-09-16 | Merge pull request #103 from zakkie/fix/remove_if | Alexander Entinger |
2019-09-04 | remove unnecessary if branch | Akihiro YAMAZAKI |
2019-08-16 | Update twi.c | CombiesGit |
2019-08-02 | rename yunmini.bootloader.file on boards.txt | Geonil Goh |
2019-07-29 | Add null pointer test to String destructor | Jeff Rowberg |
2019-07-21 | Cast pins to signed integers to avoid Wtype-limits compile warning | Jeff Rowberg |
2019-06-08 | Do not claim AT-protocol in CDC interface descriptor | Matthijs Kooijman |
2019-05-16 | Merge pull request #51 from florian-schweiger/patch-1 | Martino Facchin |
2019-04-26 | Fixed shiftOut in MSBFIRST mode HIGH/LOW | luca |
2019-04-26 | Minor optimization in shiftOut function | luca |
2019-02-17 | Define descriptor return var in pluggable block | David Madison |
2019-01-21 | Add parameters names to common prototypes | Paul R. Nash |
2019-01-07 | Merge pull request #59 from paulo-raca/wiring_private_i2c | Martino Facchin |
2019-01-04 | Remove commented out code for I2C interrupts on WInterrupts.c | Paulo Costa |
2018-12-19 | Merge pull request #54 from algernon/pull/wakeup-suspend-hooks | Martino Facchin |
2018-12-19 | Merge pull request #56 from per1234/arduino-as-isp-atmega32u4-programmer | Martino Facchin |
2018-12-19 | Add ATmega32U4-compatible Arduino as ISP programmer | per1234 |
2018-12-19 | Revert "Updated Arduino as ISP setting" | per1234 |
2018-12-11 | Add USBDevice.isSuspended() | Gergely Nagy |
2018-11-26 | Removed historic Arduino-0012 workaround | Florian Schweiger |
2018-10-26 | Add noexcept specifier to placement new operator | Pharap |
2018-09-10 | Release 1.6.23 | Cristian Maglie |
2018-09-03 | Fix compiler warnings about ignored 'const' in EEPROM.h | Brian Park |
2018-09-03 | Treat narrowing conversion as warning, not error | PaulStoffregen |
2018-08-18 | Prevent possible compiler warning | Pharap |
2018-08-18 | Add placement new operator | Pharap |
2018-08-11 | Add `bitToggle` macro to complement `bitSet` etc | Shriramana Sharma |
2018-05-09 | Starting 1.6.22 | Martino Facchin |
2018-04-12 | Update DigitalPotControl.ino | SimonePDA |
2018-03-02 | Publish avr core 1.6.21 (maintenance release) | Martino Facchin |
2018-02-19 | Add menu for Nano with Optiboot bootloader | Martino Facchin |
2017-12-18 | Fix MCUs without MPCM0 register | Martino Facchin |
2017-11-13 | Fix flush hanging issue | John Holman |
2017-11-13 | Improve how TXCn bit is cleared in USCRnA register | John Holman |
2017-11-13 | Prevent buffer retransmission when transmit buffer is empty | John Holman |
2017-11-13 | Create macro to guard critical sections for large transmit buffers | John Holman |