From a9104f1fda2a6cb7fffbd96d78673d3621426b07 Mon Sep 17 00:00:00 2001 From: Tom Richardson <35146222+tomrich82@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:47:14 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b166a8..1038a4a 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ they can be upstreamed into media_tree. ``` 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 -``` \ No newline at end of file +firmware/ : firmware submodule +``` From af04e7f5ca88ebed5e0031d884ca2540c2b3c33b Mon Sep 17 00:00:00 2001 From: Tom Richardson <35146222+tomrich82@users.noreply.github.com> Date: Thu, 4 Jun 2020 13:45:05 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1038a4a..2e62aec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## 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: ```__fw``` e.g. avl68x2_2.19.1_fw2.19.27531 ### Directory Structure ``` availink/