1STM32CubeMX Generic LL Headers 2############################## 3 4This folder contains generic STM32CubeMX LL API headers that include the right 5LL API header based on the active series being used in a Zephyr application. 6 7The current headers have been generated using the versions found in the table 8below. 9 10=============== =============== 11Series CubeMX version 12=============== =============== 13{% for series, version in versions.items() %} 14{{ "%-15s" | format(series) }} {{ version }} 15{% endfor %} 16=============== =============== 17