Browse Source

[bsp][stm32] update bsp headfile

SummerGift 6 years ago
parent
commit
45ece194cc
69 changed files with 145 additions and 145 deletions
  1. 1 1
      bsp/stm32/libraries/HAL_Drivers/config/f0/spi_config.h
  2. 1 1
      bsp/stm32/libraries/HAL_Drivers/config/f7/spi_config.h
  3. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_common.c
  4. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_gpio.h
  5. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_log.h
  6. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_qspi.h
  7. 2 2
      bsp/stm32/libraries/HAL_Drivers/drv_rtc.c
  8. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_sdio.c
  9. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.c
  10. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.h
  11. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_usart.c
  12. 1 1
      bsp/stm32/libraries/HAL_Drivers/drv_usart.h
  13. 1 1
      bsp/stm32/libraries/templates/stm32f0xx/board/board.h
  14. 1 1
      bsp/stm32/libraries/templates/stm32f10x/applications/main.c
  15. 1 1
      bsp/stm32/libraries/templates/stm32f10x/board/board.c
  16. 1 1
      bsp/stm32/libraries/templates/stm32f10x/board/board.h
  17. 1 1
      bsp/stm32/libraries/templates/stm32f4xx/applications/main.c
  18. 1 1
      bsp/stm32/libraries/templates/stm32f4xx/board/board.c
  19. 1 1
      bsp/stm32/libraries/templates/stm32f4xx/board/board.h
  20. 1 1
      bsp/stm32/libraries/templates/stm32f7xx/applications/main.c
  21. 1 1
      bsp/stm32/libraries/templates/stm32f7xx/board/board.c
  22. 1 1
      bsp/stm32/libraries/templates/stm32f7xx/board/board.h
  23. 1 1
      bsp/stm32/libraries/templates/stm32l4xx/applications/main.c
  24. 1 1
      bsp/stm32/libraries/templates/stm32l4xx/board/board.c
  25. 1 1
      bsp/stm32/libraries/templates/stm32l4xx/board/board.h
  26. 1 1
      bsp/stm32/stm32f091-st-nucleo/board/board.h
  27. 1 1
      bsp/stm32/stm32f103-atk-nano/applications/main.c
  28. 1 1
      bsp/stm32/stm32f103-atk-nano/board/board.c
  29. 1 1
      bsp/stm32/stm32f103-atk-nano/board/board.h
  30. 1 1
      bsp/stm32/stm32f103-dofly-lyc8/applications/main.c
  31. 1 1
      bsp/stm32/stm32f103-dofly-lyc8/board/board.c
  32. 1 1
      bsp/stm32/stm32f103-dofly-lyc8/board/board.h
  33. 1 1
      bsp/stm32/stm32f103-fire-arbitrary/applications/main.c
  34. 1 1
      bsp/stm32/stm32f103-fire-arbitrary/board/board.c
  35. 1 1
      bsp/stm32/stm32f103-fire-arbitrary/board/board.h
  36. 1 1
      bsp/stm32/stm32f103-hw100k-ibox/applications/main.c
  37. 1 1
      bsp/stm32/stm32f103-hw100k-ibox/board/board.c
  38. 1 1
      bsp/stm32/stm32f103-hw100k-ibox/board/board.h
  39. 1 1
      bsp/stm32/stm32f407-atk-explorer/applications/main.c
  40. 1 1
      bsp/stm32/stm32f407-atk-explorer/board/board.c
  41. 1 1
      bsp/stm32/stm32f407-atk-explorer/board/board.h
  42. 1 1
      bsp/stm32/stm32f407-st-discovery/board/board.c
  43. 1 1
      bsp/stm32/stm32f407-st-discovery/board/board.h
  44. 1 1
      bsp/stm32/stm32f411-st-nucleo/applications/main.c
  45. 1 1
      bsp/stm32/stm32f411-st-nucleo/board/board.c
  46. 1 1
      bsp/stm32/stm32f411-st-nucleo/board/board.h
  47. 1 1
      bsp/stm32/stm32f429-atk-apollo/applications/main.c
  48. 1 1
      bsp/stm32/stm32f429-atk-apollo/board/board.c
  49. 1 1
      bsp/stm32/stm32f429-atk-apollo/board/board.h
  50. 1 1
      bsp/stm32/stm32f429-fire-challenger/applications/main.c
  51. 1 1
      bsp/stm32/stm32f429-fire-challenger/board/board.c
  52. 1 1
      bsp/stm32/stm32f429-fire-challenger/board/board.h
  53. 1 1
      bsp/stm32/stm32f446-st-nucleo/applications/main.c
  54. 2 2
      bsp/stm32/stm32f446-st-nucleo/board/board.c
  55. 2 2
      bsp/stm32/stm32f446-st-nucleo/board/board.h
  56. 1 1
      bsp/stm32/stm32f767-atk-apollo/board/board.c
  57. 1 1
      bsp/stm32/stm32f767-atk-apollo/board/board.h
  58. 1 1
      bsp/stm32/stm32f767-atk-apollo/board/ports/drv_qspi_flash.c
  59. 1 1
      bsp/stm32/stm32f767-fire-challenger/applications/main.c
  60. 1 1
      bsp/stm32/stm32f767-fire-challenger/board/board.c
  61. 1 1
      bsp/stm32/stm32f767-fire-challenger/board/board.h
  62. 1 1
      bsp/stm32/stm32f767-fire-challenger/board/ports/drv_qspi_flash.c
  63. 2 2
      bsp/stm32/stm32f767-st-nucleo/applications/main.c
  64. 72 72
      bsp/stm32/stm32f767-st-nucleo/board/board.c
  65. 2 2
      bsp/stm32/stm32f767-st-nucleo/board/board.h
  66. 1 1
      bsp/stm32/stm32l432-st-nucleo/board/board.c
  67. 1 1
      bsp/stm32/stm32l432-st-nucleo/board/board.h
  68. 1 1
      bsp/stm32/stm32l475-atk-pandora/applications/main.c
  69. 1 1
      bsp/stm32/stm32l475-atk-pandora/board/board.h

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/config/f0/spi_config.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #ifndef __SPI_CONFIG_H__

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/config/f7/spi_config.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #ifndef __SPI_CONFIG_H__

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_common.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-7      SummerGift   change to new framework
+ * 2018-11-7      SummerGift   first version
  */
 
 #include "drv_common.h"

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_gpio.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author            Notes
- * 2018-11-06     balanceTWK        change to new framework
+ * 2018-11-06     balanceTWK        first version
  */
 
 #ifndef __DRV_GPIO_H__

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_log.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-15     SummerGift   change to new framework
+ * 2018-11-15     SummerGift   first version
  */
 
 /*

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_qspi.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-27     zylx         change to new framework
+ * 2018-11-27     zylx         first version
  */
  
 #ifndef __DRV_QSPI_H_

