mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 17:55:47 +00:00
The existing API defined sys_clock_{hw_cycles,ticks}_per_sec as simple "variables" to be shared, except that they were only real storage in certain modes (the HPET driver, basically) and everywhere else they were a build constant. Properly, these should be an API defined by the timer driver (who controls those rates) and consumed by the clock subsystem. So give them function syntax as a stepping stone to get there. Note that this also removes the deprecated variable _sys_clock_us_per_tick rather than give it the same treatment. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
coap_client | ||
coap_server | ||
common | ||
dhcpv4_client | ||
dns_resolve | ||
echo_client | ||
echo_server | ||
eth_native_posix | ||
gptp | ||
http_client | ||
http_server | ||
ipv4_autoconf | ||
irc_bot | ||
leds_demo | ||
lldp | ||
lwm2m_client | ||
mdns_responder | ||
mqtt_publisher | ||
nats | ||
promiscuous_mode | ||
rpl_border_router | ||
rpl_node | ||
rpl-mesh-qemu | ||
sntp_client | ||
sockets | ||
stats | ||
telnet | ||
throughput_server | ||
traffic_class | ||
vlan | ||
wifi | ||
wpan_serial | ||
wpanusb | ||
ws_console | ||
ws_echo_server | ||
zperf | ||
net.rst |