- Aug 23, 2017
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Victor Nakoryakov authored
-
- Jul 11, 2017
-
-
ladyada authored
-
Adminius authored
PWM frequency 732 Hz
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
The RXC interrupt was being disabled when using bit to disable the DRE interrupt.
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
- Jul 07, 2017
-
-
per1234 authored
These functions were changed from private to protected but the comments were not updated at that time. In conjunction with equivalent pull requests to Arduino AVR Boards and Arduino SAM Boards, solves #6146.
-
- May 02, 2017
-
-
Sandeep Mistry authored
-
- Apr 04, 2017
-
-
Martino Facchin authored
This enables remote wakeup on CDC driver, so we can safely call standby() and maintain the Serial prints on resume.
-
- Mar 31, 2017
-
-
Cristian Maglie authored
-
- Mar 01, 2017
-
-
Cristian Maglie authored
Fix #216
-
- Feb 28, 2017
-
-
Martino Facchin authored
CMSIS-Atmel 4.5 changed the prescaler defines to match the bit mask, not the actual prescaler value, thus `SYSCTRL_OSC8M_PRESC_1_Val` now means "divide by 2" Fixes https://github.com/arduino/ArduinoCore-samd/issues/214
-
- Feb 15, 2017
-
-
Sandeep Mistry authored
Via 2nd stage boot code that checks SD card for UPDATE.bin
-
- Feb 07, 2017
-
-
Johnny Willemsen authored
* cores/arduino/wiring.c:
-
- Jan 24, 2017
-
-
Sandeep Mistry authored
-
- Jan 03, 2017
-
-
Sandeep Mistry authored
-
Bumsik Kim authored
-
- Dec 19, 2016
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Dec 16, 2016
-
-
Martino Facchin authored
Use the information retrieved from the linker script in use to simply call a reset without any erase
-
- Dec 15, 2016
-
-
Martino Facchin authored
The exported variable is used by banzai() to avoid erasing any bootloader part
-
Martino Facchin authored
-
Martino Facchin authored
-
- Dec 02, 2016
-
-
Sandeep Mistry authored
Fixes some compile errors and warnings
-
- Nov 25, 2016
-
-
Sandeep Mistry authored
-
- Nov 17, 2016
-
-
Sandeep Mistry authored
-
- Oct 11, 2016
-
-
Cristian Maglie authored
This pachs allows C++ global constructors to run after hardware initialization. This helps some libraries that setups hardware in class constructor to work properly. See also #169
-
- Oct 10, 2016
-
-
Cristian Maglie authored
Fix #172
-
- Oct 03, 2016
-
-
Mike D authored
Fixed issue where pins were not being configured properly in analogWrite when multiple channels of the same TCC/TC module were being used to drive outputs.
-
- Sep 14, 2016
-
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/5362
-