avr: added modules spi_sw, 23LC512, 25LC256

This commit is contained in:
Martin Preuss
2026-05-04 21:44:55 +02:00
parent 6bc747938b
commit 99aae535e7
11 changed files with 732 additions and 7 deletions

View File

@@ -133,6 +133,18 @@ modulesInit:
bigcall SPIHW_Init
#endif
#ifdef MODULES_SPI_SW
bigcall SPISW_Init
#endif
#ifdef MODULES_RAM_23LC512
bigcall RAM_23LC512_Init
#endif
#ifdef MODULES_EE_25LC256
bigcall EE_25LC256_Init
#endif
#ifdef MODULES_LCD
bigcall LCD_Init
#endif