rdkcentral / rdk-halif-test-hdmi_cec

RDK HDMI CEC Hardware Abstraction Layer test suite
Apache License 2.0
4 stars 1 forks source link

Feature/issues9: Support emulating a cec network #29

Closed sramani-metro closed 2 months ago

sramani-metro commented 3 months ago

Support for Parent/children relationship based n-ary tree for devices. Auto allocation logic for Physical and Logical addresses for devices

sramani-metro commented 2 months ago

Roughly ok but some comments

can you check that the unit testing code still works and builds both under arm & linux.

clone the header file.. then call build_ut.sh, and checkout your branches as required.

Then try building with build_ut.sh again.. also you need to call build_ut.sh TARGET=arm with using the arm toolchain set as CC= to ensure that you've not broken the testing suites.

Verified with TARGET=arm

sramani-metro commented 2 months ago

Addressed the comments and rebased.