- Sep 08, 2017
-
-
Cristian Maglie authored
This should save some cycles inside ISR Handler.
-
Cristian Maglie authored
-
Cristian Maglie authored
-
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
-
-
Cristian Maglie authored
-
joverbee authored
Solve #199
-
- Sep 01, 2017
-
-
Cristian Maglie authored
Fix #223
-
- Aug 23, 2017
-
-
Cristian Maglie authored
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Victor Nakoryakov authored
- Jul 12, 2017
-
-
Cristian Maglie authored
-
- Jul 11, 2017
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
ladyada authored
-
ladyada authored
-
Cristian Maglie authored
-
Adminius authored
PWM frequency 732 Hz
-
Sandeep Mistry authored
-
Eugen authored
-
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.
-
- Jul 04, 2017
-
-
Martino Facchin authored
Add platform specific keywords.txt
-
- Jul 03, 2017
-
-
per1234 authored
Since https://github.com/arduino/Arduino/commit/3f1b23bf6123e680ed1ddc85d5f39b3555aade0b this will cause keywords in this file to be highlighted only when a board from this platform is selected. Currently only contains INPUT_PULLDOWN. Style copied from the INPUT_PULLUP entry at https://github.com/arduino/Arduino/blob/1.8.3/build/shared/lib/keywords.txt#L11. I don't know whether there are other platform specific keywords for Arduino SAMD Boards. I'm happy to add any others on request. Closes https://github.com/arduino/Arduino/issues/3534
-
- May 02, 2017
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-