Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-10-04 11:00:58 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
1fa420ef2f04aa55264cc7f0cee35879fb99d69d
esp-idf/components/wear_levelling/crc32.cpp

13 lines
308 B
C++
Raw 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
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 230ms 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