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

[Mordyk Alex] 04-HAL: Led control #31

Open
wants to merge 9 commits into
base: Alexander.Mordyk
Choose a base branch
from

Conversation

kurtwalkir
Copy link

@kurtwalkir kurtwalkir commented Jun 20, 2020

Hi Aleksandr, I very happy to finish this homework. Thank you for your help. Let me know, if something works is not as expected.
Description:
A simple project for controlling the hikey 960 LEDs.

Implemented:

  • User android app for controlling hikey 960 leds.
  • Android service for exchanging data between user app and HAL.
  • HAL for controlling leds via sysfs.
  • Added sepolicy.

Project dependencies:
Android manifest: https://github.com/kurtwalkir/android_manifest
Hikey Linaro Device: https://github.com/kurtwalkir/hikey-linaro-device
Hikey Linaro Kernel: https://github.com/kurtwalkir/hikey-linaro-kernel
HAL/App/Service: https://github.com/kurtwalkir/gl-android-training-2020

How to apply these changes:

  1. Clone all repo in your project folder.
  2. Setup the build environment (if it is not done yet):
    . ./build/envsetup.sh
    lunch hikey960-userdebug
  3. Run the build:
    make -j8

kurtwalkir and others added 8 commits June 13, 2020 18:36
Implemented a simple android application for control hikey960 leds.

Signed-off-by: kurtwalkir <[email protected]>
Implemented a simple android service for exchanging data between HAL and application.

Signed-off-by: kurtwalkir <[email protected]>
- Add manifest and compatibility_matrix.
- Add led control c++ aplication
- Add led control hal.
- Add Android make files.
- Add rc script.

Signed-off-by: kurtwalkir <[email protected]>
Signed-off-by: kurtwalkir <[email protected]>
Added project struct.
@kurtwalkir kurtwalkir added the ready The PR is ready for review (set by author). label Jun 20, 2020
@kurtwalkir kurtwalkir changed the title [Mordyk Alex] 04-HAL: Led control homework [Mordyk Alex] 04-HAL: Led control Jun 20, 2020
Added dependencies links on android manifest, hikey960
kernel, hikey960 BSP.

Signed-off-by: kurtwalkir <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready The PR is ready for review (set by author).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants