BSP: M5Stack StickS3 (M5PM1, ES8311, ST7789P3)#574
Open
adwuard wants to merge 1 commit intotuya:masterfrom
Open
BSP: M5Stack StickS3 (M5PM1, ES8311, ST7789P3)#574adwuard wants to merge 1 commit intotuya:masterfrom
adwuard wants to merge 1 commit intotuya:masterfrom
Conversation
- Add ESP32 board M5STACK_STICKS3 with PMIC, shared I2C, display, buttons - Add M5PM1 driver under src/peripherals/pmic - Extend tdd_audio_8311_codec (optional PA callback, I2C bus reuse) - Extend lcd_st7789_spi (offsets, invert, red-box demo helper) - Add board example for hardware bring-up Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds ESP32 board support for M5Stack StickS3: M5PM1 PMIC, shared I2C, ES8311 codec, ST7789P3 SPI LCD, buttons, and optional hardware bring-up example.
Changes
boards/ESP32/M5STACK_STICKS3/(Kconfig, CMake, board init, example app)src/peripherals/pmic/m5pm1/with Kconfig/CMake wiringtdd_audio_8311_codec: optional PA enable callback, I2C handle reuse for shared buslcd_st7789_spi: display offsets/invert options, small red-box demo helperTesting
boards/ESP32/M5STACK_STICKS3/examplefor smoke validation (display, buttons, audio path as applicable).Made with Cursor