I can’t produce a reliable datasheet-based list from the files currently available to search, because the returned results only contain workflow guidance, not the actual ESP32-C6-MINI-1 pin table or GPIO notes. The guidance is explicit that I should never guess pin numbers or functions and must use the datasheet as the single source of truth for pin assignments
It also recommends extracting MCU pin information with targeted datasheet queries by category, such as GPIO pins and boot/reset/debug pins, rather than trying to infer the whole table indirectly
So the correct answer right now is:
I do not have enough datasheet content to safely list
- bootstrap / strapping pins
- input-only pins
- pins connected to internal memory
without risking an incorrect answer, which the process explicitly warns against
If you want, send me one of these and I can extract it immediately
- the actual ESP32-C6-MINI-1 datasheet PDF as an uploaded file
- the pin-definition / GPIO pages pasted here
- the exact datasheet URL in chat
Then I’ll return exactly these three lists in a clean table:
- Bootstrap pins
- Input-only pins
- Pins tied to internal memory / reserved for internal flash-memory interface