Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Print chip features bitfield #10080

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Conversation

Xylopyrographer
Copy link
Contributor

Description of Change

Adds printing the value of the chip features bitfield to printChipInfo() to facilitate debugging.

Tests scenarios

Tested with:

  • Arduino IDE v2.3.2
  • arduino-esp32 core v3.0.3
  • Debian GNU/Linux 12
  • Waveshare ESP32-S3-Matrix dev board

Related links

None

Prints the value of the chip features bitfield to printChipInfo() to facilitate debugging.
Copy link
Contributor

github-actions bot commented Jul 26, 2024

Messages
📖 🎉 Good Job! All checks are passing!

👋 Hello Xylopyrographer, we appreciate your contribution to this project!


Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against 6db3430

Copy link
Contributor

github-actions bot commented Jul 26, 2024

Test Results

 56 files   -  83   56 suites   - 83   4m 58s ⏱️ - 1h 37m 54s
 21 tests  -   9   21 ✅  -   9  0 💤 ±0  0 ❌ ±0 
135 runs   - 168  135 ✅  - 168  0 💤 ±0  0 ❌ ±0 

Results for commit 6db3430. ± Comparison against base commit f5be003.

This pull request removes 9 tests.
performance.coremark.test_coremark ‑ test_coremark
performance.fibonacci.test_fibonacci ‑ test_fibonacci
performance.psramspeed.test_psramspeed ‑ test_psramspeed
performance.ramspeed.test_ramspeed ‑ test_ramspeed
performance.superpi.test_superpi ‑ test_superpi
test_touch_errors
test_touch_interrtupt
test_touch_read
validation.periman.test_periman ‑ test_periman

♻️ This comment has been updated with latest results.

@VojtechBartoska VojtechBartoska added the Status: Review needed Issue or PR is awaiting review label Jul 29, 2024
@VojtechBartoska
Copy link
Collaborator

thanks for the PR @Xylopyrographer, we will review it soon.

@me-no-dev
Copy link
Member

Question is what does this help if the bits are examined in the following lines? This will just print a meaningless (to the users and us) hex, that we would need to examine anyway. Do you mean that there might be bits not documented?

