Simple base crate for writing code for a Blue Pill
Go to file
Levi Pearson 3572e55b67 Merge pull request 'improvement: fix `cargo doc` invocation warning by making `no_main` conditional' (#2) from ErichDonGubler/blue_pill_base:fix-cargo-doc-warning into master
Reviewed-on: #2
2020-07-10 06:09:07 +00:00
.cargo Initial commit 2020-07-07 22:55:16 -06:00
src improvement: fix `cargo doc` invocation warning by making `no_main` conditional 2020-07-09 20:41:33 -06:00
.gdbinit Remove semihosting from .gdbinit 2020-07-09 15:25:34 -06:00
.gitignore Initial commit 2020-07-07 22:55:16 -06:00
Cargo.toml build(deps): update `stm32f1xx-hal` dep 0.5.3 -> 0.6.0, remove `stm32f1` dep that's not currently used 2020-07-09 20:29:05 -06:00
Embed.toml Add cargo embed support, including rtt printing & panic logs 2020-07-07 23:46:22 -06:00
memory.x Initial commit 2020-07-07 22:55:16 -06:00
openocd.cfg Added openocd.cfg change for Blue Pills with different id 2020-07-09 15:30:37 -06:00