Merge branch 'feature/add_util_algorithm_to_mbedtls' into 'master'

feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls

See merge request sdk/ESP8266_RTOS_SDK!1256
This commit is contained in:
Dong Heng
2020-05-27 10:22:56 +08:00
60 changed files with 2192 additions and 2230 deletions

View File

@ -169,7 +169,7 @@ bool bootloader_common_erase_part_type_data(const char *list_erase, bool ota_dat
#include "esp_err.h"
#include "esp_log.h"
#include "crc.h"
#include "rom/crc.h"
#include "rom/gpio.h"