-
Notifications
You must be signed in to change notification settings - Fork 176
feat: Add board M5Stack Tab5 (BSP-692) #593
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
Open
Forairaaaaa
wants to merge
15
commits into
espressif:master
Choose a base branch
from
Forairaaaaa:feat/add_board_m5stack_tab5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,468
−11
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3198761
feat: Add board M5Stack Tab5
Forairaaaaa e0eea30
fix(bsp): Fix spelling
Forairaaaaa ea25b63
fix(bsp): Fix precommit handle
Forairaaaaa cbeed6a
fix(bsp): Fix documentation tag
Forairaaaaa 245c9c8
fix(bsp): Fix sd card apis
Forairaaaaa fee42ed
Merge branch 'master' into feat/add_board_m5stack_tab5
Forairaaaaa d698f49
Merge branch 'master' into feat/add_board_m5stack_tab5
Forairaaaaa a71f796
fix(bsp): Fix mic select define
Forairaaaaa 66939fd
fix(bsp): Fix not used warnning
Forairaaaaa 0de7123
fix(bsp): Remove redundant sd gpio define
Forairaaaaa 810d976
fix(bsp): Fix using color space define
Forairaaaaa 39dc392
fix(bsp): Extract pi4ioe5v6408 to io expander component
Forairaaaaa 707ab8f
fix(bsp): Add bsp_feature_enable api, fix io expander init calling fu…
Forairaaaaa 99554c1
fix(Bsp): Fix tab5 record noise
Forairaaaaa 993116f
fix(bsp): Fix spi sd card mount
Forairaaaaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| description: ESP-BSP SquareLine LVGL Example | ||
| targets: | ||
| - esp32p4 | ||
| dependencies: | ||
| idf: ">=5.4" | ||
| m5stack_tab5: ">=1.0.0" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "name":"M5Stack Tab5", | ||
| "version":"1.0.0", | ||
| "mcu":"ESP32P4", | ||
|
|
||
| "screen_width":"720", | ||
| "screen_height":"1280", | ||
| "screen_color_swap":true, | ||
|
|
||
| "supported_lvgl_version":"9.1.*, 9.2.*", | ||
|
|
||
| "short_description":"Tab5 is a highly extensible, portable smart IoT terminal development device designed for developers, integrating a dual-chip architecture and abundant hardware resources. ", | ||
| "long_description":"Tab5 main controller adopts the RISC-V-based ESP32-P4 SoC, equipped with 16 MB Flash and 32 MB PSRAM; the wireless module uses the ESP32-C6-MINI-1U, supporting Wi-Fi 6. Its antenna system can freely switch between the built-in 3D antenna and the external MMCX antenna interface, flexibly adapting to different deployment environments to ensure data throughput and low-latency control.", | ||
|
|
||
| "placeholders": | ||
| { | ||
| "__ESP_BOARD_INCLUDE__": "bsp/esp-bsp.h", | ||
| "__ESP_BOARD_I2C_INIT__": "/* Initialize I2C (for touch and audio) */\n bsp_i2c_init();" | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Name, Type, SubType, Offset, Size, Flags | ||
| # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild | ||
| nvs, data, nvs, 0x9000, 0x6000, | ||
| phy_init, data, phy, 0xf000, 0x1000, | ||
| factory, app, factory, 0x10000, 0x160000, |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # This file was generated using idf.py save-defconfig. It can be edited manually. | ||
| # Espressif IoT Development Framework (ESP-IDF) 5.4.1 Project Minimal Configuration | ||
| # | ||
| CONFIG_IDF_TARGET="esp32p4" | ||
| CONFIG_ESPTOOLPY_FLASHMODE_QIO=y | ||
| CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y | ||
| CONFIG_PARTITION_TABLE_CUSTOM=y | ||
| CONFIG_COMPILER_OPTIMIZATION_PERF=y | ||
| CONFIG_SPIRAM=y | ||
| CONFIG_SPIRAM_SPEED_200M=y | ||
| CONFIG_FREERTOS_HZ=1000 | ||
| CONFIG_LV_USE_CLIB_MALLOC=y | ||
| CONFIG_LV_USE_CLIB_STRING=y | ||
| CONFIG_LV_USE_CLIB_SPRINTF=y | ||
| CONFIG_LV_DEF_REFR_PERIOD=10 | ||
| CONFIG_LV_USE_LOG=y | ||
| CONFIG_LV_LOG_PRINTF=y | ||
| CONFIG_LV_ATTRIBUTE_FAST_MEM_USE_IRAM=y | ||
| CONFIG_LV_FONT_MONTSERRAT_12=y | ||
| CONFIG_LV_FONT_MONTSERRAT_16=y | ||
| CONFIG_LV_USE_SYSMON=y | ||
| CONFIG_LV_USE_PERF_MONITOR=y | ||
| CONFIG_LV_USE_DEMO_BENCHMARK=y | ||
| CONFIG_IDF_EXPERIMENTAL_FEATURES=y |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.