File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " rp235x-pac"
3
- version = " 0.1.0"
4
- authors = [" The RP-RS team" ]
2
+ authors = [" The rp-rs Developers" ]
3
+ description = " A Peripheral Access Crate for the Raspberry Pi RP235x microcontrollers"
5
4
edition = " 2021"
6
5
homepage = " https://github.com/rp-rs/rp235x-pac"
7
- description = " A Peripheral Access Crate for the Raspberry Pi RP235x microcontrollers"
8
6
license = " BSD-3-Clause"
7
+ name = " rp235x-pac"
9
8
repository = " https://github.com/rp-rs/rp235x-pac"
9
+ version = " 0.1.0"
10
10
11
11
[package .metadata .docs .rs ]
12
12
features = [" rt" ]
13
13
targets = [" thumbv8m.main-none-eabihf" , " riscv32imac-unknown-none-elf" ]
14
14
15
+ # DO NOT include arch-specific crates here.
15
16
[dependencies ]
17
+ # Non-optional dependencies. Keep these sorted by name.
16
18
vcell = " 0.1.3"
17
- critical-section = { optional = true , version = " 1.0.0" }
18
19
20
+ # Optional dependencies. Keep these sorted by name.
21
+ critical-section = {optional = true , version = " 1.0.0" }
22
+
23
+ # These dependencies only apply in Arm mode.
19
24
[target .'thumbv8m .main-none-eabihf' .dependencies ]
25
+ # Non-optional dependencies. Keep these sorted by name.
20
26
cortex-m = " 0.7.3"
21
- cortex-m-rt = { version = " >=0.6.15,<0.8" , optional = true }
27
+
28
+ # Optional dependencies. Keep these sorted by name.
29
+ cortex-m-rt = {version = " >=0.6.15,<0.8" , optional = true }
22
30
23
31
[features ]
24
32
rt = [" cortex-m-rt" , " cortex-m-rt/device" ]
You can’t perform that action at this time.
0 commit comments