Arduino_Boards icon indicating copy to clipboard operation
Arduino_Boards copied to clipboard

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.

Results 25 Arduino_Boards issues
Sort by recently updated
recently updated
newest added

Please add a link to this GitHub repository in the documentation links of the associated products. This will make it easier to find how to enable Arduino support (enable development)...

SparkFun_SAMD51_MicroMod is not included in https://github.com/sparkfun/Arduino_Boards/blob/40b6aa6af6a851dc6bf8a51a30df60e3bc0f03c7/sparkfun/samd/libraries/SDU/src/SDU.cpp and files not included in https://github.com/sparkfun/Arduino_Boards/tree/40b6aa6af6a851dc6bf8a51a30df60e3bc0f03c7/sparkfun/samd/libraries/SDU/src/boot see also: https://forum.sparkfun.com/viewtopic.php?f=182&t=57271

The newer releases have additional capabilities and libraries, such as LittleFS.

Hi folks, The board definition file included in this repository is intended for AVR and SAMD boards and shouldn't include any references to Artemis-based boards. This is confusing for end-users,...

dear Sparkfun we had some issues while using our CLI when both your boards definitions and Espressif's platforms were installed. I investigated and found out that there was an overlap...

Adding support for interrupt on Pin D9 and Analog on D4 (A6) and D9 (A7) This adds the interrupt in Pin D9 used by the Adafruit Music Maker Feather Shield,...

When trying to burn the bootloader of my samd board the following openocd error would appear: >Error: couldn't open {/home/chocotov1/Arduino/hardware/sparkfun/samd/bootloaders/zero/Sparkfun_SAMD21_ProRF.bin} The openocd command that was executed as seen in the...

In reference to Apollo3 Core Issue #105: I was having issues getting my arduino code to compile on my Jetson Nano. Adding ``` { "host": "aarch64-linux-gnu", "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2018-q2-update-linuxarm64.tar.bz2", "archiveFileName": "gcc-arm-none-eabi-7-2018-q2-update-linuxarm64.tar.bz2",...

This adds a menu option "Reset method" that can be switched from "1200bps touch" to "Manual", so the classic upload method (reset manually to bootloader, then click Upload) can be...