This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-08 11:01:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
698fd7abb38c550082d81bf47b51ca8e2fd6a07d
esp-idf
/
components
/
spi_flash
/
sim
/
sdkconfig
/
sdkconfig.h
4 lines
61 B
C
Raw
Normal View
History
Unescape
Escape
spi_flash: Enable flash emulation down to ROM function calls
2018-05-26 14:58:01 +08:00
#
pragma once
spi_flash: Fix error unit tests on host IDF had two defines ESP_PARTITION_TABLE_OFFSET and ESP_PARTITION_TABLE_ADDR. They were the same and equal by 0x8000. A define ESP_PARTITION_TABLE_ADDR was removed from IDF. A define ESP_PARTITION_TABLE_OFFSET depends on option CONFIG_PARTITION_TABLE_OFFSET in Kconfig. Now using only #define ESP_PARTITION_TABLE_OFFSET CONFIG_PARTITION_TABLE_OFFSET
2018-06-19 08:23:01 +05:00
#
define CONFIG_PARTITION_TABLE_OFFSET 0x8000
Reference in New Issue
Copy Permalink