support adapter_lora and sx1278 device on aiit-arm32-board

This commit is contained in:
Liu_Weichao
2021-11-10 16:32:17 +08:00
parent 7b82f2a60b
commit c631063b7a
25 changed files with 934 additions and 100 deletions
+4
View File
@@ -81,6 +81,10 @@ struct InitSequenceDesc device_init[] =
#ifdef RESOURCES_SPI_SFUD
{ "W25Qxx_spi", FlashW25qxxSpiDeviceInit},
#endif
#endif
#ifdef RESOURCES_SPI_LORA
{"LORA_spi", LoraSx12xxSpiDeviceInit},
#endif
{ " NONE ", NONE },
};