diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:11:31 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:19:17 +0200 |
commit | 216ae6b4e1c6eac62dea123816ccb1314c8362c9 (patch) | |
tree | cf6999a740850d287420d6e739d8a52cdc74f7b5 /.gitmodules | |
parent | 84c3e1b169038e181526b4fbadab3d8f9322717c (diff) |
agl-service-unicens: support base64 Tx/Rx
Bug-AGL: SPEC-1177
Implement function to transmit control messages
with base64 encoded payload string. Modify control
message reception providing the payload as base64.
Change-Id: I78fb600e75cef3083220da202d2274df729083d9
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9d64e35..54be31c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "ucs2-lib/unicens"] path = ucs2-lib/unicens url = https://github.com/MicrochipTech/unicens.git +[submodule "afb-helpers"] + path = afb-helpers + url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule |