发数据没发成功就会3S再发一直发
This commit is contained in:
parent
13b09fdb85
commit
022fcaf60f
|
@ -215,10 +215,7 @@ void LEDTask(void const * argument)
|
|||
void Trans_4g_Task(void const * argument)
|
||||
{
|
||||
/* USER CODE BEGIN StartDefaultTask */
|
||||
EC801E_Power_ON();
|
||||
osDelay(5000);
|
||||
while(!EC801_GET_Time());
|
||||
MQTT_Config();
|
||||
EC801_start();
|
||||
MQTT_Trans_Data();
|
||||
int temp_1s = 0;
|
||||
/* Infinite loop */
|
||||
|
@ -236,3 +233,8 @@ void Trans_4g_Task(void const * argument)
|
|||
/* USER CODE END StartDefaultTask */
|
||||
}
|
||||
/* USER CODE END Application */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@ void EC801E_Power_ON()
|
|||
// PWR_KEY_4G_Pin低电平,上电自动开机
|
||||
HAL_GPIO_WritePin(GPIO_4G_PWR_KEY_GPIO_Port, GPIO_4G_PWR_KEY_Pin, GPIO_PIN_SET);
|
||||
//上电
|
||||
HAL_GPIO_WritePin(GPIO_4G_PWR_CTRL_GPIO_Port, GPIO_4G_PWR_CTRL_Pin, GPIO_PIN_RESET);
|
||||
HAL_Delay(1000);
|
||||
HAL_GPIO_WritePin(GPIO_4G_PWR_CTRL_GPIO_Port, GPIO_4G_PWR_CTRL_Pin, GPIO_PIN_SET);
|
||||
}
|
||||
|
||||
|
@ -83,6 +85,14 @@ void MQTT_Config()
|
|||
}flag_sub = 0;
|
||||
}
|
||||
|
||||
void EC801_start()
|
||||
{
|
||||
EC801E_Power_ON();
|
||||
osDelay(5000);
|
||||
while(!EC801_GET_Time());
|
||||
MQTT_Config();
|
||||
}
|
||||
|
||||
// MQTT发送数据
|
||||
void MQTT_Trans_Data()
|
||||
{
|
||||
|
@ -114,8 +124,9 @@ void MQTT_Trans_Data()
|
|||
str_len = strlen(cjson_str) + 2 + 4;
|
||||
sprintf(str_len_str, "%d", str_len);
|
||||
|
||||
while(!flag_pubex)
|
||||
{
|
||||
// 发送发数据包命令
|
||||
osDelay(2000);
|
||||
uart_sendstr(g_ec801_uart_handle, "AT+QMTPUBEX=0,0,0,0,Test_Topic,");
|
||||
uart_sendstr(g_ec801_uart_handle, str_len_str);
|
||||
uart_sendstr(g_ec801_uart_handle, "\r\n");
|
||||
|
@ -123,7 +134,8 @@ void MQTT_Trans_Data()
|
|||
//发送数据包
|
||||
osDelay(2000);
|
||||
uart_sendstr(g_ec801_uart_handle, cjson_str);
|
||||
// uart_sendstr(g_ec801_uart_handle, "\r\n");
|
||||
HAL_Delay(3000);
|
||||
}flag_pubex = 0;
|
||||
|
||||
//释放
|
||||
vPortFree(cjson_str);
|
||||
|
|
|
@ -12,6 +12,7 @@ void MQTT_Config();
|
|||
void MQTT_Trans_Data();
|
||||
int EC801_GET_Time();
|
||||
void parse_4g_receive_data();
|
||||
void EC801_start();
|
||||
|
||||
extern uint8_t time_get_ok;
|
||||
extern uint32_t g_time_stamp;
|
||||
|
|
|
@ -1,205 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<BuildDb>
|
||||
<Tool>
|
||||
<Name>linker</Name>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\Exe\micro_climate.out</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\micro_climate.map</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
</Tool>
|
||||
<Tool>
|
||||
<Name>compiler</Name>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\i2c.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\i2c.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\i2c.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\uart_dev.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\uart_dev.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\uart_dev.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\croutine.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\croutine.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\croutine.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\spi.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\spi.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\spi.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_adc_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_adc_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\gpio.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\gpio.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\gpio.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\freertos.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\freertos.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\freertos.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\tasks.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\tasks.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\tasks.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\stm32l4xx_hal_msp.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_msp.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_msp.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\port.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\port.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\main.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\main.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\main.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\dma.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\dma.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\dma.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\adc.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\adc.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\adc.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_cortex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_cortex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\inflash.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\inflash.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\inflash.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\cJSON.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\cJSON.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\cJSON.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\heap_4.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\heap_4.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\anemometer_dev.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\anemometer_dev.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\anemometer_dev.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c</Path>
|
||||
<Output>
|
||||
|
@ -210,30 +12,12 @@
|
|||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\HP203B\hp203b.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_exti.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\HP203B_1856951872026386537.dir\hp203b.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_exti.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\HP203B_1856951872026386537.dir\hp203b.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
|
@ -246,21 +30,57 @@
|
|||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\RingQueue\ring_queue.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\RingQueue_10900368326811202236.dir\ring_queue.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\RingQueue_10900368326811202236.dir\ring_queue.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\system_stm32l4xx.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ex.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\CMSIS_6603591812247902717.dir\system_stm32l4xx.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ex.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\CMSIS_6603591812247902717.dir\system_stm32l4xx.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\tasks.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\tasks.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\tasks.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\spi.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\spi.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\spi.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Filter\filter.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Filter_2427836196881467961.dir\filter.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Filter_2427836196881467961.dir\filter.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
|
@ -282,156 +102,21 @@
|
|||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\list.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr_ex.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\list.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr_ex.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\list.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\HP203B\hp203b.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\HP203B_1856951872026386537.dir\hp203b.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\HP203B_1856951872026386537.dir\hp203b.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\RingQueue\ring_queue.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\RingQueue_10900368326811202236.dir\ring_queue.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\RingQueue_10900368326811202236.dir\ring_queue.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Filter\filter.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Filter_2427836196881467961.dir\filter.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Filter_2427836196881467961.dir\filter.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell_cmdhelp.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhelp.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhelp.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell_autocomplete.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_autocomplete.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_autocomplete.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ramfunc.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ramfunc.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell_cmdhist.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhist.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhist.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\stm32l4xx_hal_timebase_tim.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_timebase_tim.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_timebase_tim.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\stm32l4xx_it.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_it.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_it.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\EC801E\EC801E.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\EC801E_17758034221153603070.dir\EC801E.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\EC801E_17758034221153603070.dir\EC801E.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\timers.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\timers.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\timers.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\tim.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\tim.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\tim.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\queue.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\queue.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\queue.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
|
@ -444,21 +129,129 @@
|
|||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\system_stm32l4xx.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\CMSIS_6603591812247902717.dir\system_stm32l4xx.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_exti.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\CMSIS_6603591812247902717.dir\system_stm32l4xx.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_exti.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\frt_protocol.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\frt_protocol.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\cmsis_os.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\frt_protocol.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\cmsis_os.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\EC801E\EC801E.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\EC801E_17758034221153603070.dir\EC801E.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\EC801E_17758034221153603070.dir\EC801E.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell_cmdhist.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhist.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhist.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell_autocomplete.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_autocomplete.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_autocomplete.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\Shell\shell_cmdhelp.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhelp.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Shell_738121877093898511.dir\shell_cmdhelp.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\gpio.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\gpio.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\gpio.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\freertos.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\freertos.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\freertos.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\adc.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\adc.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\adc.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\cJSON.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\cJSON.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\cJSON.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\queue.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\queue.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\queue.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\inflash.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\inflash.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\inflash.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
|
@ -471,12 +264,246 @@
|
|||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\list.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\frt_protocol.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\list.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\frt_protocol.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\list.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\frt_protocol.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_spi.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\stm32l4xx_it.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_it.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_it.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\uart_dev.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\uart_dev.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\uart_dev.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\dma.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\dma.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\dma.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\App\Src\anemometer_dev.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\anemometer_dev.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Src_5571640358672592439.dir\anemometer_dev.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\stm32l4xx_hal_msp.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_msp.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_msp.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_adc_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_adc_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_cortex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_cortex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\tim.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\tim.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\tim.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\main.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\main.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\main.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\stm32l4xx_hal_timebase_tim.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_timebase_tim.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\stm32l4xx_hal_timebase_tim.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Core\Src\i2c.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\i2c.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\Core_13247989168731456611.dir\i2c.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_gpio.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_gpio.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_pwr_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\event_groups.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\event_groups.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_dma.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\croutine.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\croutine.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\croutine.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_i2c_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_i2c_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_tim.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_tim.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\port.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\port.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\heap_4.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\heap_4.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
|
@ -498,82 +525,55 @@
|
|||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\event_groups.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\event_groups.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc_ex.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ramfunc.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_rcc_ex.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_flash_ramfunc.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim.c</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\timers.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_tim.s</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\timers.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_tim.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_i2c_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_i2c_ex.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\cmsis_os.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\cmsis_os.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_gpio.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_gpio.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart_ex.c</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart_ex.s</Path>
|
||||
</Output>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\STM32L4xx_HAL_Driver_2987639196379523013.dir\stm32l4xx_hal_uart_ex.lst</Path>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\timers.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
</Tool>
|
||||
<Tool>
|
||||
<Name>assembler</Name>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\startup_stm32l496xx.s</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\EWARM_18443280873093131863.dir\startup_stm32l496xx.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portasm.s</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\FreeRTOS_4809373609813369194.dir\portasm.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\startup_stm32l496xx.s</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\EWARM_18443280873093131863.dir\startup_stm32l496xx.lst</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
</Tool>
|
||||
<Tool>
|
||||
<Name>linker</Name>
|
||||
<Parent>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\Exe\micro_climate.out</Path>
|
||||
<Output>
|
||||
<Path>E:\Y\IAR\micro_climate\EWARM\micro_climate\List\micro_climate.map</Path>
|
||||
</Output>
|
||||
</Parent>
|
||||
</Tool>
|
||||
</BuildDb>
|
||||
|
|
Binary file not shown.
|
@ -129,3 +129,15 @@
|
|||
2 487 7458461451409096 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/EC801E_17758034221153603070.dir/EC801E.o a54b6de52d607a4f
|
||||
487 693 7458461453457440 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.out 42c24b588bc0dc40
|
||||
695 712 7458461453777484 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.hex da035ebc0f78809b
|
||||
40 998 7459112003606873 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/Core_13247989168731456611.dir/freertos.o dbcb0db307adc272
|
||||
354 1118 7459112004896867 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/EC801E_17758034221153603070.dir/EC801E.o a54b6de52d607a4f
|
||||
1120 1866 7459112012377525 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.out 42c24b588bc0dc40
|
||||
1869 1968 7459112013527705 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.hex da035ebc0f78809b
|
||||
2 426 7459120857509221 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/Core_13247989168731456611.dir/freertos.o dbcb0db307adc272
|
||||
31 443 7459120857759224 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/Core_13247989168731456611.dir/main.o a6886d12c2e968a7
|
||||
60 602 7459120859249196 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/EC801E_17758034221153603070.dir/EC801E.o a54b6de52d607a4f
|
||||
604 806 7459120861386298 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.out 42c24b588bc0dc40
|
||||
808 825 7459120861706252 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.hex da035ebc0f78809b
|
||||
2 494 7459123089462605 E:/Y/IAR/micro_climate/EWARM/micro_climate/Obj/EC801E_17758034221153603070.dir/EC801E.o a54b6de52d607a4f
|
||||
495 703 7459123091528977 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.out 42c24b588bc0dc40
|
||||
705 723 7459123091858431 E:/Y/IAR/micro_climate/EWARM/micro_climate/Exe/micro_climate.hex da035ebc0f78809b
|
||||
|
|
Binary file not shown.
|
@ -211,3 +211,147 @@
|
|||
531 1037 7458463551355929 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1038 1590 7458463556892021 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1591 3028 7458463570813518 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 673 7459056866756270 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
675 1466 7459056874701155 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1467 2397 7459056884009255 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
2398 3858 7459056898148801 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 517 7459057307003143 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
518 1023 7459057312059196 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1024 1568 7459057317511957 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1569 2953 7459057330942892 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 546 7459094110962544 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
547 1048 7459094116337238 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1049 1588 7459094121734256 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1588 3013 7459094135533180 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 521 7459101233507434 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
522 1029 7459101238599769 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1030 1569 7459101243997843 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1570 2975 7459101257621374 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 510 7459101314264444 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
511 1017 7459101319354361 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1018 1559 7459101324769977 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1560 2955 7459101338187222 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 540 7459101596390457 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
541 1061 7459101601636465 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1062 1663 7459101607653459 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1664 3265 7459101622964717 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 521 7459105652996924 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
521 1311 7459105660903934 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
1312 1862 7459105666407888 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1863 3298 7459105680321883 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 545 7459105737272306 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
546 1268 7459105744518747 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
1268 1832 7459105750149227 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1832 3354 7459105764913798 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 512 7459106022593492 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
514 1203 7459106029518663 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
1204 1743 7459106034918456 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1744 3157 7459106048613300 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 529 7459106457518879 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
530 1238 7459106464619756 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
1239 1780 7459106470032815 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1781 3181 7459106483606605 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 530 7459107697018321 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
531 1048 7459107702210256 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1049 1593 7459107707650861 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1594 3109 7459107722360800 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 523 7459107779120028 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
525 1039 7459107784287335 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1040 1587 7459107789767285 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1589 3022 7459107803643061 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 516 7459107860430578 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
517 1020 7459107865485828 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1022 1563 7459107870902631 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1563 2964 7459107884481472 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 520 7459108041746089 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
521 1044 7459108046981421 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1044 1594 7459108052493109 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1595 3037 7459108066438885 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 516 7459108123159035 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
517 1202 7459108130030968 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
1203 1744 7459108135443183 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1745 3139 7459108148957756 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 524 7459114038957970 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
525 1038 7459114044110678 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1038 1578 7459114049511087 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1579 2993 7459114063198821 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 618 7459115026176062 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
619 1122 7459115031221071 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1123 1668 7459115036681692 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1669 3083 7459115050322390 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 523 7459118224750289 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
523 1050 7459118230025314 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1051 1601 7459118235541185 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1602 3033 7459118249390451 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 530 7459118658185227 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
531 1050 7459118663391580 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1050 1605 7459118668952652 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1606 3064 7459118683073129 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 530 7459118790233888 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
531 1046 7459118795394808 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1047 1621 7459118801150236 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1622 3054 7459118815006122 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 526 7459118922149241 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
527 1041 7459118927311678 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1042 1578 7459118932673808 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1579 3032 7459118946784556 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
4 556 7459119003848866 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/main.pbi c727fe1dca7b633d
|
||||
1 559 7459119003898912 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
3 570 7459119003998909 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
571 1152 7459119009828900 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
560 1340 7459119011704733 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
557 1455 7459119012854749 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part1.pbi a2973c59822e3ba0
|
||||
1456 2024 7459119018548809 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
2025 3469 7459119032546473 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 512 7459119089141854 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
513 1019 7459119094217545 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1020 1562 7459119099651725 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1563 2958 7459119113163634 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 517 7459119873653748 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/Core_13247989168731456611.dir/freertos.pbi 3ddb8275ce0d8276
|
||||
518 1211 7459119880600319 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part0.pbi d377b469d47faa19
|
||||
1213 1760 7459119886082543 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1760 3173 7459119899789261 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 510 7459120258068292 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
512 1018 7459120263142790 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1018 1561 7459120268565449 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1561 3002 7459120282555141 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 509 7459120691066239 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
510 1011 7459120696101138 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1012 1554 7459120701524568 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1555 2979 7459120715366976 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 547 7459122783464622 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
548 1065 7459122788652052 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1065 1611 7459122794120460 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1611 3029 7459122807850219 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 520 7459124222106022 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
520 1021 7459124227131916 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1022 1564 7459124232554896 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1565 2982 7459124246313482 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 520 7459125208252570 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
521 1027 7459125213324613 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1028 1575 7459125218798255 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1575 2994 7459125232533637 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 528 7459125741834312 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
529 1058 7459125747144349 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1059 1638 7459125752947552 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1639 3103 7459125767155448 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 513 7459126527852685 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
514 1022 7459126532961260 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1023 1581 7459126538541997 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1582 3031 7459126552487370 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 841 7459134401228508 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
842 1630 7459134409128493 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1632 2683 7459134419653730 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
2684 4191 7459134434274230 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 533 7459135295595602 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
534 1050 7459135300772906 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1051 1615 7459135306413916 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1616 3056 7459135320391773 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
2 533 7459140757891718 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
534 1075 7459140763328834 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1076 1640 7459140768979273 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1641 3054 7459140782656500 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
1 521 7459140839354036 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/EC801E_17758034221153603070.dir/EC801E.pbi 567bcf822d995d98
|
||||
522 1034 7459140844489552 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate_part2.pbi ac5f6eea2281be79
|
||||
1035 1578 7459140849919592 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbd 70ab1a767db47c97
|
||||
1578 3011 7459140863786448 E:/Y/IAR/micro_climate/EWARM/micro_climate/BrowseInfo/micro_climate.pbw 68766e220b8d24a0
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
E:\Y\IAR\micro_climate\EWARM\micro_climate\BrowseInfo\Core_13247989168731456611.dir\cJSON.pbi: \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\cJSON.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iar_intrinsics_common.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iccarm_builtin.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\intrinsics.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\FreeRTOSConfig.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ycheck.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdint.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stddef.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\float.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ctype.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\limits.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_stdlib.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdlib.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_float_setup.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\math.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdio.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_string.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ysizet.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Config_Normal.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Defaults.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\yvals.h \
|
||||
E:\Y\IAR\micro_climate\Core\Src\cJSON.c \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\string.h \
|
||||
E:\Y\IAR\micro_climate\Core\Src\cJSON.c
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ycheck.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\yvals.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Defaults.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Config_Normal.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ysizet.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_string.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdio.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\math.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_float_setup.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdlib.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_stdlib.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\limits.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ctype.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\float.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stddef.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdint.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\FreeRTOSConfig.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\intrinsics.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iccarm_builtin.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iar_intrinsics_common.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\cJSON.h
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,96 @@
|
|||
E:\Y\IAR\micro_climate\EWARM\micro_climate\BrowseInfo\Core_13247989168731456611.dir\freertos.pbi: \
|
||||
E:\Y\IAR\micro_climate\Core\Src\freertos.c \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stddef.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ycheck.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\yvals.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Defaults.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Config_Normal.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ysizet.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdint.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\FreeRTOSConfig.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\intrinsics.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iccarm_builtin.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iar_intrinsics_common.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\main.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\stm32l4xx_hal_conf.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\core_cm4.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_version.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_compiler.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_iccarm.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\mpu_armv7.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_exti.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\semphr.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\anemometer_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\main.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\dma.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\i2c.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\usart.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\comm_types.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\RingQueue\ring_queue.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\tim.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\gpio.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdio.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\string.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_string.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\math.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_float_setup.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\tools\arr_tool.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\ST\ARM\DSP\Inc\arm_math.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_compiler.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\float.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\limits.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\uart_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\comm_types.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\assertions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\pdebug.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\uart_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\frt_protocol.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\timer.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\inflash.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\HP203B\hp203b.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\EC801E\EC801E.h
|
Binary file not shown.
Binary file not shown.
|
@ -1,93 +1,86 @@
|
|||
E:\Y\IAR\micro_climate\EWARM\micro_climate\BrowseInfo\EC801E_17758034221153603070.dir\EC801E.pbi: \
|
||||
E:\Y\IAR\micro_climate\Drivers\EC801E\EC801E.c \
|
||||
E:\Y\IAR\micro_climate\Drivers\EC801E\EC801E.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\main.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\stm32l4xx_hal_conf.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\core_cm4.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdint.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ycheck.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\yvals.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Defaults.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Config_Normal.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_version.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_compiler.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_iccarm.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iccarm_builtin.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\mpu_armv7.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stddef.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ysizet.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_exti.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart_ex.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdio.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\usart.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\main.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\comm_types.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\RingQueue\ring_queue.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\string.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_string.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\cJSON.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\uart_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\comm_types.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\assertions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\pdebug.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\uart_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\anemometer_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\dma.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\i2c.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\tim.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\gpio.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\math.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_float_setup.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\tools\arr_tool.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\FreeRTOSConfig.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\intrinsics.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iar_intrinsics_common.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\limits.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\float.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\ST\ARM\DSP\Inc\arm_math.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\semphr.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\ST\ARM\DSP\Inc\arm_math.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iar_intrinsics_common.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\intrinsics.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\FreeRTOSConfig.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\tools\arr_tool.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_float_setup.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\math.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\gpio.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\anemometer_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\tim.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\i2c.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\dma.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\uart_dev.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\pdebug.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\assertions.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\cJSON.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product_string.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\string.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\RingQueue\ring_queue.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\App\Inc\comm_types.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\usart.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdio.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_exti.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\ysizet.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stddef.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\mpu_armv7.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\aarch32\iccarm_builtin.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_iccarm.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_compiler.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\float.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\limits.h
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\cmsis_version.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Product.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Config_Normal.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\DLib_Defaults.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\yvals.h \
|
||||
D:\Program\ Files\IAR\ Systems\arm\inc\c\stdint.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Include\core_cm4.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\stm32l4xx_hal_conf.h \
|
||||
E:\Y\IAR\micro_climate\EWARM\..\Core\Inc\main.h \
|
||||
E:\Y\IAR\micro_climate\Drivers\EC801E\EC801E.h \
|
||||
E:\Y\IAR\micro_climate\Drivers\EC801E\EC801E.c
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
###############################################################################
|
||||
#
|
||||
# IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 20/Aug/2024 15:44:58
|
||||
# IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 21/Aug/2024 10:54:45
|
||||
# Copyright 1999-2023 IAR Systems AB.
|
||||
#
|
||||
# Cpu mode = thumb
|
||||
|
@ -437,44 +437,34 @@ E:\Y\IAR\micro_climate\Core\Src\freertos.c
|
|||
\ Trans_4g_Task: (+1)
|
||||
\ 0x0 0xB510 PUSH {R4,LR}
|
||||
217 /* USER CODE BEGIN StartDefaultTask */
|
||||
218 EC801E_Power_ON();
|
||||
\ 0x2 0x.... 0x.... BL EC801E_Power_ON
|
||||
219 osDelay(5000);
|
||||
\ 0x6 0xF241 0x3088 MOVW R0,#+5000
|
||||
\ 0xA 0x.... 0x.... BL osDelay
|
||||
220 while(!EC801_GET_Time());
|
||||
218 EC801_start();
|
||||
\ 0x2 0x.... 0x.... BL EC801_start
|
||||
219 MQTT_Trans_Data();
|
||||
\ ??Trans_4g_Task_0: (+1)
|
||||
\ 0xE 0x.... 0x.... BL EC801_GET_Time
|
||||
\ 0x12 0x2800 CMP R0,#+0
|
||||
\ 0x14 0xD0FB BEQ.N ??Trans_4g_Task_0
|
||||
221 MQTT_Config();
|
||||
\ 0x16 0x.... 0x.... BL MQTT_Config
|
||||
222 MQTT_Trans_Data();
|
||||
\ 0x6 0x.... 0x.... BL MQTT_Trans_Data
|
||||
220 int temp_1s = 0;
|
||||
\ 0xA 0x2400 MOVS R4,#+0
|
||||
221 /* Infinite loop */
|
||||
222 for(;;)
|
||||
223 {
|
||||
224 osDelay(1000);
|
||||
\ ??Trans_4g_Task_1: (+1)
|
||||
\ 0x1A 0x.... 0x.... BL MQTT_Trans_Data
|
||||
223 int temp_1s = 0;
|
||||
\ 0x1E 0x2400 MOVS R4,#+0
|
||||
224 /* Infinite loop */
|
||||
225 for(;;)
|
||||
226 {
|
||||
227 osDelay(1000);
|
||||
\ ??Trans_4g_Task_2: (+1)
|
||||
\ 0x20 0xF44F 0x707A MOV R0,#+1000
|
||||
\ 0x24 0x.... 0x.... BL osDelay
|
||||
228 temp_1s++;
|
||||
\ 0x28 0x1C64 ADDS R4,R4,#+1
|
||||
229 if(temp_1s >= 600)
|
||||
\ 0x2A 0xF5B4 0x7F16 CMP R4,#+600
|
||||
\ 0x2E 0xDBF7 BLT.N ??Trans_4g_Task_2
|
||||
230 {
|
||||
231 temp_1s = 0;
|
||||
232 MQTT_Trans_Data();
|
||||
\ 0x30 0xE7F3 B.N ??Trans_4g_Task_1
|
||||
233 }
|
||||
234
|
||||
235 }
|
||||
236 /* USER CODE END StartDefaultTask */
|
||||
237 }
|
||||
\ 0xC 0xF44F 0x707A MOV R0,#+1000
|
||||
\ 0x10 0x.... 0x.... BL osDelay
|
||||
225 temp_1s++;
|
||||
\ 0x14 0x1C64 ADDS R4,R4,#+1
|
||||
226 if(temp_1s >= 600)
|
||||
\ 0x16 0xF5B4 0x7F16 CMP R4,#+600
|
||||
\ 0x1A 0xDBF7 BLT.N ??Trans_4g_Task_1
|
||||
227 {
|
||||
228 temp_1s = 0;
|
||||
229 MQTT_Trans_Data();
|
||||
\ 0x1C 0xE7F3 B.N ??Trans_4g_Task_0
|
||||
230 }
|
||||
231
|
||||
232 }
|
||||
233 /* USER CODE END StartDefaultTask */
|
||||
234 }
|
||||
|
||||
\ In section .text, align 4, keep-with-next
|
||||
\ ??DataTable9:
|
||||
|
@ -550,7 +540,12 @@ E:\Y\IAR\micro_climate\Core\Src\freertos.c
|
|||
\ 0x61 0x73
|
||||
\ 0x6B 0x00
|
||||
\ 0xE DS8 2
|
||||
238 /* USER CODE END Application */
|
||||
235 /* USER CODE END Application */
|
||||
236
|
||||
237
|
||||
238
|
||||
239
|
||||
240
|
||||
|
||||
Maximum stack usage in bytes:
|
||||
|
||||
|
@ -569,9 +564,7 @@ E:\Y\IAR\micro_climate\Core\Src\freertos.c
|
|||
16 -> parse_4g_receive_data
|
||||
16 -> read_and_process_uart_data
|
||||
8 Trans_4g_Task
|
||||
8 -> EC801E_Power_ON
|
||||
8 -> EC801_GET_Time
|
||||
8 -> MQTT_Config
|
||||
8 -> EC801_start
|
||||
8 -> MQTT_Trans_Data
|
||||
8 -> osDelay
|
||||
0 vApplicationGetIdleTaskMemory
|
||||
|
@ -596,7 +589,7 @@ E:\Y\IAR\micro_climate\Core\Src\freertos.c
|
|||
62 MX_FREERTOS_Init
|
||||
18 SensorTask
|
||||
36 StartDefaultTask
|
||||
50 Trans_4g_Task
|
||||
30 Trans_4g_Task
|
||||
20 anemometerHandle
|
||||
Trans_4g_taskHandle
|
||||
ledTaskHandle
|
||||
|
@ -616,9 +609,9 @@ E:\Y\IAR\micro_climate\Core\Src\freertos.c
|
|||
|
||||
624 bytes in section .bss
|
||||
68 bytes in section .rodata
|
||||
368 bytes in section .text
|
||||
348 bytes in section .text
|
||||
|
||||
368 bytes of CODE memory
|
||||
348 bytes of CODE memory
|
||||
68 bytes of CONST memory
|
||||
624 bytes of DATA memory
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 20/Aug/2024 15:44:58
|
||||
// IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 21/Aug/2024 10:54:45
|
||||
// Copyright 1999-2023 IAR Systems AB.
|
||||
//
|
||||
// Cpu mode = thumb
|
||||
|
@ -61,10 +61,8 @@
|
|||
|
||||
#define SHT_PROGBITS 0x1
|
||||
|
||||
EXTERN EC801E_Power_ON
|
||||
EXTERN EC801_GET_Time
|
||||
EXTERN EC801_start
|
||||
EXTERN HAL_GPIO_TogglePin
|
||||
EXTERN MQTT_Config
|
||||
EXTERN MQTT_Trans_Data
|
||||
EXTERN g_rs485_uart_handle
|
||||
EXTERN g_term_uart_handle
|
||||
|
@ -559,50 +557,37 @@ Trans_4g_Task:
|
|||
CFI R4 Frame(CFA, -8)
|
||||
CFI CFA R13+8
|
||||
// 217 /* USER CODE BEGIN StartDefaultTask */
|
||||
// 218 EC801E_Power_ON();
|
||||
CFI FunCall EC801E_Power_ON
|
||||
BL EC801E_Power_ON
|
||||
// 219 osDelay(5000);
|
||||
MOVW R0,#+5000
|
||||
CFI FunCall osDelay
|
||||
BL osDelay
|
||||
// 220 while(!EC801_GET_Time());
|
||||
// 218 EC801_start();
|
||||
CFI FunCall EC801_start
|
||||
BL EC801_start
|
||||
// 219 MQTT_Trans_Data();
|
||||
??Trans_4g_Task_0:
|
||||
CFI FunCall EC801_GET_Time
|
||||
BL EC801_GET_Time
|
||||
CMP R0,#+0
|
||||
BEQ.N ??Trans_4g_Task_0
|
||||
// 221 MQTT_Config();
|
||||
CFI FunCall MQTT_Config
|
||||
BL MQTT_Config
|
||||
// 222 MQTT_Trans_Data();
|
||||
??Trans_4g_Task_1:
|
||||
CFI FunCall MQTT_Trans_Data
|
||||
BL MQTT_Trans_Data
|
||||
// 223 int temp_1s = 0;
|
||||
// 220 int temp_1s = 0;
|
||||
MOVS R4,#+0
|
||||
// 224 /* Infinite loop */
|
||||
// 225 for(;;)
|
||||
// 226 {
|
||||
// 227 osDelay(1000);
|
||||
??Trans_4g_Task_2:
|
||||
// 221 /* Infinite loop */
|
||||
// 222 for(;;)
|
||||
// 223 {
|
||||
// 224 osDelay(1000);
|
||||
??Trans_4g_Task_1:
|
||||
MOV R0,#+1000
|
||||
CFI FunCall osDelay
|
||||
BL osDelay
|
||||
// 228 temp_1s++;
|
||||
// 225 temp_1s++;
|
||||
ADDS R4,R4,#+1
|
||||
// 229 if(temp_1s >= 600)
|
||||
// 226 if(temp_1s >= 600)
|
||||
CMP R4,#+600
|
||||
BLT.N ??Trans_4g_Task_2
|
||||
// 230 {
|
||||
// 231 temp_1s = 0;
|
||||
// 232 MQTT_Trans_Data();
|
||||
B.N ??Trans_4g_Task_1
|
||||
// 233 }
|
||||
// 234
|
||||
// 235 }
|
||||
// 236 /* USER CODE END StartDefaultTask */
|
||||
// 237 }
|
||||
BLT.N ??Trans_4g_Task_1
|
||||
// 227 {
|
||||
// 228 temp_1s = 0;
|
||||
// 229 MQTT_Trans_Data();
|
||||
B.N ??Trans_4g_Task_0
|
||||
// 230 }
|
||||
// 231
|
||||
// 232 }
|
||||
// 233 /* USER CODE END StartDefaultTask */
|
||||
// 234 }
|
||||
CFI EndBlock cfiBlock5
|
||||
|
||||
SECTION `.text`:CODE:NOROOT(2)
|
||||
|
@ -705,13 +690,18 @@ Trans_4g_Task:
|
|||
DS8 2
|
||||
|
||||
END
|
||||
// 238 /* USER CODE END Application */
|
||||
// 235 /* USER CODE END Application */
|
||||
// 236
|
||||
// 237
|
||||
// 238
|
||||
// 239
|
||||
// 240
|
||||
//
|
||||
// 624 bytes in section .bss
|
||||
// 68 bytes in section .rodata
|
||||
// 368 bytes in section .text
|
||||
// 348 bytes in section .text
|
||||
//
|
||||
// 368 bytes of CODE memory
|
||||
// 348 bytes of CODE memory
|
||||
// 68 bytes of CONST memory
|
||||
// 624 bytes of DATA memory
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
###############################################################################
|
||||
#
|
||||
# IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 20/Aug/2024 16:00:05
|
||||
# IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 21/Aug/2024 10:54:45
|
||||
# Copyright 1999-2023 IAR Systems AB.
|
||||
#
|
||||
# Cpu mode = thumb
|
||||
|
@ -505,19 +505,19 @@ E:\Y\IAR\micro_climate\Core\Src\main.c
|
|||
|
||||
\ In section .text, align 4, keep-with-next
|
||||
\ ?_2:
|
||||
\ 0x0 0x41 0x75 DC8 "Aug 20 2024"
|
||||
\ 0x0 0x41 0x75 DC8 "Aug 21 2024"
|
||||
\ 0x67 0x20
|
||||
\ 0x32 0x30
|
||||
\ 0x32 0x31
|
||||
\ 0x20 0x32
|
||||
\ 0x30 0x32
|
||||
\ 0x34 0x00
|
||||
|
||||
\ In section .text, align 4, keep-with-next
|
||||
\ ?_3:
|
||||
\ 0x0 0x31 0x36 DC8 "16:00:04"
|
||||
\ 0x3A 0x30
|
||||
\ 0x30 0x3A
|
||||
\ 0x30 0x34
|
||||
\ 0x0 0x31 0x30 DC8 "10:54:45"
|
||||
\ 0x3A 0x35
|
||||
\ 0x34 0x3A
|
||||
\ 0x34 0x35
|
||||
\ 0x00
|
||||
\ 0x9 DS8 3
|
||||
257
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 20/Aug/2024 16:00:05
|
||||
// IAR ANSI C/C++ Compiler V9.40.2.374/W64 for ARM 21/Aug/2024 10:54:45
|
||||
// Copyright 1999-2023 IAR Systems AB.
|
||||
//
|
||||
// Cpu mode = thumb
|
||||
|
@ -655,14 +655,14 @@ Error_Handler:
|
|||
DATA
|
||||
?_2:
|
||||
DATA8
|
||||
DC8 "Aug 20 2024"
|
||||
DC8 "Aug 21 2024"
|
||||
|
||||
SECTION `.text`:CODE:NOROOT(2)
|
||||
SECTION_TYPE SHT_PROGBITS, 0
|
||||
DATA
|
||||
?_3:
|
||||
DATA8
|
||||
DC8 "16:00:04"
|
||||
DC8 "10:54:45"
|
||||
DATA
|
||||
DS8 3
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -148,11 +148,11 @@
|
|||
<RecentlyUsedMenus>1</RecentlyUsedMenus>
|
||||
<MenuShadows>1</MenuShadows>
|
||||
<ShowAllMenusAfterDelay>1</ShowAllMenusAfterDelay>
|
||||
<CommandsUsage>AC060000E200598400000100000008800000010000002387000001000000B28000000100000057860000040000001980000001000000D08400000100000001DC000001000000048400000100000040E10000060000002981000006000000A18000000100000013860000340000001B8F00000100000029920000030000001782000001000000108600008C0200000184000001000000599200000100000019B00000010000000481000001000000568400000300000026810000020000003BB00000010000004881000001000000AF800000010000002CE100003500000015810000020000009E800000010000001E970000010000000D970000020000008A800000020000002381000001000000AF06000001000000F0800000010000006BB000000100000016B00000010000004581000001000000318400000200000029E1000005000000018100007400000007E1000001000000239200000D0000009B8000000100000012810000020000000D86000001000000AC80000001000000868400001300000020810000050000005F8600000E0000000F810000020000002092000001000000BA8000000100000002B0000001000000539200000100000079B00000010000000A860000010000009BB00000010000000C8400000100000004E100000400000000900000010000008780000007000000A980000001000000259E000002000000499C0000010000000C8100008A00000026DE000004000000A680000001000000EA8000000300000001E100000100000023E10000010000000D800000020000003F81000006000000078600000100000004DE0000010000001D81000013000000A6B00000010000001EB000000100000003DC0000010000002FB00000010000000486000003000000198200000100000006840000010000002397000002000000B180000001000000018600000100000000DC000002000000A0800000040000005FB00000010000003DB0000001000000288100000400000003840000010000009A8600000100000017810000050000001A8F000001000000568600001D00000028920000010000005584000005000000429700000100000047810000010000006DB00000010000007784000001000000808C00000300000000840000060000001184000001000000AE800000010000009D800000010000002BE100005B0000002592000003000000148100001E000000008100006C0000008980000001000000BC8000000200000044810000010000000C86000001000000BFB000000100000028E10000C30000000E84000002000000AB800000020000008584000003000000228100000100000045D50000010000001F810000C60000004D970000010000002F8200000200000056B0000001000000029E000001000000EC8000000100000001B00000010000001A8600000100000023B000000100000028DE0000020000000986000001000000ECFFFFFF010000005E8600002500000003E100000B0000000E8100007D0100000B81000013000000A580000001000000E980000002000000A8B000000100000020B000000100000053B000000100000000E10000020000008E860000050000000686000001000000289700000100000014860000220000000584000002000000F78000000100000041E100000200000083B0000001000000D1840000010000007C8400000100000058860000010000002EB00000010000006986000001000000A28000000100000018820000090000005A840000010000001186000039000000058100000F00000021870000010000002A8F000001000000B08000000100000002840000010000003CB000000100000000860000010000005586000002000000198F00000100000027810000060000001681000002000000509C00000100000046810000E9000000F1800000010000009C80000002000000E3B0000001000000028100000100000017B00000020000002AE10000010000002492000001000000108400000100000001E8000001000000608600002D000000BB80000003000000AA8000000200000043810000010000005184000005000000549200000100000047B000000100000025B000000100000003B0000001000000218100001C0000000B86000001000000888000000100000099800000010000000D810000030000005D86000002000000B880000001000000EB80000001000000129E000004000000198600000400000035E100000400000002E100000400000055B0000001000000AAB0000001000000A186000001000000C3860000010000000A8400000B000000088600000500000077B000000100000024E10000020000001E81000005000000A780000001000000C9800000010000000B80000001000000A48000000100000024DE000001000000C086000001000000E880000001000000A7B000000100000004DC000001000000058600000200000016860000010000000784000001000000449C000001000000</CommandsUsage>
|
||||
<CommandsUsage>B2060000E200178200000100000029920000030000001B8F0000010000001386000034000000A180000001000000298100000600000040E1000006000000048400000100000001DC000001000000D08400000100000019800000010000005786000004000000B2800000010000002387000001000000088000000100000059840000010000009E8000000100000015810000020000002CE1000035000000AF8000000100000048810000010000003BB000000100000026810000020000005684000003000000048100000100000019B000000100000059920000010000000184000001000000108600008F0200008684000013000000AC800000010000000D8600000100000012810000020000009B80000001000000239200000D00000007E1000001000000018100007400000029E10000050000003184000002000000458100000100000016B00000010000006BB0000001000000F080000001000000AF0600000100000023810000010000008A800000020000000D970000020000001E97000001000000499C000001000000259E000002000000A9800000010000008780000007000000009000000100000004E10000040000000C840000010000009BB00000010000000A8600000100000079B0000001000000539200000100000002B0000001000000BA8000000100000020920000010000000F810000020000005F8600000E00000020810000050000001D8100001300000004DE00000100000007860000010000003F810000060000000D8000000200000023E100000100000001E1000001000000EA80000003000000A68000000100000026DE0000040000000C8100008A0000000684000001000000198200000100000004860000030000002FB000000100000003DC0000010000001EB0000001000000A6B00000010000002892000001000000568600001D0000001A8F00000100000017810000050000009A86000001000000038400000100000028810000040000003DB00000010000005FB0000001000000A08000000400000000DC0000020000000186000001000000B1800000010000002397000002000000148100001E00000025920000030000002BE100005B0000009D80000001000000AE8000000100000011840000010000000084000006000000808C00000300000077840000010000006DB000000100000047810000010000004297000001000000558400000500000045D500000100000022810000010000008584000003000000AB800000020000000E8400000200000028E10000C3000000BFB00000010000000C860000010000004481000001000000BC800000020000008980000001000000008100006C0000000E8100007D01000003E100000B0000005E86000025000000ECFFFFFF01000000098600000100000028DE00000200000023B00000010000001A8600000100000001B0000001000000EC80000001000000029E00000100000056B00000010000002F820000020000004D970000010000001F810000C6000000289700000100000006860000010000008E8600000500000000E100000200000053B000000100000020B0000001000000A8B0000001000000E980000002000000A5800000010000000B810000130000005A840000010000001882000009000000A28000000100000069860000010000002EB000000100000058860000010000007C84000001000000D18400000100000083B000000100000041E1000002000000F78000000100000005840000020000001486000022000000509C00000100000016810000020000002781000006000000198F000001000000558600000200000000860000010000003CB00000010000000284000001000000B0800000010000002A8F0000010000002187000001000000058100000F000000118600003900000001E8000001000000108400000100000024920000010000002AE100000100000017B00000020000000281000001000000E3B00000010000009C80000002000000F18000000100000046810000EC000000998000000100000088800000010000000B86000001000000218100001C00000003B000000100000025B000000100000047B0000001000000549200000100000051840000050000004381000001000000AA80000002000000BB80000003000000608600002D000000C980000001000000A7800000010000001E8100000500000024E100000200000077B000000100000008860000050000000A8400000B000000C386000001000000A186000001000000AAB000000100000055B000000100000002E100000400000035E10000040000001986000004000000129E000004000000EB80000001000000B8800000010000005D860000020000000D81000003000000449C00000100000007840000010000001686000001000000058600000200000004DC000001000000A7B0000001000000E880000001000000C08600000100000024DE000001000000A4800000010000000B80000001000000</CommandsUsage>
|
||||
</MFCToolBarParameters>
|
||||
<CommandManager>
|
||||
<CommandsWithoutImages>55000D8400000F84000008840000FFFFFFFF54840000328100001C8100000984000053840000BD8000002AE10000008200001C8200003382000001820000BA800000BB800000228100002381000000880000018800000288000003880000048800000588000008800000098000000A8000000B8000000C800000158000000A81000001E8000012810000D28400000C84000033840000788400001184000012DE000002DE000003DE00000BDE000005DE000006DE000004DE0000259200001E920000249200001D920000778400000784000086840000808C000044D500004D9700003D9700003E9700002A8F00000D970000429700003C8400003D840000408400004C8400003E8400004B8400004D8400003F8400003A8400003B8400005A8400005B840000818400007D8400008284000083840000848400001C8F00001E8F00001F8F0000218F0000118F00003597000005DC0000</CommandsWithoutImages>
|
||||
<MenuUserImages>AA00048400004C0500002497000003010000029700008500000090800000930200001B8F000004000000A18000009E0200002981000072080000D08400000C00000021970000F200000004810000BB0200008D800000900200009E800000B6000000268100007B240000188F000007000000018400004A000000AF800000530100002CE100001C03000015810000750000001E970000FD000000318400005305000029E1000063040000239200000000000045810000040000009B80000098020000018100001A000000AC800000A902000007E1000090000000009000005705000020810000290500000F81000021050000BA800000D10000000A9700006600000087800000360400005F86000034000000A9800000A602000004E100008E0000003A970000180100001D920000920000000C8100001E050000848000003B040000B7800000B30200001D8100006A0800003F81000031000000A6800000A302000095800000CE0E000029970000341F000023E100001903000001E100008B0000000D80000069000000068400004E050000269700000F010000098100001D00000004970000870000009280000095020000A3800000A0020000B4800000CC00000019820000EB02000023970000060100003497000013010000038400004B05000001970000840000008F800000920200001A8F000006000000B1800000AE020000A08000009D02000028810000710800004A8100004700000016820000E902000017810000770000000084000054010000319700001001000020970000F100000025920000B00100008C8000008F0200009D80000070000000AE800000AB0200002BE100001B0300001481000074000000449200000B0500000C9700001605000028E10000620400008584000005000000448100000200000022920000FF0000008980000017000000AB800000A8020000BC800000D30000000E840000510000003084000053000000008100006A0000003C9700001A0100001F920000080500001F810000280500000E8100002005000086800000C8020000B9800000B5020000A8800000A50200002B970000361F00002F820000EC02000025E100001A03000003E100008D00000039970000170100004A970000FA0E000094800000970200002D92000087020000B6800000B20200005D84000003000000C78000009D1D0000A5800000A202000028970000331F00000B8100001E000000069700001003000022E100001803000000E100008A000000259700000E010000D184000007050000058400004D05000003970000860000002B8000003A0400009180000094020000A28000009F020000B38000005E08000018820000EA02000041E100009700000022970000F300000005810000BC020000028400004A050000009700007C0000009F800000720000008E80000091020000198F00000100000027810000700800004981000046000000B08000005B08000016810000760000001F970000F0000000108400005105000032840000540500009C8000006F0000008B8000008E020000028100005D080000AD800000AA020000BB800000D20000000B97000067000000218100005004000088800000370400004381000003000000AA800000A702000005E100008F00000051840000A80000003B9700001901000035E10000450000000A8400004F0500004C970000FA0E0000858000003C04000024E1000060040000B8800000B40200001E8100006B080000A7800000A402000096800000CF0E00002A970000351F00000D8100002000000002E100008C000000279700000701000093800000960200002C920000860200005C84000000000000A4800000A1020000B580000067020000059700000F030000</MenuUserImages>
|
||||
<MenuUserImages>AA00D08400000C0000002981000072080000A18000009E0200001B8F000004000000908000009302000002970000850000002497000003010000048400004C05000015810000750000002CE100001C030000AF80000053010000018400004A000000188F000007000000268100007B2400009E800000B60000008D8000009002000004810000BB02000021970000F200000007E1000090000000AC800000A9020000018100001A0000009B800000980200004581000004000000239200000000000029E100006304000031840000530500001E970000FD00000004E100008E000000A9800000A60200005F8600003400000087800000360400000A97000066000000BA800000D10000000F81000021050000208100002905000000900000570500000D8000006900000001E100008B00000023E100001903000029970000341F000095800000CE0E0000A6800000A30200003F810000310000001D8100006A080000B7800000B3020000848000003B0400000C8100001E0500001D920000920000003A9700001801000019820000EB020000B4800000CC000000A3800000A002000092800000950200000497000087000000098100001D000000269700000F010000068400004E050000178100007700000016820000E90200004A810000470000002881000071080000A08000009D020000B1800000AE0200001A8F0000060000008F800000920200000197000084000000038400004B0500003497000013010000239700000601000014810000740000002BE100001B030000AE800000AB0200009D800000700000008C8000008F02000025920000B001000020970000F100000031970000100100000084000054010000008100006A00000030840000530000000E84000051000000BC800000D3000000AB800000A8020000898000001700000022920000FF0000004481000002000000858400000500000028E10000620400000C97000016050000449200000B05000003E100008D00000025E100001A0300002F820000EC0200002B970000361F0000A8800000A5020000B9800000B502000086800000C80200000E810000200500001F810000280500001F920000080500003C9700001A01000000E100008A00000022E100001803000006970000100300000B8100001E00000028970000331F0000A5800000A2020000C78000009D1D00005D84000003000000B6800000B20200002D9200008702000094800000970200004A970000FA0E0000399700001701000041E100009700000018820000EA020000B38000005E080000A28000009F02000091800000940200002B8000003A0400000397000086000000058400004D050000D184000007050000259700000E0100001681000076000000B08000005B08000049810000460000002781000070080000198F0000010000008E800000910200009F80000072000000009700007C000000028400004A05000005810000BC02000022970000F3000000AD800000AA020000028100005D0800008B8000008E0200009C8000006F000000328400005405000010840000510500001F970000F000000051840000A800000005E100008F000000AA800000A70200004381000003000000888000003704000021810000500400000B97000067000000BB800000D200000002E100008C0000000D810000200000002A970000351F000096800000CF0E0000A7800000A40200001E8100006B080000B8800000B402000024E1000060040000858000003C0400004C970000FA0E00000A8400004F05000035E10000450000003B97000019010000059700000F030000B580000067020000A4800000A10200005C840000000000002C9200008602000093800000960200002797000007010000</MenuUserImages>
|
||||
</CommandManager>
|
||||
<Pane-59393>
|
||||
<ID>0</ID>
|
||||
|
@ -939,7 +939,7 @@
|
|||
</DockingManager-256>
|
||||
<MFCToolBar-34048>
|
||||
<Name>CMSIS-Pack</Name>
|
||||
<Buttons>00200000010000000100FFFF01001100434D4643546F6F6C426172427574746F6ED18400000200000081090000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF0A43004D005300490053002D005000610063006B0018000000</Buttons>
|
||||
<Buttons>00200000010000000100FFFF01001100434D4643546F6F6C426172427574746F6ED18400000200000004020000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF0A43004D005300490053002D005000610063006B0018000000</Buttons>
|
||||
</MFCToolBar-34048>
|
||||
<Pane-34048>
|
||||
<ID>34048</ID>
|
||||
|
@ -956,7 +956,7 @@
|
|||
</BasePane-34048>
|
||||
<MFCToolBar-34049>
|
||||
<Name>Debug</Name>
|
||||
<Buttons>00200000010000000800FFFF01001100434D4643546F6F6C426172427574746F6E56860000020004009C090000FFFEFF0000000000000000000000000001000000010000000180138600000200040098090000FFFEFF00000000000000000000000000010000000100000001805E860000020004009E090000FFFEFF00000000000000000000000000010000000100000001806086000002000400A0090000FFFEFF00000000000000000000000000010000000100000001805D860000020004009D090000FFFEFF0000000000000000000000000001000000010000000180108600000200040096090000FFFEFF0000000000000000000000000001000000010000000180118600000200000097090000FFFEFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E148600000200000099090000FFFEFF205200650073006500740020007400680065002000640065006200750067006700650064002000700072006F006700720061006D000A00520065007300650074000000000000000000000000000100000001000000000000000000000001000000080009802087000000000000FFFFFFFFFFFEFF13440069007300610062006C0065006400200028006E006F0020007200650073006500740029000100000000000000000000000100000001000000000000000000000001000000000009802187000000000000FFFFFFFFFFFEFF0853006F006600740077006100720065000100000000000000000000000100000001000000000000000000000001000000000009802287000000000000FFFFFFFFFFFEFF08480061007200640077006100720065000100000000000000000000000100000001000000000000000000000001000000000009802387000000000000FFFFFFFFFFFEFF0443006F00720065000100000000000000000000000100000001000000000000000000000001000000000009802487000000000000FFFFFFFFFFFEFF06530079007300740065006D000100000000000000000000000100000001000000000000000000000001000000000009802987000000000000FFFFFFFFFFFEFF1443006F006E006E00650063007400200064007500720069006E0067002000720065007300650074000100000000000000000000000100000001000000000000000000000001000000000009800000000000000400FFFFFFFFFFFEFF000000000000000000000000000100000001000000000000000000000001000000000009801986000000000000FFFFFFFFFFFEFF000100000000000000000000000100000001000000000000000000000001000000000000000000FFFEFF0544006500620075006700C6000000</Buttons>
|
||||
<Buttons>00200000010000000800FFFF01001100434D4643546F6F6C426172427574746F6E56860000020004001F020000FFFEFF000000000000000000000000000100000001000000018013860000020004001B020000FFFEFF00000000000000000000000000010000000100000001805E8600000200040021020000FFFEFF0000000000000000000000000001000000010000000180608600000200040023020000FFFEFF00000000000000000000000000010000000100000001805D8600000200040020020000FFFEFF0000000000000000000000000001000000010000000180108600000200040019020000FFFEFF000000000000000000000000000100000001000000018011860000020000001A020000FFFEFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E14860000020000001C020000FFFEFF205200650073006500740020007400680065002000640065006200750067006700650064002000700072006F006700720061006D000A00520065007300650074000000000000000000000000000100000001000000000000000000000001000000080009802087000000000000FFFFFFFFFFFEFF13440069007300610062006C0065006400200028006E006F0020007200650073006500740029000100000000000000000000000100000001000000000000000000000001000000000009802187000000000000FFFFFFFFFFFEFF0853006F006600740077006100720065000100000000000000000000000100000001000000000000000000000001000000000009802287000000000000FFFFFFFFFFFEFF08480061007200640077006100720065000100000000000000000000000100000001000000000000000000000001000000000009802387000000000000FFFFFFFFFFFEFF0443006F00720065000100000000000000000000000100000001000000000000000000000001000000000009802487000000000000FFFFFFFFFFFEFF06530079007300740065006D000100000000000000000000000100000001000000000000000000000001000000000009802987000000000000FFFFFFFFFFFEFF1443006F006E006E00650063007400200064007500720069006E0067002000720065007300650074000100000000000000000000000100000001000000000000000000000001000000000009800000000000000400FFFFFFFFFFFEFF000000000000000000000000000100000001000000000000000000000001000000000009801986000000000000FFFFFFFFFFFEFF000100000000000000000000000100000001000000000000000000000001000000000000000000FFFEFF0544006500620075006700C6000000</Buttons>
|
||||
</MFCToolBar-34049>
|
||||
<Pane-34049>
|
||||
<ID>34049</ID>
|
||||
|
@ -973,7 +973,7 @@
|
|||
</BasePane-34049>
|
||||
<MFCToolBar-34050>
|
||||
<Name>Trace</Name>
|
||||
<Buttons>00200000010000000200FFFF01001100434D4643546F6F6C426172427574746F6E5392000000000400030A0000FFFEFF03450054004D00000000000000000000000000010000000100000001805492000000000400040A0000FFFEFF03530057004F00000000000000000000000000010000000100000000000000FFFEFF05540072006100630065002F000000</Buttons>
|
||||
<Buttons>00200000010000000200FFFF01001100434D4643546F6F6C426172427574746F6E539200000000040086020000FFFEFF03450054004D0000000000000000000000000001000000010000000180549200000000040087020000FFFEFF03530057004F00000000000000000000000000010000000100000000000000FFFEFF05540072006100630065002F000000</Buttons>
|
||||
</MFCToolBar-34050>
|
||||
<Pane-34050>
|
||||
<ID>34050</ID>
|
||||
|
@ -990,7 +990,7 @@
|
|||
</BasePane-34050>
|
||||
<MFCToolBar-34051>
|
||||
<Name>Main</Name>
|
||||
<Buttons>00200000010000002100FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000E3090000FFFEFF000000000000000000000000000100000001000000018001E1000000000000E4090000FFFEFF000000000000000000000000000100000001000000018003E1000000000000E6090000FFFEFF00000000000000000000000000010000000100000001800081000000000000C3090000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E1000000000000E9090000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E1000000000400EB090000FFFEFF000000000000000000000000000100000001000000018022E1000000000400EA090000FFFEFF000000000000000000000000000100000001000000018025E1000000000000EC090000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE1000000000400ED090000FFFEFF00000000000000000000000000010000000100000001802CE1000000000400EE090000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01000D005061737465436F6D626F426F784281000000000000FFFFFFFFFFFEFF000000000000000000010000000000000001000000B400000002002050FFFFFFFFFFFEFF009600000000000000000001802181000000000400D5090000FFFEFF000000000000000000000000000100000001000000018024E1000000000000DE090000FFFEFF000000000000000000000000000100000001000000018028E1000000000400DD090000FFFEFF000000000000000000000000000100000001000000018029E1000000000000DF090000FFFEFF00000000000000000000000000010000000100000001800281000000000000C4090000FFFEFF00000000000000000000000000010000000100000001802981000000000000D9090000FFFEFF00000000000000000000000000010000000100000001802781000000000000D7090000FFFEFF00000000000000000000000000010000000100000001802881000000000000D8090000FFFEFF00000000000000000000000000010000000100000001801D81000000000000D1090000FFFEFF00000000000000000000000000010000000100000001801E81000000000400D2090000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B81000002000000C8090000FFFEFF00000000000000000000000000010000000100000001800C81000002000000C9090000FFFEFF00000000000000000000000000010000000100000001805F86000002000000DC090000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001801F81000002000000D3090000FFFEFF00000000000000000000000000010000000100000001802081000002000000D4090000FFFEFF00000000000000000000000000010000000100000001804681000002000200DA090000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E003B030000</Buttons>
|
||||
<Buttons>00200000010000002100FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000066020000FFFEFF000000000000000000000000000100000001000000018001E100000000000067020000FFFEFF000000000000000000000000000100000001000000018003E100000000000069020000FFFEFF0000000000000000000000000001000000010000000180008100000000000046020000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E10000000000006C020000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E10000000004006E020000FFFEFF000000000000000000000000000100000001000000018022E10000000004006D020000FFFEFF000000000000000000000000000100000001000000018025E10000000000006F020000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE100000000040070020000FFFEFF00000000000000000000000000010000000100000001802CE100000000040071020000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01000D005061737465436F6D626F426F784281000000000000FFFFFFFFFFFEFF000100000000000000010000000000000001000000B400000002002050FFFFFFFFFFFEFF00960000000000000000000180218100000000040058020000FFFEFF000000000000000000000000000100000001000000018024E100000000000061020000FFFEFF000000000000000000000000000100000001000000018028E100000000040060020000FFFEFF000000000000000000000000000100000001000000018029E100000000000062020000FFFEFF0000000000000000000000000001000000010000000180028100000000000047020000FFFEFF000000000000000000000000000100000001000000018029810000000000005C020000FFFEFF000000000000000000000000000100000001000000018027810000000000005A020000FFFEFF000000000000000000000000000100000001000000018028810000000000005B020000FFFEFF00000000000000000000000000010000000100000001801D8100000000000054020000FFFEFF00000000000000000000000000010000000100000001801E8100000000040055020000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B810000020000004B020000FFFEFF00000000000000000000000000010000000100000001800C810000020000004C020000FFFEFF00000000000000000000000000010000000100000001805F860000020000005F020000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001801F8100000200000056020000FFFEFF0000000000000000000000000001000000010000000180208100000200000057020000FFFEFF000000000000000000000000000100000001000000018046810000020002005D020000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E003B030000</Buttons>
|
||||
</MFCToolBar-34051>
|
||||
<Pane-34051>
|
||||
<ID>34051</ID>
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
<CpuHaltOnBreakpointSet>0</CpuHaltOnBreakpointSet>
|
||||
</Jet>
|
||||
<ArmDriver>
|
||||
<EnableCache>0</EnableCache>
|
||||
<EnforceMemoryConfiguration>1</EnforceMemoryConfiguration>
|
||||
<EnableCache>0</EnableCache>
|
||||
</ArmDriver>
|
||||
<DebugChecksum>
|
||||
<Checksum>2278660930</Checksum>
|
||||
<Checksum>1176152834</Checksum>
|
||||
</DebugChecksum>
|
||||
<Exceptions>
|
||||
<StopOnUncaught>_ 0</StopOnUncaught>
|
||||
|
|
Loading…
Reference in New Issue