-
Hi,
I downloaded the project and loaded it into MPLAB X IDE V6.05 with xc10 compiler.
I got the following error on my first build. I did a grep for "OD_CANNodeID" in the project and file system …
-
I have compiled avrdude from source because linuxspi is completely missing now from the prebuild binary in raspbian.
During configuration of the build it shows ENABLED for both linuxgpio and lin…
-
Hey SpenceKonde, is this possible to do? I am able to load the hex, but the device seems to not be functional. When using an ATMEL ICE in Visual Studio, it works fine. I know you specify some programm…
-
Hi,
The following files need to include "LV_LVGL_H_INCLUDE_SIMPLE":
* animimg001.c
* animimg002.c
* animimg003.c
* img_caret_down.c
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h"…
-
Apparently, @mariusgreuel's Avrdude fork for windows supports COM port discovery via USB VID/PID. This is actually very neat if you're using a UART-based programmer that has a tendency to bump the COM…
-
IDE: MPLAB X 6.05
COMPILER: XC8 2.40
MCU: PIC16F1779
Create empty project
#include "mcc_generated_files/mcc.h"
#include "quarkts/QuarkTS.h"
void main(void)
{
while (1)
{
}
}
Include …
-
When I try to use a .cpp file in my harmony project that utilizes the Command module it won't pass the link step.
The link errors are all to the sprintf function.
I get the following error (I shor…
-
### systemd version the issue has been seen with
249
### Used distribution
Kubuntu 22.04 LTS
### Linux kernel version used
5.15.0-53-generic
### CPU architectures issue was seen on
…
-
Hello,
I'm brand new to the Bus Pirate universe and just wanted to build and flash the firmware based on your [docs](https://github.com/BusPirate/Bus_Pirate/blob/master/Documentation/building-and-…
-
avrdude: Version 7.1-arduino.1
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is C:\Users\Pet…