riscv-rust / k210-pac

Peripheral access API crate (PAC) for K210 SoC, generated by svd2rust
29 stars 23 forks source link

Cannot clone onto WIndows as con.rs is a reserved filename on Windows #27

Closed egcd32 closed 5 years ago

egcd32 commented 5 years ago

git clone of this repository with a git client on Windows 10 fails with error: unable to stat just-written file src/i2c0/con.rs: No such file or directory This is because "con" is one of Windows reserved filenames.

Disasm commented 5 years ago

Should be fixed now!

egcd32 commented 5 years ago

Thanks!