mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 04:40:11 -04:00
* spi cxx unit test (CATCH-based, on host) * added portmacro.h to driver mocking * added simple testing app to write/read SPI, using an MPU9250
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
# Enable C++ exceptions and set emergency pool size for exception objects
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
|