Skip to content

Commit

Permalink
update sdkconfig to latest idf and place SPI completely into IRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
iltis42 committed Jan 26, 2021
1 parent 43aece4 commit 7cee878
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 44 deletions.
4 changes: 2 additions & 2 deletions sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ CONFIG_ADC_DISABLE_DAC=y
#
# SPI configuration
#
# CONFIG_SPI_MASTER_IN_IRAM is not set
CONFIG_SPI_MASTER_IN_IRAM=y
CONFIG_SPI_MASTER_ISR_IN_IRAM=y
# CONFIG_SPI_SLAVE_IN_IRAM is not set
CONFIG_SPI_SLAVE_IN_IRAM=y
CONFIG_SPI_SLAVE_ISR_IN_IRAM=y
# end of SPI configuration

Expand Down
Loading

0 comments on commit 7cee878

Please sign in to comment.