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-11 04:21:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
698fd7abb38c550082d81bf47b51ca8e2fd6a07d
esp-idf
/
components
/
esp_rom
/
host_test
/
rom_test
/
sdkconfig.defaults
4 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[esp_rom]: Partially buildable for linux The following files have been ported: * esp_rom_crc.h * esp_rom_sys.h * esp_rom_efuse.h (mostly no-ops) * esp_rom_md5.h Integrated Linux-based rom implementation into log and NVS component. Added brief host tests for ROM to ensure basic consistency on Linux. Added ROM printf host unit tests. Temporarily added reset reason for Linux in ROM.
2021-06-03 11:59:00 +08:00
CONFIG_IDF_TARGET="linux"
CONFIG_COMPILER_CXX_EXCEPTIONS=y
[build system]: Fixed common requirement for Linux
2021-08-11 15:22:50 +08:00
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
Reference in New Issue
Copy Permalink