I wasn’t sure if this was a bug, or an intentional change, so I thought asking it on the forum first before opening a ticket on Github.
I was trying to program a custom board containing an atmega328p with a usbasp programmer, as I did in the past.
So, I use make all flash term
with environment variables PROGRAMMER=usbasp
and BOARD=atmega328p
,
unfortunately, I get the following error:
✘ wouter@LOLA-Arch ~/repo/can_tsm_demo master make all flash term
'usbasp' programmer is not supported by this board. Supported programmers: 'avrdude'
/home/wouter/repo/can_tsm_demo/RIOT/Makefile.include:683: *** FLASHFILE is not defined for this board: . Stop.
However, if I checkout an older commit (e.g. 3918d714ce
) it still works?
Did USBASP get removed? Was this intentional? Is there something else I might be doing wrong here?