forked from avrdudes/avrdude
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'avrdudes:main' into arduino_packing_release_test
- Loading branch information
Showing
9 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* Meta-author Stefan Rueger <[email protected]> | ||
* | ||
* v 1.3 | ||
* 22.12.2023 | ||
* 14.02.2024 | ||
* | ||
*/ | ||
|
||
|
@@ -24,7 +24,7 @@ | |
#include <limits.h> | ||
#include <unistd.h> | ||
|
||
#include "avrintel.h" | ||
#include "libavrdude.h" | ||
|
||
// Given the MCU id return index in uP_table or -1 if not found | ||
int upidxmcuid(int mcuid) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
/* | ||
* Do not edit: automatically generated by mkavrintel.pl | ||
* | ||
* avrintel.h | ||
* libavrdude-avrintel.h | ||
* | ||
* Microchip AVR8L, AVR8, XMEGA and AVR8X family description of interrupts, configurations and more | ||
* | ||
* Published under GNU General Public License, version 3 (GPL-3.0) | ||
* Meta-author Stefan Rueger <[email protected]> | ||
* | ||
* v 1.3 | ||
* 22.12.2023 | ||
* 14.02.2024 | ||
* | ||
*/ | ||
|
||
#ifndef avrintel_h | ||
#define avrintel_h | ||
#ifndef libavrdude_avrintel_h | ||
#define libavrdude_avrintel_h | ||
|
||
#ifndef LIBAVRDUDE_INCLUDE_INTERNAL_HEADERS | ||
#error Do not directly #include <libavrdude-avrintel.h>. Do #include <libavrdude.h> instead. | ||
#endif | ||
|
||
typedef struct { | ||
int value; // Value (to be shifted into mask position) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters