Lines Matching refs:in
4 Packages, dtsi files and libraries are updated regularly in order for STM32
6 Updates are generally done once in each Zephyr release, preferably soon after
8 report issues if some are faced and get them fixed before the new version in
32 If there are changes in the number of *.c files the Kconfig file in the
33 stm32cube directory and the ``CMakeLists.txt`` files in the stm32yyxx/ directories
42 to the patch list in dedicated README file, to make sure you don't overwrite
44 ``genllheaders.py`` script in order to make sure generic LL API headers are
52 and ``stm32yyxx.h`` should be included in ``soc.h``
58 Additionally, in order to use STM32Cube LL, you should include the provided
59 generic LL headers ``stm32_ll_foo.h`` directly in the file using the LL API:
66 will need to add the appropriate select entries in their Kconfig files.
68 entry should apear in driver's Kconfig file.
95 Use STM32Cube in your application:
97 It may happen that you want to access STM32Cube APIs in your application,
100 In this case, you need to create a Kconfig file in your application which
130 *-pinctrl.dtsi files are generated using generation scripts available in this
136 new version of STM32 Open Pin Data or a change in the generation script
142 For some specific features, in order to benefit from already available and
144 available in this module under `lib` folder.
146 These libraries are updated automatically by the ``ble_library.py`` script in a separate commit