This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
5f2f84c220e817cdc7ce5a5058d581fe79b91b32
esp-idf
/
components
/
wear_levelling
/
test_wl_host
/
sdkconfig.h
3 lines
48 B
C
Raw
Normal View
History
Unescape
Escape
wl, spi_flash: Make wl API runnable on host Makes the entirety of the wl API runnable on host. Flash emulator is separated into spi_flash component directory to be reused by other storage components.
2018-05-17 18:56:52 +08:00
#
pragma once
spi_flash: Enable flash emulation down to ROM function calls
2018-05-26 14:58:01 +08:00
#
define CONFIG_WL_SECTOR_SIZE 4096
Copy Permalink