# hardware-peripheral-copro **Repository Path**: mirrors_STMicroelectronics/hardware-peripheral-copro ## Basic Information - **Project Name**: hardware-peripheral-copro - **Description**: STM32MPU distribution for Android (copro hardware interface) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hardware-copro # This module contains the STMicroelectronics Copro HAL source code. It is part of the STMicroelectronics delivery for Android (see the [delivery][] for more information). [delivery]: https://wiki.st.com/stm32mpu/wiki/STM32MP15_distribution_for_Android_release_note_-_v2.0.0 ## Description ## This module version is the updated version for STM32MP15 distribution for Android V2.0 Please see the Android delivery release notes for more details. It is based on the proprietary Copro API. Please see the Android delivery release notes for more details. ## Documentation ## * The [release notes][] provide information on the release. * The [distribution package][] provides detailed information on how to use this delivery. [release notes]: https://wiki.st.com/stm32mpu/wiki/STM32MP15_distribution_for_Android_release_note_-_v2.0.0 [distribution package]: https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package_for_Android ## Dependencies ## This module can't be used alone. It is part of the STMicroelectronics Android delivery. To be able to use it the device.mk must have the following packages: ``` PRODUCT_PACKAGES += \ copro.stm \ android.hardware.copro@-service.stm32mp1 \ CoproService ``` ## Containing ## This directory contains the sources and associated Android makefile to generate the copro.stm library. ## License ## This module is distributed under the Apache License, Version 2.0 found in the [LICENSE](./LICENSE) file.