+ 2 - 2
bsp/stm32/libraries/HAL_Drivers/drv_rtc.c

@@ -4,8 +4,8 @@
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:
- * Date         Author      Notes
- * 2018-12-04   balanceTWK        change to new framework
+ * Date         Author        Notes
+ * 2018-12-04   balanceTWK    first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_sdio.c

@@ -6,7 +6,7 @@
  * Change Logs:
  * Date           Author       Notes
  * 2018-06-22     tyx          first
- * 2018-12-12     balanceTWK   change to new framework
+ * 2018-12-12     balanceTWK   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-08     balanceTWK   change to new framework
+ * 2018-11-08     balanceTWK   first version
  */
 
 #include <board.h>

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_soft_i2c.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-08     balanceTWK   change to new framework
+ * 2018-11-08     balanceTWK   first version
  */
 
 #ifndef __DRV_I2C__

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_usart.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-10-30     SummerGift   change to new framework
+ * 2018-10-30     SummerGift   first version
  */
  
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/HAL_Drivers/drv_usart.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018.10.30     SummerGift   change to new framework
+ * 2018.10.30     SummerGift   first version
  */
 
 #ifndef __DRV_USART_H__

+ 1 - 1
bsp/stm32/libraries/templates/stm32f0xx/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/libraries/templates/stm32f10x/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/libraries/templates/stm32f10x/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
  
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/templates/stm32f10x/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/libraries/templates/stm32f4xx/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/libraries/templates/stm32f4xx/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/templates/stm32f4xx/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/libraries/templates/stm32f7xx/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/libraries/templates/stm32f7xx/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/templates/stm32f7xx/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/libraries/templates/stm32l4xx/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/libraries/templates/stm32l4xx/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/libraries/templates/stm32l4xx/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f091-st-nucleo/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f103-atk-nano/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-27     balanceTWK   change to new framework
+ * 2018-11-27     balanceTWK   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f103-atk-nano/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     balanceTWK   change to new framework
+ * 2018-11-06     balanceTWK   first version
  */
  
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f103-atk-nano/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f103-dofly-lyc8/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f103-dofly-lyc8/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
  
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f103-dofly-lyc8/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f103-fire-arbitrary/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
  
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f103-fire-arbitrary/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     balanceTWK   change to new framework
+ * 2018-11-06     balanceTWK   first version
  */
  
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f103-fire-arbitrary/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     balanceTWK   change to new framework
+ * 2018-11-06     balanceTWK   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f103-hw100k-ibox/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f103-hw100k-ibox/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
  
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f103-hw100k-ibox/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f407-atk-explorer/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  * 2018-11-19     flybreak     add stm32f407-atk-explorer bsp
  */
 

