ctron / rust-esp-container

Container image with pre-built rust compiler for ESP32/ESP8266
Eclipse Public License 2.0
184 stars 20 forks source link

More include file paths for bindgen #6

Closed 0rvar closed 5 years ago

0rvar commented 5 years ago

This allows including things like #include "esp_wifi.h" in bindings.h

Just increasing the depth did not work well, since bindgen starts picking the wrong files due to file name collisions.