Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update makefile for AVR #834

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update makefile for AVR #834

wants to merge 5 commits into from

Conversation

Paciente8159
Copy link
Owner

@Paciente8159 Paciente8159 commented Feb 19, 2025

  • updated AVR make file
  • usage is for example make BOARD_TYPE=UNO clean all

@Paciente8159 Paciente8159 added bug Something isn't working HAL: AVR HAL: AVR labels Feb 19, 2025
@Paciente8159 Paciente8159 linked an issue Feb 19, 2025 that may be closed by this pull request
@@ -77,7 +77,7 @@ BIN = $(CP) -O binary -S
# cpu
CPU ?= atmega328p
FREQ ?= 16000000L
BOARD ?= UNO
BOARD ?= BOARD_UNO

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double BOARD_ definition. Here and at line 93.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HAL: AVR HAL: AVR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Makefiles to use proper BOARD definitions
2 participants