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

Add stile_box_pro board basic support #64039

Merged
merged 2 commits into from Nov 3, 2023

Conversation

avisconti
Copy link
Collaborator

@avisconti avisconti commented Oct 17, 2023

Add stile_box_pro board basic support (https://www.st.com/en/evaluation-tools/steval-mkboxpro.html). It is based on B_U585I_IOT02A board which has STM32U585 SoC as well.

The PR also includes a sample to read sensors data.

Missing part:

  • few sensor support (LPS22DF, LIS2DU12, STTS22HH)
  • microphone/audio support
  • BLE
  • SD/MMC card
  • other?

EDIT:
Removed all dependencies

@avisconti avisconti added area: Boards area: Sensors Sensors area: Documentation area: Console area: Devicetree Binding PR modifies or adds a Device Tree binding area: DFU Device Firmware Upgrade labels Oct 17, 2023
@avisconti avisconti self-assigned this Oct 17, 2023
@erwango erwango added this to the v3.6.0 milestone Oct 17, 2023
@avisconti avisconti added the DNM This PR should not be merged (Do Not Merge) label Oct 17, 2023
@zephyrbot zephyrbot removed the DNM This PR should not be merged (Do Not Merge) label Oct 19, 2023
@avisconti avisconti added the DNM This PR should not be merged (Do Not Merge) label Oct 19, 2023
boards/arm/sensortile_box_pro/CMakeLists.txt Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/Kconfig.defconfig Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/Kconfig.defconfig Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/sensortile_box_pro_defconfig Outdated Show resolved Hide resolved
@zephyrbot zephyrbot added the area: Samples Samples label Oct 30, 2023
@avisconti avisconti removed the DNM This PR should not be merged (Do Not Merge) label Oct 30, 2023
@avisconti avisconti force-pushed the add-stile-box-pro branch 2 times, most recently from 08e790d to 5c5c239 Compare October 30, 2023 16:20
boards/arm/sensortile_box_pro/CMakeLists.txt Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/board.c Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/board.c Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/sensortile_box_pro.dts Outdated Show resolved Hide resolved
boards/arm/sensortile_box_pro/sensortile_box_pro.dts Outdated Show resolved Hide resolved
@erwango erwango assigned erwango and unassigned avisconti Nov 2, 2023
@avisconti avisconti force-pushed the add-stile-box-pro branch 2 times, most recently from da6a308 to 1acaf54 Compare November 2, 2023 10:55
Copy link
Member

@fabiobaltieri fabiobaltieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry a couple more comments on the sample, missed the patch previously

Add basic support for SensorTile.box Pro (STEVAL-MKBOXPRO).
(https://www.st.com/en/evaluation-tools/steval-mkboxpro.html)

Signed-off-by: Armando Visconti <armando.visconti@st.com>
Add sample to test SensorTile.box Pro sensors on board.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
@carlescufi carlescufi merged commit 22295ee into zephyrproject-rtos:main Nov 3, 2023
21 checks passed
@avisconti avisconti deleted the add-stile-box-pro branch November 3, 2023 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Boards area: Console area: Devicetree Binding PR modifies or adds a Device Tree binding area: DFU Device Firmware Upgrade area: Documentation area: Samples Samples area: Sensors Sensors area: USB Universal Serial Bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants