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-11-13 05:50:21 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
1bd2145d6b87b51bee295f2f16f44f1313314f37
esp-idf/examples/storage/nvs_rw_blob/Makefile

9 lines
182 B
Makefile
Raw Normal View History

Non-Volatile Storage (NVS) example Demonstrates how to read and write a value using NVS. The value tracks number of ESP32 module restarts. Example also shows how to use basic diagnostics if read / write operation was successful.
2016-11-06 17:41:08 +01:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
[examples]: removed hyphens Replaced hyphens with underscores in examples project definition for all examples which had hyphens in their project name. dpp-enrollee is an exceptions because the name matches the project directory name while the project directory also contains hyphens.
2021-07-05 14:33:56 +08:00
PROJECT_NAME := nvs_rw_blob
Non-Volatile Storage (NVS) example Demonstrates how to read and write a value using NVS. The value tracks number of ESP32 module restarts. Example also shows how to use basic diagnostics if read / write operation was successful.
2016-11-06 17:41:08 +01:00
include $(IDF_PATH)/make/project.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 162ms 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