Commit Graph

  • 2663be1727 Release 1.6.23 master 1.6.23 Cristian Maglie 2018-09-10 11:45:34 +0200
  • 6848ea443c Fix compiler warnings about ignored 'const' in EEPROM.h Brian Park 2018-08-29 23:18:10 -0700
  • 1db33d24b7 Treat narrowing conversion as warning, not error PaulStoffregen 2018-08-31 05:06:13 -0700
  • b7c607663f Starting 1.6.22 Martino Facchin 2018-05-09 16:45:21 +0200
  • 380241dd17 Update DigitalPotControl.ino SimonePDA 2018-04-02 19:18:50 +0200
  • 3d09a51bd2 Publish avr core 1.6.21 (maintenance release) Martino Facchin 2018-02-19 12:47:22 +0100
  • 1b14cc0733 Add menu for Nano with Optiboot bootloader Martino Facchin 2018-02-19 12:13:03 +0100
  • 6e235622ed Fix MCUs without MPCM0 register Martino Facchin 2017-12-01 15:41:18 +0100
  • 58006613a7 Fix flush hanging issue John Holman 2017-10-25 11:07:35 +0100
  • 99c294c5a2 Improve how TXCn bit is cleared in USCRnA register John Holman 2017-10-25 10:38:23 +0100
  • e9e43cf583 Prevent buffer retransmission when transmit buffer is empty John Holman 2017-10-25 10:06:37 +0100
  • d50e59781e Create macro to guard critical sections for large transmit buffers John Holman 2017-10-24 22:18:38 +0100
  • f1c4cc6316 UnConfigured I2C Slave ISR Causing Reboot chuck todd 2017-10-23 18:10:52 -0600
  • 7d4bca5041 Always read key to check for new LUFA bootloader Scott Allen 2017-11-13 17:41:23 +0100
  • 31223160eb Don't use line coding to trigger USB auto-reset Scott Allen 2017-03-10 16:18:20 -0500
  • 10e0811c52 Save/restore the watchdog during USB auto-reset Scott Allen 2017-03-10 15:35:59 -0500
  • 289faaa759 Fix save/restore of magic key location during reset Scott Allen 2017-03-10 14:47:18 -0500
  • b0dc9758a3 declare timer0_fract non static and volatile to make it available for linking pr_5676 Karl Fessel 2017-11-13 17:31:13 +0100
  • e12d63a8f7 added parameter for write eeprom from eep file pr_4963 Jindra fucik 2017-11-13 17:27:36 +0100
  • e2016d57de Check for valid pin properly (fixes #4605) pr_4649 cousteau 2016-03-03 23:10:26 +0100
  • f00c1c14f3 [SoftSerial] Half duplex support pr_4377 peteruithoven 2017-11-13 17:18:28 +0100
  • 95bb83ef96 make serial.available, peek, read atomic pr_3848 robert rozee 2017-11-13 17:03:55 +0100
  • b084848f2e Updated Arduino as ISP setting all-master Nico 2015-08-16 10:42:35 +0200
  • 53944cf444 Fixed slowdown with repeated CDC bool operator test pr_3624 Matt Jenkins 2017-11-13 16:35:22 +0100
  • 11472bf771 proposal for arduino/Ardiono#3290 I only did the change for the master begins to avoid flipflopping if more than 1 Arduino is used on a I2C. pr_3454 jantje 2015-07-02 21:51:51 +0200
  • 7b5442d563 Added mySmartUSB light ISP to programmers.txt pr_3252 Henning Pohl 2017-11-13 16:26:40 +0100
  • 6ca3dea835 [SoftwareSerial] add half-duplex operation pr_3053 Scott Brynen 2017-11-13 16:22:39 +0100
  • fb7c2cc02e Create timer0 overflow interrupt service routine for all ATtinies not just 24, 44 and 84 Torben Nielsen 2015-04-27 15:33:38 +0200
  • 63f2cf419e Added idle mode to the delay function pr_2240 Zorph 2017-11-13 15:58:15 +0100
  • 2d3ad65e6b Define names for twi errors pr_2152 Mickael_Germain 2017-11-13 15:52:12 +0100
  • 9120f2e3aa Add 9bit support to HardwareSerial pr_2291 bouni 2017-11-13 15:31:17 +0100
  • 3c18bf7281 Support for ATmega169P pr_1989 Frank Oltmanns 2017-11-13 15:19:49 +0100
  • 0b4ba4632f Update wiring.c pr_1442 chaveiro 2013-05-28 15:29:06 +0200
  • 69a74b2095 fix bug #1354: I2C/TWI Library: Buffer Overflow pr_1363 Michael Vogt 2013-04-13 23:12:07 +0200
  • 19805483df Correct implementation of gcc specific internal functions pr_108 Alexey Guseynov 2017-11-13 14:37:00 +0100
  • ef4482afef Wire library support for TWI General Call pr_49 edbaafi 2017-11-13 14:04:44 +0100
  • 6c861d8c70 [WIRE] Remove extra line from digital_potentiometer example Quswar Mahmood Abid 2017-11-10 21:09:41 +0500
  • b3b2f44491 Add extras folder for packagein and CI Martino Facchin 2017-11-13 11:53:21 +0100
  • 49838c7b91 Update bundled avr core to 1.6.20 master-new Martino Facchin 2017-08-18 15:58:02 +0200
  • 3f63f2975e Update bundled avr core to 1.6.20 Martino Facchin 2017-08-18 15:58:02 +0200
  • 2716972196 Fixed Serial Port Argument That May Include Spaces Varun Mehta 2017-06-14 23:36:44 -0500
  • 4866d9bef8 Fixed Serial Port Argument That May Include Spaces Varun Mehta 2017-06-14 23:36:44 -0500
  • 4bf482a48a Use correct part names in Tools > Processor menus per1234 2017-07-06 10:25:53 -0700
  • 44ce914c8c Use correct part names in Tools > Processor menus per1234 2017-07-06 10:25:53 -0700
  • 178294896c Update comments to reflect Stream functions changed from private to protected per1234 2017-07-06 10:16:17 -0700
  • f22b9cb94c Update comments to reflect Stream functions changed from private to protected per1234 2017-07-06 10:16:17 -0700
  • 0f1e7cba67 Updated bundled AVR core to 1.6.19 Cristian Maglie 2017-05-31 15:27:36 +0200
  • cfcd44120e Updated bundled AVR core to 1.6.19 Cristian Maglie 2017-05-31 15:27:36 +0200
  • 4fabd443da Removed unneeded include in Print.h Cristian Maglie 2017-05-23 17:01:09 +0200
  • c7f8e5b207 Removed unneeded include in Print.h Cristian Maglie 2017-05-23 17:01:09 +0200
  • 24aa744168 Move the flush method from Stream to Print Matthijs Kooijman 2014-10-24 15:26:38 +0200
  • ba9d416862 Move the flush method from Stream to Print Matthijs Kooijman 2014-10-24 15:26:38 +0200
  • f368d61c8d Add Print::availableForWrite Eric Wieser 2017-01-02 11:17:30 +0000
  • 716fba8dd9 Add Print::availableForWrite Eric Wieser 2017-01-02 11:17:30 +0000
  • dc542f5791 Fixed warning about unused variable Cristian Maglie 2017-03-20 17:35:49 +0100
  • 2a4e2b968f Fixed warning about unused variable Cristian Maglie 2017-03-20 17:35:49 +0100
  • 3416b66065 upd: build.board sergiotomasello 2017-03-17 19:41:38 +0100
  • ab4a502358 upd: build.board sergiotomasello 2017-03-17 19:41:38 +0100
  • ab1f4156e7 use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN Interface Association Descriptor" and "USB Interface Association Descriptor Device Class Code and Use Model" liu nick 2016-10-16 11:23:23 +0800
  • 611df3c4cc use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN Interface Association Descriptor" and "USB Interface Association Descriptor Device Class Code and Use Model" liu nick 2016-10-16 11:23:23 +0800
  • 8d04a6a117 [AVR] USB send ZLP when needed Cristian Maglie 2017-01-04 18:40:13 +0100
  • 3b0765979d [AVR] USB send ZLP when needed Cristian Maglie 2017-01-04 18:40:13 +0100
  • 1c404ac145 Revert "Subtract one from USB_EP_SIZE in USB_SendSpace" Cristian Maglie 2017-01-04 17:10:09 +0100
  • f27e8fe194 Revert "Subtract one from USB_EP_SIZE in USB_SendSpace" Cristian Maglie 2017-01-04 17:10:09 +0100
  • 3cfe9ef01b upd: uno wifi with wifi link sergiotomasello 2017-03-14 17:27:54 +0100
  • 942744d800 upd: uno wifi with wifi link sergiotomasello 2017-03-14 17:27:54 +0100
  • 6267c73268 AVR: Prevent warnings if BIN is previously defined Cristian Maglie 2017-03-08 13:30:33 +0100
  • 1138485b6d AVR: Prevent warnings if BIN is previously defined Cristian Maglie 2017-03-08 13:30:33 +0100
  • ee29d896fc fix extended fuse bits for ethernet board Adrien Descamps 2016-07-31 11:21:50 +0200
  • 7486021e93 fix extended fuse bits for ethernet board Adrien Descamps 2016-07-31 11:21:50 +0200
  • 39358b815a Set unused bits of extended fuse to 1 Adrien Descamps 2016-07-29 21:53:44 +0200
  • c86587a21a Set unused bits of extended fuse to 1 Adrien Descamps 2016-07-29 21:53:44 +0200
  • 54c375586a Update bundled avr core version to 1.6.18 Martino Facchin 2017-01-23 16:14:03 +0100
  • 2fe94a28cf Update bundled avr core version to 1.6.18 Martino Facchin 2017-01-23 16:14:03 +0100
  • 4dd3086e7a Add virtual beginMulticast(...) stub to UDP class Sandeep Mistry 2017-01-03 13:42:24 -0500
  • 5a05bf01f4 Add virtual beginMulticast(...) stub to UDP class Sandeep Mistry 2017-01-03 13:42:24 -0500
  • 69a51c2ab0 Merge branch 'master' into stk500-jtagice3 Martino Facchin 2017-02-08 12:56:49 +0100
  • 045d83b2e5 Merge branch 'master' into stk500-jtagice3 Martino Facchin 2017-02-08 12:56:49 +0100
  • 5c75ab419a Add Atmel-ICE as AVR programmer Martino Facchin 2017-01-19 17:04:17 +0100
  • 7ed370a671 Add Atmel-ICE as AVR programmer Martino Facchin 2017-01-19 17:04:17 +0100
  • 698e626c7d [AVR] update to 1.6.17 Martino Facchin 2017-01-09 12:11:58 +0100
  • 807c19b647 [AVR] update to 1.6.17 Martino Facchin 2017-01-09 12:11:58 +0100
  • b9502a83cf Merge pull request #5815 from roncapat/master Martino Facchin 2017-01-09 10:43:59 +0100
  • af7655dfcc Merge pull request #5815 from roncapat/master Martino Facchin 2017-01-09 10:43:59 +0100
  • 9f94e0b85a Remove old TODOs for non-standard ipv4 format support Patrick Roncagliolo 2017-01-08 21:28:17 +0100
  • a4227cf02c Remove old TODOs for non-standard ipv4 format support Patrick Roncagliolo 2017-01-08 21:28:17 +0100
  • 10d04be828 Change double quotes to single quotes Patrick Roncagliolo 2017-01-07 00:16:34 +0100
  • 5cd4e8c399 Change double quotes to single quotes Patrick Roncagliolo 2017-01-07 00:16:34 +0100
  • bfa4b4766e Properly escape avrdude.upload.network_pattern to handle spaces in path Martino Facchin 2016-12-23 17:14:43 +0100
  • 546721420d Properly escape avrdude.upload.network_pattern to handle spaces in path Martino Facchin 2016-12-23 17:14:43 +0100
  • 91edbdf306 Add arduinoOTA upload tool Martino Facchin 2016-12-19 18:32:22 +0100
  • 845e043e62 Add arduinoOTA upload tool Martino Facchin 2016-12-19 18:32:22 +0100
  • e7d08ad3c0 Add Arduino UNO Wifi board Martino Facchin 2016-12-19 17:54:23 +0100
  • 0c92777bdd Add Arduino UNO Wifi board Martino Facchin 2016-12-19 17:54:23 +0100
  • ecb626b0c0 Merge branch 'master' of github.com:arduino/Arduino Cristian Maglie 2016-12-19 18:32:27 +0100
  • 4f79c0f7f0 Merge branch 'master' of github.com:arduino/Arduino Cristian Maglie 2016-12-19 18:32:27 +0100
  • f0a518307c Fixed build.board for some boards Cristian Maglie 2016-12-19 18:32:20 +0100
  • a8fcbdb455 Fixed build.board for some boards Cristian Maglie 2016-12-19 18:32:20 +0100
  • 42c9ef2434 Fix Circuitplay tools reference (take 2) Martino Facchin 2016-12-16 18:10:06 +0100
  • ec8eeacf1d Fix Circuitplay tools reference (take 2) Martino Facchin 2016-12-16 18:10:06 +0100