Re: [PR] arch/risc-v/esp32h2: Set the default SPI flash frequency to 64MHz [nuttx]

2025-04-01 Thread via GitHub
xiaoxiang781216 merged PR #16108: URL: https://github.com/apache/nuttx/pull/16108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

[PR] arch/risc-v/esp32h2: Set the default SPI flash frequency to 64MHz [nuttx]

2025-04-01 Thread via GitHub
tmedicci opened a new pull request, #16108: URL: https://github.com/apache/nuttx/pull/16108 ## Summary * arch/risc-v/esp32h2: Set the default SPI flash frequency to 64MHz The default frequency for the SPI flash chip on ESP32-H2 is 64MHz. Although it was being set to 48MHz befor