-
-
Notifications
You must be signed in to change notification settings - Fork 180
Added onewire to S3_BLE and S3_ALL firmwares #3039
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
Conversation
WalkthroughThe changes in this pull request involve modifications to the Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)targets/ESP32/CMakePresets.json (2)Line range hint The changes mirror those in ESP32_S3_BLE, maintaining consistency across related presets. This is the expected behavior as both presets should support the same feature set. Line range hint The OneWire API addition aligns with the PR objective. Additional features (I2C slave, Graphics) follow the pattern seen in other ESP32 presets. The SPIRAM allocation of 1MB matches other presets like M5Core2 and ESP32_PSRAM_BLE_GenericGraphic_REV3. Run the following script to verify SPIRAM allocation consistency: ✅ Verification successfulSPIRAM allocation of 1MB is consistent with other graphics-enabled presets The verification confirms that all ESP32 presets with graphics support consistently use 1MB SPIRAM allocation ( 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check SPIRAM allocation across different presets
# Expected: Most presets with graphics support use 1MB SPIRAM
# Search for SPIRAM allocation in presets with graphics enabled
rg -B 5 "ESP32_SPIRAM_FOR_IDF_ALLOCATION.*1024 \* 1024" | rg -B 5 "API_nanoFramework.Graphics.*ON"
Length of output: 1988 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Add onewire to ESP32_S3_BLE & ESP32_S3_ALL firmwares
Motivation and Context
How Has This Been Tested?
Built locally and checked onewire present
Types of changes
Checklist
Summary by CodeRabbit