Provide urboot: bootloaders for classic ATmegaS* parts

This commit is contained in:
Stefan Rueger
2026-01-09 17:05:32 +00:00
parent ab2d37123f
commit 2da64d723b
2 changed files with 2028 additions and 494 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,8 +9,8 @@
* Published under GNU General Public License, version 3 (GPL-3.0)
* Meta-author Stefan Rueger <stefan.rueger@urclocks.com>
*
* v 1.22
* 26.05.2025
* v 1.3
* 09.01.2026
*
*/
@@ -33,7 +33,7 @@ enum {
UL_CODELOCS_N
};
#define UL_MCU_N 166
#define UL_MCU_N 168
#define UL_IOTYPE_N 31
#define UL_BLTYPE_N 3
#define UL_CONFIG_N 14