Add handler for STATE_DECISION_EVENT it consists of following routines: - state decision algorithm - best timeTransmitter clock algorithm - data sets comparison algorithm Based on IEEE 1588-2019 section 9.3.3 Signed-off-by: Adam Wojasinski <awojasinski@baylibre.com>
15 lines
167 B
CMake
15 lines
167 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(
|
|
btca.c
|
|
clock.c
|
|
msg.c
|
|
port.c
|
|
ptp.c
|
|
state_machine.c
|
|
tlv.c
|
|
transport.c
|
|
)
|