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

Tracking Issue: Used deprecated headers in esp-idf-sys #312

Open
Vollbrecht opened this issue Jun 2, 2024 · 0 comments
Open

Tracking Issue: Used deprecated headers in esp-idf-sys #312

Vollbrecht opened this issue Jun 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Vollbrecht
Copy link
Collaborator

Vollbrecht commented Jun 2, 2024

We don't know when they get removed in upstream. Some parts in our downstream crates esp-idf-hal/svc already provide wrappers that are using the new drivers.

header path in esp-idf new header new header included in sys new header used in downstream
timer.h /components/driver/deprecated/driver/ driver/gptimer.h y n
sigmadelta.h * driver/sdm.h n n
rtc_cntl.h * x - -
rmt.h * driver/rmt_tx.h + driver/rmt_rx.h y n
periph_ctrl.h * x - -
pcnt.h * driver/pulse_cnt.h y n
i2s.h * driver/i2s-std.,h" y y
adc.h * esp_adc/adc_oneshot.h + esp_adc/adc_continuous.h y y
esp_wpa2.h /components/wpa_supplicant/esp_supplicant esp_eap_client.h n n
esp_adc_cal.h /components/esp_adc/deprecated/include/ esp_adc/adc_cali.h + esp_adc/adc_cali_scheme.h y ?
esp_spi_flash.h /components/spi_flash/include spi_flash_mmap.h n n
task_snapshot.h /components/freertos/esp_additions/include/freertos/ x - -
@Vollbrecht Vollbrecht added the enhancement New feature or request label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant