Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Richardson committed Jun 5, 2020
2 parents 3b24291 + af04e7f commit 322a7a8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
## dvb-frontends-availink
This repository is the temporary home for Availink demodulator drivers until
they can be upstreamed into media_tree.

Releases are tagged in the format: ```<drivername>_<driverversion>_fw<firmwareversion>``` e.g. avl68x2_2.19.1_fw2.19.27531
### Directory Structure
```
availink/
|
\--common/ : Common files used by all Availink drivers. Includes avl_bsp driver, which is a Linux implementation of the Board Support layer (I2C, wait, semaphores, etc) used by Availink demod SDKs.
\--common/ : Common files used by all Availink drivers. Includes avl_bsp driver, which is a Linux implementation of the Board Support layer (I2C, wait, mutexes, etc) used by Availink demod SDKs.
|
\--avl62x1/ : Linux DVB driver source for AVL62x1 satellite demod family; written atop AVL SDK
\--avl62x1/ : Linux DVB driver source for AVL62x1 satellite demod family; written atop SDK
| |
| \--sdk_src/ : AVL SDK for avl62x1 demod; written atop AVL BSP
|
\--avl68x2/ : Linux DVB driver source for AVL68x2 multistandard demod family
\--avl68x2/ : Linux DVB driver source for AVL68x2 multistandard demod family; written atop SDK
|
\--sdk_src/ : AVL SDK for avl68x2 demod; written atop AVL BSP
```
firmware/ : firmware submodule
```

0 comments on commit 322a7a8

Please sign in to comment.