This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
f1b5846a55
esp-idf
/
examples
/
security
/
flash_encryption
/
main
/
CMakeLists.txt
4 lines
141 B
CMake
Raw
Normal View
History
Unescape
Escape
test, examples: use new component registration function
2020-03-22 05:34:18 -04:00
idf_component_register
(
SRCS
"flash_encrypt_main.c"
feat(examples/security): Extend flash_encryption example with fatfs encryption Updated the flash_encryption example to demonstrate the usage of fatfs encryption. Updated existing test case to ensure accurate and reliable testing. Documentation of storage section extended by security relarted summary. Closes https://github.com/espressif/esp-idf/issues/11551 Closes https://github.com/espressif/esp-idf/issues/13668
2023-12-06 11:25:58 -05:00
"
f
l
a
s
h
_
e
n
c
r
y
p
t
_
f
a
t
f
s
.
c
"
Whitespace: Automated whitespace fixes (large commit) Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
2020-11-10 02:40:01 -05:00
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
)
Reference in New Issue
Copy Permalink