Rev 30 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 30 | Rev 44 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | * @file stm32l1xx_hal_conf.h |
3 | * @file stm32l1xx_hal_conf.h |
| 4 | * @brief HAL configuration file. |
4 | * @brief HAL configuration file. |
| 5 | ****************************************************************************** |
5 | ****************************************************************************** |
| 6 | * @attention |
6 | * @attention |
| 7 | * |
7 | * |
| 8 | * <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2> |
8 | * <h2><center>© COPYRIGHT(c) 2018 STMicroelectronics</center></h2> |
| 9 | * |
9 | * |
| 10 | * Redistribution and use in source and binary forms, with or without modification, |
10 | * Redistribution and use in source and binary forms, with or without modification, |
| 11 | * are permitted provided that the following conditions are met: |
11 | * are permitted provided that the following conditions are met: |
| 12 | * 1. Redistributions of source code must retain the above copyright notice, |
12 | * 1. Redistributions of source code must retain the above copyright notice, |
| 13 | * this list of conditions and the following disclaimer. |
13 | * this list of conditions and the following disclaimer. |
| Line 67... | Line 67... | ||
| 67 | /*#define HAL_RTC_MODULE_ENABLED */ |
67 | /*#define HAL_RTC_MODULE_ENABLED */ |
| 68 | /*#define HAL_SD_MODULE_ENABLED */ |
68 | /*#define HAL_SD_MODULE_ENABLED */ |
| 69 | /*#define HAL_SMARTCARD_MODULE_ENABLED */ |
69 | /*#define HAL_SMARTCARD_MODULE_ENABLED */ |
| 70 | #define HAL_SPI_MODULE_ENABLED |
70 | #define HAL_SPI_MODULE_ENABLED |
| 71 | /*#define HAL_SRAM_MODULE_ENABLED */ |
71 | /*#define HAL_SRAM_MODULE_ENABLED */ |
| 72 | /*#define HAL_TIM_MODULE_ENABLED */ |
72 | #define HAL_TIM_MODULE_ENABLED |
| 73 | #define HAL_UART_MODULE_ENABLED |
73 | #define HAL_UART_MODULE_ENABLED |
| 74 | /*#define HAL_USART_MODULE_ENABLED */ |
74 | /*#define HAL_USART_MODULE_ENABLED */ |
| 75 | /*#define HAL_WWDG_MODULE_ENABLED */ |
75 | /*#define HAL_WWDG_MODULE_ENABLED */ |
| 76 | #define HAL_GPIO_MODULE_ENABLED |
76 | #define HAL_GPIO_MODULE_ENABLED |
| 77 | #define HAL_DMA_MODULE_ENABLED |
77 | #define HAL_DMA_MODULE_ENABLED |