gustavonihei commented on a change in pull request #2920: URL: https://github.com/apache/incubator-nuttx/pull/2920#discussion_r582681012
########## File path: arch/risc-v/src/esp32c3/esp32c3_start.c ########## @@ -83,7 +84,15 @@ void __esp32c3_start(void) showprogress('B'); - /* Call nx_start() */ + /* Set CPU frequency */ + + esp32c3_clockconfig(); Review comment: Shouldn't the clock configuration be performed before the call to `esp32c3_lowsetup()`? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org