add edu-riscv64 lora example and fix name problem

This commit is contained in:
wuzheng
2022-11-11 15:32:38 +08:00
parent 00b39cdd55
commit e746639f8a
9 changed files with 319 additions and 115 deletions
@@ -184,6 +184,12 @@ struct InitSequenceDesc _board_init[] =
#ifdef BSP_USING_I2C
{ "hw_i2c", HwI2cInit },
#endif
#ifdef BSP_USING_RTC
{ "hw_uart", HwRTC },
#endif
#ifdef BSP_USING_UART
{ "hw_uart", HwUartInit },
#endif
#ifdef BSP_USING_SPI
{ "hw_spi", HwSpiInit },
#endif