|
1 |
| -/* |
2 |
| - * Copy the STM32 HAL config file from the targeted MCU Series HAL |
3 |
| - * from ../../system/Drivers/STM32YYxx_HAL_Driver/Inc/stm32yyxx_hal_conf_template.h |
4 |
| - * to |
5 |
| - * stm32yyxx_hal_conf.h |
6 |
| - * where 'yy' could be f0, f1, f2, f3, f4, f7, h7, l0, l1, l4) |
7 |
| - * |
8 |
| - * Example for a STM32 F4 based board: |
9 |
| - * cp ../../system/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_conf_template.h stm32f4xx_hal_conf.h |
10 |
| - * |
11 |
| - * Then edit it in order to: |
12 |
| - * - Disable undesired HAL modules by commenting line like: |
13 |
| - * "#define HAL_XXX_MODULE_ENABLED" |
14 |
| - * where "XXX" is the feature (ETH, I2S,...) |
15 |
| - * - Adjust HSE/HSI Values adaptation if needed |
16 |
| - * - Update any other configurations |
17 |
| - * |
18 |
| - * Note: disabled HAL_UART_MODULE_ENABLED, it is handled thanks Arduino menu (enabled by default) |
19 |
| - */ |
| 1 | +/* |
| 2 | + * Copy the STM32 HAL config file from the targeted MCU Series HAL |
| 3 | + * from ../../system/Drivers/STM32YYxx_HAL_Driver/Inc/stm32yyxx_hal_conf_template.h |
| 4 | + * to |
| 5 | + * stm32yyxx_hal_conf.h |
| 6 | + * where 'yy' could be f0, f1, f2, f3, f4, f7, h7, l0, l1, l4) |
| 7 | + * |
| 8 | + * Example for a STM32 F4 based board: |
| 9 | + * cp ../../system/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_conf_template.h stm32f4xx_hal_conf.h |
| 10 | + * |
| 11 | + * Then edit it in order to: |
| 12 | + * - Disable undesired HAL modules by commenting line like: |
| 13 | + * "#define HAL_XXX_MODULE_ENABLED" |
| 14 | + * where "XXX" is the feature (ETH, I2S,...) |
| 15 | + * - Adjust HSE/HSI Values adaptation if needed |
| 16 | + * - Update any other configurations |
| 17 | + * |
| 18 | + * Note: |
| 19 | + * Below HAL module have to be disabled, they are handled thanks Arduino menu: |
| 20 | + * HAL_UART_MODULE_ENABLED |
| 21 | + * HAL_PCD_MODULE_ENABLED |
| 22 | + * |
| 23 | + */ |
0 commit comments