Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
https_server_authmode_optional
esp-idf/components/wear_levelling/crc32.cpp

13 lines
308 B
C++
Raw Permalink Normal View History

spiffs, wear_levelling: update copyright headers
2022-02-22 00:09:24 +03:00
/*
* SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
Replace all DOS line endings with Unix Command run was: git ls-tree -r HEAD --name-only | xargs dos2unix
2018-07-05 09:01:03 +10:00
#include "crc32.h"
host_test: wl migrated to Cmake and linux emulation of esp_partition - build system changed to CMake - host tests changed to use partition api on linux instead of mocked code - extended wl flash host tests to cover power off recovery code
2023-02-22 15:49:47 +01:00
#include "esp_rom_crc.h"
Replace all DOS line endings with Unix Command run was: git ls-tree -r HEAD --name-only | xargs dos2unix
2018-07-05 09:01:03 +10:00
unsigned int crc32::crc32_le(unsigned int crc, unsigned char const *buf, unsigned int len)
{
host_test: wl migrated to Cmake and linux emulation of esp_partition - build system changed to CMake - host tests changed to use partition api on linux instead of mocked code - extended wl flash host tests to cover power off recovery code
2023-02-22 15:49:47 +01:00
return ::esp_rom_crc32_le(crc, buf, len);
Replace all DOS line endings with Unix Command run was: git ls-tree -r HEAD --name-only | xargs dos2unix
2018-07-05 09:01:03 +10:00
}
Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 673ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API