Skip to content

issues Search Results · repo:arduino/ArduinoCore-samd language:C

Filter by

377 results
 (84 ms)

377 results

inarduino/ArduinoCore-samd (press backspace or delete to remove)

Last commit is last year, is the project dead?
  • paaspaas00
  • Opened 
    26 days ago
  • #734

The function resetTC() waits for timer counter sync or reset in an infinite loop because it is interrupted by an ISR that also calls resetTC() resetTC() is called from: - Tone_Handler() (Interrupt ...
  • ir-mark
  • Opened 
    on May 20
  • #732

According to SAMD2xG datasheet, D26 line, PA27 is connected to EXTINT[15]. This is not indicated in the table in the variants.cpp https://github.com/arduino/ArduinoCore-samd/blob/993398cb7a23a4e0f821a73501ae98053773165b/variants/arduino_zero/variant.cpp#L68 ...
  • 4project-co-il
  • Opened 
    on Mar 30
  • #731

When trying to install versions 1.8.14 or 1.8.13 of Arduino SAMD Boards (32-bits ARM Cortex-M0+) via the Arduino IDE 1.8.19 Boards Manager on a Raspberry Pi, the error message _ Tool avrdude is not available ...
  • robrennie
  • 2
  • Opened 
    on Mar 24
  • #730

So I ve been pulling my hair out for days trying to figure out how to do OTA flashing on my MKR WiFi 1010 with a locally compiled binary, served over HTTP from S3 or otherwise my own web server. I finally ...
  • Gaveroid
  • 8
  • Opened 
    on Mar 20
  • #729

Bug Description The current implementation of digitalWrite() in the SAMD core incorrectly uses the DIRSET register to determine if a pin is configured as an output, which could lead to inconsistent behavior. ...
  • jacoblgit
  • Opened 
    on Mar 2
  • #727

Hi. I m trying to create an environment for my custom board based on the SAMD21 chip. The code is based on the latest 1.8.14 version of the ArduinoCore-samd The Arduino.h includes the api/ArduinoAPI.h ...
  • 4project-co-il
  • 2
  • Opened 
    on Feb 12
  • #726

GCC s C++17 support is pretty poor, including lacking charconv. It s from 2017, and the toolchain really should be updated.
  • JetForMe
  • 1
  • Opened 
    on Jan 3
  • #725

We have a PlatformIO project which has a custom board without USB. For this we don t have USBCON defined which worked fine in v1.8.13 Since PR #713 this broke because USBAPI.h now uses LineInfo which ...
  • MSmeets94
  • Opened 
    on Oct 30, 2024
  • #723

This code is found in uint32_t analogRead(uint32_t pin): uint32_t analogRead(uint32_t pin) { (...) if (pin A0) { pin += A0; } (...) The pin passed as an argument is deliberately changed ...
  • louisrubet
  • 2
  • Opened 
    on Oct 4, 2024
  • #720
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub