sipeed / bl602-pac

Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
MIT License
19 stars 9 forks source link

Remove SVDConv from CI #9

Closed 9names closed 3 years ago

9names commented 3 years ago

Warnings are errors if we call it directly Need to invoke bash or a shell script to handle the return value of 1. Something like
/bin/bash -c "SVDConv soc602_reg.svd | [ $? -eq 1 ]
should work