eren-terzioglu opened a new pull request, #17737: URL: https://github.com/apache/nuttx/pull/17737
Fixes https://github.com/apache/nuttx/issues/17721 and https://github.com/apache/nuttx/issues/17720 issues ## Summary <!-- This field should contain a summary of the changes. It will be pre-filled with the commit's message and descriptions. Adjust it accordingly --> * boards/risc-v/esp32c6: Add coremark defconfig Add coremark defconfig for esp32c6-devkitc * boards/risc-v/esp32c6: Add coremark defconfig Add coremark defconfig for esp32c6-devkitc * Docs/platforms/esp32s3: Add ostest docs Add ostest defconfig for esp32s3 ## Impact <!-- Please fill the following sections with YES/NO and provide a brief explanation --> Impact on user: No <!-- Does it impact user's applications? How? --> Impact on build: No <!-- Does it impact on building NuttX? How? (please describe the required changes on the build system) --> Impact on hardware: No <!-- Does it impact a specific hardware supported by NuttX? --> Impact on documentation: Yes, added defconfig docs added <!-- Does it impact the existing documentation? Please provide additional documentation to reflect that --> Impact on security: No <!-- Does it impact NuttX's security? --> Impact on compatibility: No <!-- Does it impact compatibility between previous and current versions? Is this a breaking change? --> ## Testing <!-- Please provide all the testing procedure. Consider that upstream reviewers should be able to reproduce the same testing performed internally --> Used these configs: ``` esp32c6-devkitc:coremark esp32s3-devkit:ostest ``` ### Building <!-- Provide how to build the test for each SoC being tested --> These command used to build ``` make distclean && ./tools/refresh.sh esp32c6-devkitc:coremark && make -j && make download ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BAUD=921600 ESPTOOL_BINDIR=./ ``` ### Running <!-- Provide how to run the test for each SoC being tested --> Coremark will run on startup, ostest app run with entering `ostest` command on cmd ### Results <!-- Provide tests' results and runtime logs --> Coremark output: ``` ... Running CoreMark... 2K performance run parameters for coremark. CoreMark Size : 666 Total ticks : 1371 Total time (secs): 13.710000 Iterations/Sec : 437.636761 Iterations : 6000 Compiler version : GCC14.2.0 Compiler flags : -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections -nostdlib Memory location : HEAP seedcrc : 0xe9f5 [0]crclist : 0xe714 [0]crcmatrix : 0x1fd7 [0]crcstate : 0x8e3a [0]crcfinal : 0xa14c Correct operation validated. See README.md for run and reporting rules. CoreMark 1.0 : 437.636761 / GCC14.2.0 -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections -nostdlib / HEAP ``` ostest output: ``` nsh> ostest ... ostest_main: Exiting with status 0 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