Copy link
Contributor

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32S30⚠️ +480.00⚠️ +0.02000.000.00
ESP32S20⚠️ +520.00⚠️ +0.02000.000.00
ESP32C30⚠️ +480.00⚠️ +0.02000.000.00
ESP32C60⚠️ +480.00⚠️ +0.02000.000.00
ESP32H20⚠️ +480.00⚠️ +0.02000.000.00
ESP320⚠️ +520.00⚠️ +0.01000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
ArduinoOTA/examples/BasicOTA⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
AsyncUDP/examples/AsyncUDPClient⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
AsyncUDP/examples/AsyncUDPMulticastServer⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
AsyncUDP/examples/AsyncUDPServer⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
BLE/examples/BLE5_extended_scan⚠️ +440--⚠️ +460⚠️ +460⚠️ +460--
BLE/examples/BLE5_multi_advertising⚠️ +440--⚠️ +460⚠️ +460⚠️ +460--
BLE/examples/BLE5_periodic_advertising⚠️ +360--⚠️ +460⚠️ +460⚠️ +460--
BLE/examples/BLE5_periodic_sync⚠️ +360--⚠️ +460⚠️ +460⚠️ +460--
BLE/examples/Beacon_Scanner⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
BLE/examples/Client⚠️ +280--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
BLE/examples/EddystoneTLM_Beacon⚠️ +440--⚠️ +460⚠️ +460--⚠️ +440
BLE/examples/EddystoneURL_Beacon⚠️ +480--⚠️ +460⚠️ +460--⚠️ +480
BLE/examples/Notify⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
BLE/examples/Scan⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
BLE/examples/Server⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
BLE/examples/Server_multiconnect⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +480
BLE/examples/UART⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +520
BLE/examples/Write⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
BLE/examples/iBeacon⚠️ +440--⚠️ +460⚠️ +460⚠️ +460⚠️ +440
DNSServer/examples/CaptivePortal⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
EEPROM/examples/eeprom_class⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
EEPROM/examples/eeprom_extra⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
EEPROM/examples/eeprom_write⚠️ +440⚠️ +360⚠️ +480⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/AnalogOut/LEDCFade⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +480⚠️ +400
ESP32/examples/AnalogOut/LEDCSingleChannel⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/AnalogOut/LEDCSoftwareFade⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/AnalogOut/SigmaDelta⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +480⚠️ +400
ESP32/examples/AnalogOut/ledcFrequency⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/AnalogOut/ledcWrite_RGB⚠️ +440⚠️ +440⚠️ +460⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/AnalogRead⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP32/examples/AnalogReadContinuous⚠️ +440⚠️ +440⚠️ +480⚠️ +460⚠️ +480⚠️ +400
ESP32/examples/ArduinoStackSize⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/CI/CIBoardsTest⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Camera/CameraWebServer⚠️ +440⚠️ +480------⚠️ +400
ESP32/examples/ChipID/GetChipID⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/DeepSleep/ExternalWakeUp⚠️ +440⚠️ +440------⚠️ +400
ESP32/examples/DeepSleep/TimerWakeUp⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
ESP32/examples/DeepSleep/TouchWakeUp⚠️ +440⚠️ +360------⚠️ +400
ESP32/examples/FreeRTOS/BasicMultiThreading⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/FreeRTOS/Mutex⚠️ +440⚠️ +440⚠️ +480⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/FreeRTOS/Queue⚠️ +440⚠️ +360⚠️ +460⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/FreeRTOS/Semaphore⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/GPIO/BlinkRGB⚠️ +280⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/GPIO/FunctionalInterrupt⚠️ +440⚠️ +360⚠️ +480⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/GPIO/FunctionalInterruptStruct⚠️ +280⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/GPIO/GPIOInterrupt⚠️ +280⚠️ +360⚠️ +460⚠️ +460⚠️ +480⚠️ +400
ESP32/examples/HWCDC_Events⚠️ +440--⚠️ +460⚠️ +460⚠️ +460--
ESP32/examples/MacAddress/GetMacAddress⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +480⚠️ +400
ESP32/examples/RMT/Legacy_RMT_Driver_Compatible⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/RMT/RMTCallback⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP32/examples/RMT/RMTLoopback⚠️ +440⚠️ +440⚠️ +480⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/RMT/RMTReadXJT⚠️ +440⚠️ +440⚠️ +460⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/RMT/RMTWriteNeoPixel⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/RMT/RMT_CPUFreq_Test⚠️ +280⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/RMT/RMT_EndOfTransmissionState⚠️ +440⚠️ +440⚠️ +460⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/RMT/RMT_LED_Blink⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP32/examples/ResetReason/ResetReason⚠️ +440⚠️ +360⚠️ +480⚠️ +460⚠️ +480⚠️ +240
ESP32/examples/ResetReason/ResetReason2⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP32/examples/Serial/BaudRateDetect_Demo⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP32/examples/Serial/OnReceiveError_BREAK_Demo⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Serial/OnReceive_Demo⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +480⚠️ +400
ESP32/examples/Serial/RS485_Echo_Demo⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Serial/RxFIFOFull_Demo⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP32/examples/Serial/RxTimeout_Demo⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Serial/Serial_All_CPU_Freqs⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +480⚠️ +240
ESP32/examples/Serial/Serial_STD_Func_OnReceive⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Serial/onReceiveExample⚠️ +440⚠️ +360⚠️ +460⚠️ +480⚠️ +480⚠️ +400
ESP32/examples/TWAI/TWAIreceive⚠️ +440⚠️ +440⚠️ +460⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/TWAI/TWAItransmit⚠️ +440⚠️ +440⚠️ +460⚠️ +480⚠️ +460⚠️ +400
ESP32/examples/Template/ExampleTemplate⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Time/SimpleTime⚠️ +480⚠️ +160⚠️ +460⚠️ +460--⚠️ +400
ESP32/examples/Timer/RepeatTimer⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Timer/WatchdogTimer⚠️ +280⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Touch/TouchButtonV2⚠️ +280⚠️ +440--------
ESP32/examples/Touch/TouchInterrupt⚠️ +280⚠️ +440------⚠️ +400
ESP32/examples/Touch/TouchRead⚠️ +440⚠️ +440------⚠️ +400
ESP32/examples/Utilities/HEXBuilder⚠️ +440⚠️ +360⚠️ +480⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Utilities/MD5Builder⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP32/examples/Utilities/SHA1Builder⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP_I2S/examples/ES8388_loopback⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
ESP_I2S/examples/Record_to_WAV⚠️ +280--------⚠️ +400
ESP_I2S/examples/Simple_tone⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
ESP_NOW/examples/ESP_NOW_Broadcast_Master⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
ESP_NOW/examples/ESP_NOW_Broadcast_Slave⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
ESP_NOW/examples/ESP_NOW_Network⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
ESP_NOW/examples/ESP_NOW_Serial⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
ESP_SR/examples/Basic⚠️ +440----------
ESPmDNS/examples/mDNS-SD_Extended⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +440
ESPmDNS/examples/mDNS_Web_Server⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +320
Ethernet/examples/ETH_W5500_Arduino_SPI⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +240
Ethernet/examples/ETH_W5500_IDF_SPI⚠️ +440⚠️ +400⚠️ +460⚠️ +460⚠️ +460⚠️ +240
FFat/examples/FFat_Test⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
FFat/examples/FFat_time⚠️ +480⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
HTTPClient/examples/Authorization⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +480
HTTPClient/examples/BasicHttpClient⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +480
HTTPClient/examples/BasicHttpsClient⚠️ +280⚠️ +400⚠️ +460⚠️ +460--⚠️ +400
HTTPClient/examples/HTTPClientEnterprise⚠️ +440⚠️ +400⚠️ +460⚠️ +460--⚠️ +400
HTTPClient/examples/ReuseConnection⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
HTTPClient/examples/StreamHttpClient⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
HTTPUpdate/examples/httpUpdate⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
HTTPUpdate/examples/httpUpdateSPIFFS⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
HTTPUpdate/examples/httpUpdateSecure⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
HTTPUpdateServer/examples/WebUpdater⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
Insights/examples/DiagnosticsSmokeTest⚠️ +440⚠️ +440⚠️ +460----⚠️ +440
Insights/examples/MinimalDiagnostics⚠️ +440⚠️ +440⚠️ +460----⚠️ +400
LittleFS/examples/LITTLEFS_test⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
LittleFS/examples/LITTLEFS_time⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
NetBIOS/examples/ESP_NBNST⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
NetworkClientSecure/examples/WiFiClientInsecure⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
NetworkClientSecure/examples/WiFiClientPSK⚠️ +480⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
NetworkClientSecure/examples/WiFiClientSecure⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +440
NetworkClientSecure/examples/WiFiClientSecureEnterprise⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +240
NetworkClientSecure/examples/WiFiClientTrustOnFirstUse⚠️ +440⚠️ +520⚠️ +460⚠️ +460--⚠️ +400
PPP/examples/PPP_Basic⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
Preferences/examples/Prefs2Struct⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
Preferences/examples/StartCounter⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
RainMaker/examples/RMakerCustom⚠️ +440⚠️ +360⚠️ +460----⚠️ +440
RainMaker/examples/RMakerCustomAirCooler⚠️ +400⚠️ +440⚠️ +460----⚠️ +440
RainMaker/examples/RMakerSonoffDualR3⚠️ +440⚠️ +360⚠️ +460----⚠️ +440
RainMaker/examples/RMakerSwitch⚠️ +440⚠️ +200⚠️ +460----⚠️ +440
SD/examples/SD_Test⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
SD/examples/SD_time⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
SD_MMC/examples/SD2USBMSC⚠️ +440----------
SD_MMC/examples/SDMMC_Test⚠️ +440--------⚠️ +400
SD_MMC/examples/SDMMC_time⚠️ +440--------⚠️ +240
SPI/examples/SPI_Multiple_Buses⚠️ +280⚠️ +440------⚠️ +400
SPIFFS/examples/SPIFFS_Test⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
SPIFFS/examples/SPIFFS_time⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
SimpleBLE/examples/SimpleBleDevice⚠️ +440----⚠️ +460⚠️ +460⚠️ +440
TFLiteMicro/examples/hello_world⚠️ +280⚠️ +360⚠️ +480⚠️ +460⚠️ +460⚠️ +400
Ticker/examples/Blinker⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
Ticker/examples/TickerBasic⚠️ +440⚠️ +360⚠️ +480⚠️ +460⚠️ +460⚠️ +400
Ticker/examples/TickerParameter⚠️ +440⚠️ +360⚠️ +460⚠️ +460⚠️ +460⚠️ +400
USB/examples/CompositeDevice⚠️ +440⚠️ +440--------
USB/examples/ConsumerControl⚠️ +440⚠️ +440--------
USB/examples/CustomHIDDevice⚠️ +440⚠️ +440--------
USB/examples/FirmwareMSC⚠️ +440⚠️ +440--------
USB/examples/Gamepad⚠️ +440⚠️ +360--------
USB/examples/HIDVendor⚠️ +440⚠️ +360--------
USB/examples/Keyboard/KeyboardLogout⚠️ +440⚠️ +440--------
USB/examples/Keyboard/KeyboardMessage⚠️ +440⚠️ +440--------
USB/examples/Keyboard/KeyboardReprogram⚠️ +440⚠️ +440--------
USB/examples/Keyboard/KeyboardSerial⚠️ +440⚠️ +440--------
USB/examples/KeyboardAndMouseControl⚠️ +440⚠️ +440--------
USB/examples/MIDI/MidiController⚠️ +440⚠️ +440--------
USB/examples/MIDI/MidiInterface⚠️ +440⚠️ +440--------
USB/examples/MIDI/MidiMusicBox⚠️ +440⚠️ +360--------
USB/examples/MIDI/ReceiveMidi⚠️ +440⚠️ +440--------
USB/examples/Mouse/ButtonMouseControl⚠️ +440⚠️ +440--------
USB/examples/SystemControl⚠️ +440⚠️ +440--------
USB/examples/USBMSC⚠️ +440⚠️ +440--------
USB/examples/USBSerial⚠️ +440⚠️ +440--------
USB/examples/USBVendor⚠️ +280⚠️ +440--------
Update/examples/AWS_S3_OTA_Update⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
Update/examples/HTTPS_OTA_Update⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
Update/examples/HTTP_Client_AES_OTA_Update⚠️ +480⚠️ +440⚠️ +460⚠️ +460--⚠️ +240
Update/examples/HTTP_Server_AES_OTA_Update⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
Update/examples/OTAWebUpdater⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
Update/examples/SD_Update⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
WebServer/examples/AdvancedWebServer⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/FSBrowser⚠️ +480⚠️ +400⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/Filters⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/HelloServer⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +440
WebServer/examples/HttpAdvancedAuth⚠️ +440⚠️ +520⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/HttpAuthCallback⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/HttpAuthCallbackInline⚠️ +280⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/HttpBasicAuth⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/HttpBasicAuthSHA1⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/HttpBasicAuthSHA1orBearerToken⚠️ +440⚠️ +360⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/MultiHomedServers⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/PathArgServer⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/SDWebServer⚠️ +440⚠️ +360⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/SimpleAuthentification⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/UploadHugeFile⚠️ +440⚠️ +360⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/WebServer⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WebServer/examples/WebUpdate⚠️ +440⚠️ +360⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/FTM/FTM_Initiator⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +440
WiFi/examples/FTM/FTM_Responder⚠️ +280⚠️ +520⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/SimpleWiFiServer⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +440
WiFi/examples/WPS⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiAccessPoint⚠️ +480⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiBlueToothSwitch⚠️ +280--⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiClient⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiClientBasic⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +440
WiFi/examples/WiFiClientConnect⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiClientEnterprise⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiClientEvents⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiClientStaticIP⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiIPv6⚠️ +480⚠️ +360⚠️ +460⚠️ +460--⚠️ +440
WiFi/examples/WiFiMulti⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiMultiAdvanced⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiScan⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiScanAsync⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiScanDualAntenna⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiSmartConfig⚠️ +280⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiTelnetToSerial⚠️ +440⚠️ +440⚠️ +460⚠️ +460--⚠️ +400
WiFi/examples/WiFiUDPClient⚠️ +440⚠️ +480⚠️ +460⚠️ +460--⚠️ +480
WiFiProv/examples/WiFiProv⚠️ +480⚠️ +440⚠️ +460⚠️ +460--⚠️ +440
Wire/examples/WireMaster⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
Wire/examples/WireScan⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
Wire/examples/WireSlave⚠️ +440⚠️ +440⚠️ +460⚠️ +460⚠️ +460⚠️ +400
OpenThread/examples/COAP/coap_lamp------⚠️ +460⚠️ +460--
OpenThread/examples/COAP/coap_switch------⚠️ +460⚠️ +460--
OpenThread/examples/SimpleCLI------⚠️ +460⚠️ +460--
OpenThread/examples/SimpleNode------⚠️ +460⚠️ +460--
OpenThread/examples/SimpleThreadNetwork/LeaderNode------⚠️ +460⚠️ +460--
OpenThread/examples/SimpleThreadNetwork/RouterNode------⚠️ +460⚠️ +460--
OpenThread/examples/ThreadScan------⚠️ +460⚠️ +460--
OpenThread/examples/onReceive------⚠️ +460⚠️ +460--
BluetoothSerial/examples/DiscoverConnect----------⚠️ +440
BluetoothSerial/examples/GetLocalMAC----------⚠️ +280
BluetoothSerial/examples/SerialToSerialBT----------⚠️ +480
BluetoothSerial/examples/SerialToSerialBTM----------⚠️ +280
BluetoothSerial/examples/SerialToSerialBT_Legacy----------⚠️ +400
BluetoothSerial/examples/SerialToSerialBT_SSP----------⚠️ +440
BluetoothSerial/examples/bt_classic_device_discovery----------⚠️ +440
BluetoothSerial/examples/bt_remove_paired_devices----------⚠️ +280
ESP32/examples/DeepSleep/SmoothBlink_ULP_Code----------⚠️ +400
ESP32/examples/Touch/TouchButton----------⚠️ +400
Ethernet/examples/ETH_LAN8720----------⚠️ +240
Ethernet/examples/ETH_TLK110----------⚠️ +240

