ArduinoCore-samd icon indicating copy to clipboard operation
ArduinoCore-samd copied to clipboard

Arduino Core for SAMD21 CPU

Results 104 ArduinoCore-samd issues
Sort by recently updated
recently updated
newest added

This small set of modifications adds basic I2C timeout detection to `Wire` and `SERCOM` on the SAMD platform. The blocking nature of the standard Wire library on most Arduino platforms...

improvement

Hi, Since the commit 20104a6c it is not possible to set the UART baudrate to 300 anymore. We're now using the fractional mode of the SERCOM and `sercom->USART.BAUD.FRAC.BAUD` can only...

improvement

IDE: 1.8.2 Installation: C:\Program Files (x86)\Arduino\portable\packages\arduino\hardware\samd\1.6.15\libraries\SoftwareSerial\SoftwareSerial.cpp and \SoftwareSerial.h (from github from samd hardware) Application : SoftwareSerialExample.ino (the original example) Errors: ``` sketch\SoftwareSerial.cpp: In member function 'void SoftwareSerial::setTX(uint8_t)': SoftwareSerial.cpp:174: error: cannot...

waiting for feedback

in the current 'package_index.json' the gcc/tools download is defined as: ``` "name": "arm-none-eabi-gcc", "version": "7-2017q4", "systems": [ { "host": "arm-linux-gnueabihf", "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", "checksum": "SHA-256:ebe96b34c4f434667cab0187b881ed585e7c7eb990fe6 b69be3c81ec7e11e845", "size": "44423906" },...

dpinst-amd64.exe is not signed (or the signature has expired) Steps to duplicate - Windows 10 - Arduino IDE 1.8.11 - Open Boards Manager - Install Arduino SAMD Boards version 1.8.4...

improvement

added support for MP2629: - defined a class for manage different chargers - auto-detect which PMIC is mounted and configure it consequently - support only for wifi1010 this library is...

added pmic configuration support on nano iot 33, this is enabled only when a arduino motor carrier board is attached and the related library is used cc:/ @facchinm we need...

Zeroing of section .bss is now conditional on .bss start & end being defined rather than .data start & end being defined (this was likely a copy-pasta error when re-purposing...

Fixes #685 the clock speed typo in the comments, should make it clearer for future readers.