Skip to content

Commit ece8f87

Browse files
committed
update vscode config
1 parent 1cac6a1 commit ece8f87

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed
File renamed without changes.

.vscode/settings.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
2-
"rust-analyzer.checkOnSave.allTargets": false,
3-
"rust-analyzer.checkOnSave.extraArgs": [
4-
"--target",
5-
"thumbv6m-none-eabi"
6-
],
2+
"rust-analyzer.check.allTargets": false,
3+
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
74
"rust-analyzer.cargo.features": [
85
"rt",
96
"stm32g071"

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT LICENSE
22

3-
Copyright (c) 2018-2022 Vitaly Domnikov <oss@vitaly.codes>
3+
Copyright (c) 2018-2023 Vitaly Domnikov <oss@vitaly.codes>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ be specified as part of the `Cargo.toml` definition.
5959

6060
```
6161
[dependencies.stm32g0xx-hal]
62-
version = "0.1.1"
62+
version = "0.1.5"
6363
features = ["rt", "stm32g081"]
6464
```
6565

0 commit comments

Comments
 (0)