@VojtechBartoska VojtechBartoska added Resolution: Awaiting response Waiting for response of author and removed Status: Review needed Issue or PR is awaiting review labels Jul 31, 2024
@VojtechBartoska VojtechBartoska added this to the 3.0.4 milestone Jul 31, 2024
@VojtechBartoska
Copy link
Collaborator

@Xylopyrographer any comments? Thanks

@Xylopyrographer
Copy link
Contributor Author

Xylopyrographer commented Jul 31, 2024

@me-no-dev, @VojtechBartoska

Question is what does this help if the bits are examined in the following lines? This will just print a meaningless (to the users and us) hex, that we would need to examine anyway. Do you mean that there might be bits not documented?

So this stems from #9974 where the chip report from a board using an ESP32-S3FH4R2 fails to report that the chip has both on-board flash and PSRAM. To help diagnose further, I had to add the raw chip features dump.

Debugging and diagnostic tools should report accurately, this demonstrates a case where something is amiss. It would also be useful should new silicon be ahead of the chip report as it could be used as a check and yes, show undocumented features.

As for interpretation, the bits are enumerated and can be checked (albeit with a bit more digging) but at least the base information is there to investigate further if needed.

FWIW, haven't yet carried the investigation into the above error further. Not reported in IDF 4.4? Definition of "embedded" means something else? Does it show only for ESP32 modules?

@me-no-dev me-no-dev added Status: Pending Merge Pull Request is ready to be merged and removed Resolution: Awaiting response Waiting for response of author labels Jul 31, 2024
@me-no-dev me-no-dev merged commit 6244d9a into espressif:master Jul 31, 2024
86 of 89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Merge Pull Request is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants