This commit is contained in:
Mysteo
2023-06-29 19:23:00 +03:00
commit bebfc1b5ab
415 changed files with 294688 additions and 0 deletions

10
loader/ports.dox Normal file
View File

@@ -0,0 +1,10 @@
/**
\defgroup Ports Bootloader Ports
\brief Target dependent code.
\details The bootloader targets contain the microcontroller and compiler dependent
parts of the bootloader. They are grouped per microcontroller family. This is
the part that needs to be newly developed when porting the bootloader to a
new microcontroller family.
*/