fdcavalcanti opened a new pull request, #18416: URL: https://github.com/apache/nuttx/pull/18416
## 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/xtensa/esp32s2: add efuse defconfig Adds the efuse defconfig for the ESP32-S2. ## Impact Impact on user: Yes, adds one more defconfig to esp32s2-saola-1 board. Impact on build: No. Impact on hardware: Only ESP32-S2 SoC. Impact on documentation: No. Impact on security: No. Impact on compatibility: No. ## Testing Build and run the E-Fuse defconfig. ### Building - ./tools/configure.sh esp32s2-saola-1:efuse - make and flash ### Running Execute a custom program that is able to read the MAC Address E-Fuse. ### Results ``` ... *** Booting NuttX *** dram: lma 0x00001020 vma 0x3ffbb810 len 0x11b0 (4528) iram: lma 0x000021d8 vma 0x40022000 len 0x757c (30076) padd: lma 0x00009768 vma 0x00000000 len 0x6890 (26768) imap: lma 0x00010000 vma 0x40090000 len 0x14400 (82944) padd: lma 0x00024408 vma 0x00000000 len 0xbbf0 (48112) dmap: lma 0x00030000 vma 0x3f010000 len 0x2de4 (11748) total segments stored 6 NuttShell (NSH) NuttX-10.4.0 nsh> efuse MAC address: 60:55:f9:ed:bb:ac nsh> ``` -- 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]
