Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev-esp32' into dev-esp32-idf5…
Browse files Browse the repository at this point in the history
…-testing
  • Loading branch information
jmattsson committed Jan 30, 2024
2 parents 544726f + 2b8e327 commit 1431587
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# .readthedocs.yaml
# Read the Docs configuration file
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

mkdocs:
configuration: mkdocs.yml

# Optionally set the version of Python and requirements required to build your docs
# Optionally declare the Python requirements required to build your docs
python:
version: "3.7"
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion components/modules/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LROT_BEGIN(lspi, NULL, 0)
#endif
LROT_NUMENTRY( SPI1, SPI1_HOST )
LROT_NUMENTRY( SPI2, SPI2_HOST )
#if SOC_SPI_PERIPH_NUM > 2
#ifdef SPI3_HOST
LROT_NUMENTRY( SPI3, SPI3_HOST )
#endif
LROT_END(lspi, NULL, 0)
Expand Down

0 comments on commit 1431587

Please sign in to comment.