+ 1 - 1
bsp/stm32/stm32f407-atk-explorer/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f407-atk-explorer/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f407-st-discovery/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f407-st-discovery/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      misonyo   change to new framework
+ * 2018-11-5      misonyo   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f411-st-nucleo/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f411-st-nucleo/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f411-st-nucleo/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f429-atk-apollo/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f429-atk-apollo/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-7      SummerGift   change to new framework
+ * 2018-11-7      SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f429-atk-apollo/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      balanceTWK   change to new framework
+ * 2018-11-5      balanceTWK   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f429-fire-challenger/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  * 2018-11-19     flybreak     add stm32f429-fire-challenger bsp
  */
 

+ 1 - 1
bsp/stm32/stm32f429-fire-challenger/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f429-fire-challenger/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f446-st-nucleo/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 2 - 2
bsp/stm32/stm32f446-st-nucleo/board/board.c

@@ -5,8 +5,8 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
- * 2019-01-08     AndeyQi      first version
+ * 2018-11-06     SummerGift   first version
+ * 2019-01-08     AndeyQi      add stm32f446-st-nucleo bsp
  */
 
 #include "board.h"

+ 2 - 2
bsp/stm32/stm32f446-st-nucleo/board/board.h

@@ -5,8 +5,8 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
- * 2019-01-08     AndeyQi      first version
+ * 2018-11-06     SummerGift   first version
+ * 2019-01-08     AndeyQi      add stm32f446-st-nucleo bsp
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f767-atk-apollo/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f767-atk-apollo/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f767-atk-apollo/board/ports/drv_qspi_flash.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-27     zylx         change to new framework
+ * 2018-11-27     zylx         first version
  */
  
 #include <board.h>

+ 1 - 1
bsp/stm32/stm32f767-fire-challenger/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f767-fire-challenger/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32f767-fire-challenger/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32f767-fire-challenger/board/ports/drv_qspi_flash.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-27     zylx         change to new framework
+ * 2018-11-27     zylx         first version
  */
  
 #include <board.h>

+ 2 - 2
bsp/stm32/stm32f767-st-nucleo/applications/main.c

@@ -5,8 +5,8 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
- * 2019-1-10      e31207077    change to new framework
+ * 2018-11-06     SummerGift   first version
+ * 2019-1-10      e31207077    add stm32f767-st-nucleo bsp
  */
 
 #include <rtthread.h>

+ 72 - 72
bsp/stm32/stm32f767-st-nucleo/board/board.c

