- Sep 08, 2017
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Sep 05, 2017
-
-
joverbee authored
Change the way ISRs are stored. Store now in a list on a ‘first come first served basis’, the first interrupt that gets attached will be served first. This improves the speed of the ISR calling from about 6us to 2us for a single interrupt on extint14 See #200
-
- Sep 04, 2017
-
-
joverbee authored
Solve #199
-
- Sep 01, 2017
-
-
Cristian Maglie authored
Fix #223
-
- Aug 23, 2017
-
-
Cristian Maglie authored
-
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
-