Android TV Reference Remote
Check in SDK based on Telink 8278 chipset, solution provided
by Telink Semiconductor (Shanghai) Co., Ltd.

This source code drop contains the open source software. The libraries,
compiler toolchain and other binaries dependencies are hosted by Telink.

ATTENTION:

Please read the “readme” file in the root directory after downloading
this SDK for instructions on getting/setting up the tools, libraries,
and binaries necessary for building the SDK, and all the reference design files.

Software version: 2.06

v2.06 Library version

|       lib name        |          origin           |
| :-------------------: | :-----------------------: |
| libfirmware_encrypt.a |      ble SDK V3.4.2       |
|     liblt_827x.a      |      ble SDK V3.4.2.0     |
|     libapp_ota.a      | google BLE RCU SDK v2.00  |
| liblt_general_stack.a |      ble SDK v3.4.2       |

v2.06 Changes
  - Fixed double back click (remove 80ms delay)
  - Fixed the flash address conflict problem.
    The previous version used two sectors to save the wakeup keypress
    counter, but the version after v2.0 only reserved one sector
    to save (two sectors are actually used in the code), so if the
    saved wakeup keypress counter is more than one sector, it will
    overwrite the next sector.
  - Added IR code 0xD0 for talkback (Because the requirement is to
    press and hold for 3 seconds (back+down) to turn on the talkback,
    but it takes about 1s for the box to recognize the talkback,
    so the code actually starts to send ble/ir by long-pressing
    for 2 seconds)

BYPASS_INCLUSIVE_LANGUAGE_REASON=tech_terms.
No-Typo-Check: name in lib.

Change-Id: I946f403e622c00ac1e71b3314aaa1633636a825e
5 files changed