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

Somebody forgot to move this timer definition from pin 3 to pin 10. https://github.com/sparkfun/Arduino_Boards/blob/main/sparkfun/avr/variants/lilypadusbplus/pins_arduino.h#L268 ``` const uint8_t PROGMEM digital_pin_to_timer_PGM[] = { NOT_ON_TIMER, NOT_ON_TIMER, NOT_ON_TIMER, TIMER0B,//3

Hi I followed the tutorial fro the Sparkfun nRF52832 Breakout board, but the Sparkfun nrf52 library is not installed anymore https://learn.sparkfun.com/tutorials/nrf52832-breakout-board-hookup-guide#adding-arduino-compatibility

In order to reduce customer confusion and the potential of installing outdated Arduino cores, can we remove the following from [`package_sparkfun_index.json`](https://github.com/sparkfun/Arduino_Boards/blob/main/IDE_Board_Manager/package_sparkfun_index.json): * ESP32 - Now handled by https://github.com/espressif/arduino-esp32 * Apollo3...

I use esp-idf instead of Arduino IDE for my ariduino-like needs because it supports CMake and I can use it in CLion instead of the Arduino IDE With that said,...

Im not too up on how the board variants system works but I think I have found an error in the definintion to the RX_LED pin. in Variant.cpp the pin...