- Jul 11, 2017
-
-
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
-
- Apr 28, 2017
-
-
Cristian Maglie authored
The flag means "install everything or nothing", not really useful in our case.
-
- Apr 27, 2017
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 19, 2017
-
-
Arturo Guadalupi authored
Add MKRFox1200 support to SDU (and rebuild for all boards)
-
Sandeep Mistry authored
-
- Apr 04, 2017
-
-
Sandeep Mistry authored
-
Martino Facchin authored
This enables remote wakeup on CDC driver, so we can safely call standby() and maintain the Serial prints on resume.
-
Cristian Maglie authored
-
Martino Facchin authored
-
Martino Facchin authored
Correct OpenOCD version in tools.openocd.path definition
-
per1234 authored
http://downloads.arduino.cc/packages/package_index.json specifies openocd version 0.9.0-arduino6-static in the Arduino SAMD Boards 1.6.13 entry. The incorrect version previously used to define tools.openocd.path caused uploads for SAMD boards to fail: "java.io.IOException: Cannot run program "{runtime.tools.openocd-0.9.0-arduino5-static.path}/bin/openocd.exe": CreateProcess error=2, The system cannot find the file specified"
-
- Mar 31, 2017
-
-
Cristian Maglie authored
-
Cristian Maglie authored
- Mar 23, 2017
-
-
Arturo Guadalupi authored
Add SDU usage example
-
Sandeep Mistry authored
-
- Mar 02, 2017
-
-
Arturo Guadalupi authored
Add support for updating sketches from an SD card
-
- Mar 01, 2017
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
Fix #216
-
- Feb 28, 2017
-
-
Sandeep Mistry authored
-
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
-
Sandeep Mistry authored
Via 2nd stage boot code that checks SD card for UPDATE.bin
-
- Feb 09, 2017
-
-
Martino Facchin authored