1 /**
2   ******************************************************************************
3   * @file    partition_conf.c
4   * @author  MCU China FAE team
5   * @version 1.0
6   * @date    05/01/2019
7   * @brief   aos porting layer
8   ******************************************************************************
9   *
10   * COPYRIGHT(c) 2019 STMicroelectronics
11   *
12   ******************************************************************************
13   */
14 
15 //#include "aos/hal/flash.h"
16 
17 /* Logic partition on flash devices */
18 //hal_logic_partition_t hal_partitions[HAL_PARTITION_MAX];
19 /*The total flash size is 128KB, 0x08000000~0x0801FFFF*/
flash_partition_init(void)20 void flash_partition_init(void)
21 {
22 
23 }
24 
25