Arduino-Makefile icon indicating copy to clipboard operation
Arduino-Makefile copied to clipboard

Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.

Results 102 Arduino-Makefile issues
Sort by recently updated
recently updated
newest added

Fixed - [pyserial_version] declared and initialised: useful when flashing an Arduino Leonardo board Updated - shebang removed in favor of the use of env (man env) more versatile and useful...

Hello, the current master of Arduino-Makefile computes the variable `ARDUINO_VERSION` in a way which makes it hard to use it together with ATTinyCore (see: https://github.com/SpenceKonde/ATTinyCore/issues/389). Here's the culprit: ``` Arduino.mk:294:...

OS: Raspbian Stretch lite We used the Makefile with the Arduino IDE version 1.0.5 until now and wanted to update to the newest version 1.8.19 now. Following Error message appears...

I'm using the ShiftOutX library, which uses the SPI library. Arduino-Makefile fails to detect this case, resulting in a SPI.h not found error message.

wontfix

I try everything and i have always the same issues ------------------------- Sam.mk Configuration: - [AUTODETECTED] CURRENT_OS = LINUX - [USER] ARDUINO_DIR = /usr/share/arduino/hardware/arduino - [AUTODETECTED] PYTHON_CMD = /usr/bin/python3 - [AUTODETECTED]...

1. For using Arduino makefile with cygwin environment, OpenCR uses its own Windows binary to upload an image to the board. For this reason, the Windows COM port is needed...

By default LTO (Link Time Optimization) of AVR GCC is enabled. On atmega328p this remove most of the debugging data from the ELF file. As a result avr-gdb can not...

Hi. I am trying to use Arduino-Makefile to build Seeduino XIAO code. While having years of programming experience, I am 1 day old on arduino, so I am stumbling a...

I see that 1.6.0 is still latest tag, even though it is years old. I am on Arch and it's arduino-mk still points to 1.6.0. My question is simply, should...

Since the python3 migration pyserial_version is no longer available. This was missing in commit 207253abc.