You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to add a driver module to a project, you have to:
- Add the driver module in `CMakeLists.txt`
- Set the driver module enabled (e.g. in a HAL config file, such as
`stm32f4xx_hal_conf.h`)
This change automatically sets the driver module enable definition when
a module is included in `CMakeLists.txt`, meaning that you don't also
have to edit a header file to enable the module.
0 commit comments