Skip to content

refactor: clean up bindings#112

Merged
ivmarkov merged 4 commits intoesp-rs:mainfrom
inomotech-foss:refactor/bindings
Mar 2, 2026
Merged

refactor: clean up bindings#112
ivmarkov merged 4 commits intoesp-rs:mainfrom
inomotech-foss:refactor/bindings

Conversation

@scootermon
Copy link
Contributor

@scootermon scootermon commented Mar 1, 2026

This PR:

  1. Switches to using allowlist to ensure only relevant items end up in the bindings file.
  2. Updates bindgen from 0.71 to 0.72
  3. Configures mbedtls to remove deprecated functions.

The files are now all fully identical:

❯ sha256sum mbedtls-rs-sys/src/include/*.rs
5e57ab3578f0fb09c8c044278063f0e0292d17530b3c0fe3ccc532a1c78c0f67  mbedtls-rs-sys/src/include/riscv32imac-unknown-none-elf.rs
5e57ab3578f0fb09c8c044278063f0e0292d17530b3c0fe3ccc532a1c78c0f67  mbedtls-rs-sys/src/include/riscv32imc-unknown-none-elf.rs
5e57ab3578f0fb09c8c044278063f0e0292d17530b3c0fe3ccc532a1c78c0f67  mbedtls-rs-sys/src/include/xtensa-esp32-none-elf.rs
5e57ab3578f0fb09c8c044278063f0e0292d17530b3c0fe3ccc532a1c78c0f67  mbedtls-rs-sys/src/include/xtensa-esp32s2-none-elf.rs
5e57ab3578f0fb09c8c044278063f0e0292d17530b3c0fe3ccc532a1c78c0f67  mbedtls-rs-sys/src/include/xtensa-esp32s3-none-elf.rs

@ivmarkov ivmarkov merged commit f0a01dc into esp-rs:main Mar 2, 2026
11 checks passed
@scootermon scootermon deleted the refactor/bindings branch March 2, 2026 09:23
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

Successfully merging this pull request may close these issues.

2 participants