@@ -1,72 +1,72 @@
-/*
- * Copyright (c) 2006-2018, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
- * 2019-1-10      e31207077    change to new framework
- */
-
-#include "board.h"
-
-/**
-  * @brief System Clock Configuration
-  * @retval None
-  */
-void SystemClock_Config(void)
-{
-  RCC_OscInitTypeDef RCC_OscInitStruct = {0};
-  RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
-  RCC_PeriphCLKInitTypeDef PeriphClkInitStruct = {0};
-
-  /**Configure LSE Drive Capability 
-  */
-  HAL_PWR_EnableBkUpAccess();
-  /**Configure the main internal regulator output voltage 
-  */
-  __HAL_RCC_PWR_CLK_ENABLE();
-  __HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1);
-  /**Initializes the CPU, AHB and APB busses clocks 
-  */
-  RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE;
-  RCC_OscInitStruct.HSEState = RCC_HSE_BYPASS;
-  RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON;
-  RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE;
-  RCC_OscInitStruct.PLL.PLLM = 8;
-  RCC_OscInitStruct.PLL.PLLN = 432;
-  RCC_OscInitStruct.PLL.PLLP = RCC_PLLP_DIV2;
-  RCC_OscInitStruct.PLL.PLLQ = 9;
-  if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
-  {
-    Error_Handler();
-  }
-  /**Activate the Over-Drive mode 
-  */
-  if (HAL_PWREx_EnableOverDrive() != HAL_OK)
-  {
-    Error_Handler();
-  }
-  /**Initializes the CPU, AHB and APB busses clocks 
-  */
-  RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK|RCC_CLOCKTYPE_SYSCLK
-                              |RCC_CLOCKTYPE_PCLK1|RCC_CLOCKTYPE_PCLK2;
-  RCC_ClkInitStruct.SYSCLKSource = RCC_SYSCLKSOURCE_PLLCLK;
-  RCC_ClkInitStruct.AHBCLKDivider = RCC_SYSCLK_DIV1;
-  RCC_ClkInitStruct.APB1CLKDivider = RCC_HCLK_DIV4;
-  RCC_ClkInitStruct.APB2CLKDivider = RCC_HCLK_DIV2;
-
-  if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_7) != HAL_OK)
-  {
-    Error_Handler();
-  }
-  PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_USART3|RCC_PERIPHCLK_CLK48;
-  PeriphClkInitStruct.Usart3ClockSelection = RCC_USART3CLKSOURCE_PCLK1;
-  PeriphClkInitStruct.Clk48ClockSelection = RCC_CLK48SOURCE_PLL;
-  if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct) != HAL_OK)
-  {
-    Error_Handler();
-  }
-}
-
+/*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2018-11-06     SummerGift   first version
+ * 2019-1-10      e31207077    add stm32f767-st-nucleo bsp
+ */
+
+#include "board.h"
+
+/**
+  * @brief System Clock Configuration
+  * @retval None
+  */
+void SystemClock_Config(void)
+{
+  RCC_OscInitTypeDef RCC_OscInitStruct = {0};
+  RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
+  RCC_PeriphCLKInitTypeDef PeriphClkInitStruct = {0};
+
+  /**Configure LSE Drive Capability 
+  */
+  HAL_PWR_EnableBkUpAccess();
+  /**Configure the main internal regulator output voltage 
+  */
+  __HAL_RCC_PWR_CLK_ENABLE();
+  __HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1);
+  /**Initializes the CPU, AHB and APB busses clocks 
+  */
+  RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE;
+  RCC_OscInitStruct.HSEState = RCC_HSE_BYPASS;
+  RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON;
+  RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE;
+  RCC_OscInitStruct.PLL.PLLM = 8;
+  RCC_OscInitStruct.PLL.PLLN = 432;
+  RCC_OscInitStruct.PLL.PLLP = RCC_PLLP_DIV2;
+  RCC_OscInitStruct.PLL.PLLQ = 9;
+  if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
+  {
+    Error_Handler();
+  }
+  /**Activate the Over-Drive mode 
+  */
+  if (HAL_PWREx_EnableOverDrive() != HAL_OK)
+  {
+    Error_Handler();
+  }
+  /**Initializes the CPU, AHB and APB busses clocks 
+  */
+  RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK|RCC_CLOCKTYPE_SYSCLK
+                              |RCC_CLOCKTYPE_PCLK1|RCC_CLOCKTYPE_PCLK2;
+  RCC_ClkInitStruct.SYSCLKSource = RCC_SYSCLKSOURCE_PLLCLK;
+  RCC_ClkInitStruct.AHBCLKDivider = RCC_SYSCLK_DIV1;
+  RCC_ClkInitStruct.APB1CLKDivider = RCC_HCLK_DIV4;
+  RCC_ClkInitStruct.APB2CLKDivider = RCC_HCLK_DIV2;
+
+  if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_7) != HAL_OK)
+  {
+    Error_Handler();
+  }
+  PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_USART3|RCC_PERIPHCLK_CLK48;
+  PeriphClkInitStruct.Usart3ClockSelection = RCC_USART3CLKSOURCE_PCLK1;
+  PeriphClkInitStruct.Clk48ClockSelection = RCC_CLK48SOURCE_PLL;
+  if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct) != HAL_OK)
+  {
+    Error_Handler();
+  }
+}
+

+ 2 - 2
bsp/stm32/stm32f767-st-nucleo/board/board.h

@@ -5,8 +5,8 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
- * 2019-1-10      e31207077    change to new framework
+ * 2018-11-5      SummerGift   first version
+ * 2019-1-10      e31207077    add stm32f767-st-nucleo bsp
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32l432-st-nucleo/board/board.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include "board.h"

+ 1 - 1
bsp/stm32/stm32l432-st-nucleo/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__

+ 1 - 1
bsp/stm32/stm32l475-atk-pandora/applications/main.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-06     SummerGift   change to new framework
+ * 2018-11-06     SummerGift   first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32l475-atk-pandora/board/board.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2018-11-5      SummerGift   change to new framework
+ * 2018-11-5      SummerGift   first version
  */
 
 #ifndef __BOARD_H__