aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 3efd12748a11411f677ed85b6addcc253c347217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
------------------------------------------------------------------------------------
    Audio Hardware Abstraction Sample for 4A(AGL-Advanced-Audio-Architecture)
-------------------------------------------------------------------------------------

## Cloning from Git

```bash
    # Initial clone with submodules
    git clone --recurse-submodules https://github.com/fulup-bzh/hal-sample-4a
    cd  audio-binding

# If you forget to pull submodule use after initial clone
    git submodule update --init
```

## Build

To activate a HAL, add "DHAL_XXX=1" HAL_XXX is the cmake build flag of the HAL.

```bash
cmake -DHAL_RCAR-M3=1
```