dbrgn / cube-parse

MIT License
8 stars 2 forks source link

Could not load MCU data: missing field `E2prom` #6

Open dbrgn opened 3 years ago

dbrgn commented 3 years ago
[master]danilo@c3po:cube-parse$ cargo run --release features STM32F4 -d /opt/stm32cubemx/db/mcu/
   Compiling cube-parse v0.1.0 (/home/danilo/Projects/cube-parse)
    Finished release [optimized] target(s) in 1.39s
     Running `target/release/cube-parse features STM32F4 -d /opt/stm32cubemx/db/mcu/`
Error: "Could not load MCU data: missing field `E2prom`"
dbrgn commented 3 years ago

We should probably fetch the database in CI and run the script for every family, to avoid this in the future.