Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bare ESP-IDF Support #1753

Open
italocjs opened this issue Jul 20, 2024 · 0 comments
Open

Bare ESP-IDF Support #1753

italocjs opened this issue Jul 20, 2024 · 0 comments

Comments

@italocjs
Copy link

Does this library supports esp-idf alone? without Arduino behind? will it ever support?

I've been trying to compile for a while, i would rather not adding arduino to my system.

[env:native]
lib_ldf_mode = deep+
test_framework = unity
platform = native
build_flags = 
    -D USE_NATIVE_ENVIRONMENT
    -D PLATFORM_NATIVE
    -Iinclude
    -Ilib/filesystem
; lib_deps = 
    ; unity

[env:esp32dev]
build_type = debug
test_framework = unity
platform = espressif32
board = simovatrack130
framework = espidf
board_build.partitions = boards/partitions.csv
build_flags = 
    -D USE_ESP32_ENVIRONMENT
    -D PLATFORM_ESP32
    -Iinclude

upload_speed = 921600
monitor_speed = 115200
monitor_filters = 
    esp32_exception_decoder
    send_on_enter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant