Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

18 lines
460 B

{% extends "!footer.html" %}
{% block contentinfo %}
<p>
{%- if show_copyright %}
&#169; Copyright {{ copyright }}.
{%- endif %}
{%- if last_updated %}
<div class="lastupdated">
Last generated: {{ last_updated }}.
{%- set git_last_updated, sha1 = pagename | git_info | default((None, None), true) %}
{%- if git_last_updated %}
Last source update: {{ git_last_updated }}.
{%- endif %}
</div>
{%- endif -%}
</p>
{% endblock %}