sys index table body
{{ sys.name }} {{ sys.name }} |
{%- if sys.description|length %}
| Description |
{{ sys.description }} |
{%- endif %}
{%- if sys.manufacturer_link|length %}
| Manufacturer link |
{{ sys.name }} |
{%- endif %}
{%- if sys.architecture|length %}
| Architecture |
{{ sys.architecture }} |
{%- endif %}
{%- if sys.RAM|length %}
| RAM |
{{ sys.RAM }} |
{%- endif %}
{%- if sys.storage|length %}
| Storage |
{{ sys.storage }} |
{%- endif %}
{%- if sys.board_driver_location|length %}
| Board driver path |
/{{ sys.board_driver_location }} |
{%- endif %}
{%- if sys.name|length %}
{%- set found=false %}
{%- set printed=false %}
{%- for driver in drivers.drivers_documentation %}
{%- if driver.supported_system_configurations %}
{%- for sysd in driver.supported_system_configurations %}
{%- if sysd == sys.name %}
{%- set found=true %}
{% if found and printed == false %}
| Drivers |
{%- set printed=true %}
{%- endif %}
-
{%- if driver.areas %}
{%- for area in driver.areas %}
- {{ area }}
{%- endfor %}
{{ driver.name }}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- endif %}
{%- endfor %}
|
{%- endif %}
|
最后更新:
2023 年 5 月 10 日(Wednesday) 10:12 CST