You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
Android.bp v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
Makefile v811_spc009_project 4 months ago
product_build.mk v811_spc009_project 4 months ago
product_package.mk v811_spc009_project 4 months ago
readme.txt v811_spc009_project 4 months ago
sample_active_standby.c v811_spc009_project 4 months ago
sample_pmoc.c v811_spc009_project 4 months ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Description
    sample_pmoc is used to demonstrate how to use the interface related to standby.

Command format
    > usage: sample_pmoc [-t trigger] [-s set] [-g get] [[command] arg].
    > command as follows:
    > sample_pmoc -t                  -- enter standby.
    > sample_pmoc -s wakeup_attr      -- configure wakeup params.
    > sample_pmoc -s display          -- configure keyled display params.
    > sample_pmoc -s power_off_gpio   -- configure power off gpio params.
    > sample_pmoc -g wakeup_attr      -- get wakeup params.

Notice: 1.In ethernet fowrward scene, make sure power up two ethernet ports
          before enter standby status.