feat(lp_core): added lp-spi example for lp core

Added an example of using lp-spi from lp-core to read sensor data
from a BME280 sensor.
This commit is contained in:
Marius Vikhammer
2024-10-30 09:32:52 +08:00
parent e4c92855ee
commit cfe6c45122
8 changed files with 429 additions and 0 deletions
+6
View File
@@ -327,6 +327,12 @@ examples/system/ulp/lp_core/lp_i2c:
depends_components:
- ulp
examples/system/ulp/lp_core/lp_spi:
enable:
- if: SOC_LP_SPI_SUPPORTED == 1 and SOC_DEEP_SLEEP_SUPPORTED == 1
depends_components:
- ulp
examples/system/ulp/lp_core/lp_uart/lp_uart_echo:
disable:
- if: (SOC_ULP_LP_UART_SUPPORTED != 1) or (SOC_DEEP_SLEEP_SUPPORTED != 1)