File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
[ ![ crates.io] ( https://img.shields.io/crates/v/stm32l1.svg?label=stm32l1 )] ( https://crates.io/crates/stm32l1 )
17
17
[ ![ crates.io] ( https://img.shields.io/crates/v/stm32l4.svg?label=stm32l4 )] ( https://crates.io/crates/stm32l4 )
18
18
[ ![ crates.io] ( https://img.shields.io/crates/v/stm32l5.svg?label=stm32l5 )] ( https://crates.io/crates/stm32l5 )
19
+ [ ![ crates.io] ( https://img.shields.io/crates/v/stm32l5.svg?label=stm32n6 )] ( https://crates.io/crates/stm32n6 )
19
20
[ ![ crates.io] ( https://img.shields.io/crates/v/stm32mp1.svg?label=stm32mp1 )] ( https://crates.io/crates/stm32mp1 )
20
21
[ ![ crates.io] ( https://img.shields.io/crates/v/stm32wl.svg?label=stm32wl )] ( https://crates.io/crates/stm32wl )
21
22
[ ![ crates.io] ( https://img.shields.io/crates/v/stm32wb.svg?label=stm32wb )] ( https://crates.io/crates/stm32wb )
@@ -248,7 +249,7 @@ Notes for maintainers:
248
249
2 . Merge PR once CI passes, pull master locally.
249
250
3 . ` make clean `
250
251
4 . ` make -j16 form `
251
- 5 . ` for f in stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 st m32l5 stm32g0 stm32g4 stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wb; cd $f; pwd; cargo publish --allow-dirty --no-default-feature s ; cd ..; end `
252
+ 5 . ` for f in stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32g0 stm32g4 stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wb; cd $f; pwd; cargo publish --allow-dirty --no-default-features ; cd ..; end `
252
253
6 . ` git tag -a vX.X.X -m vX.X.X `
253
254
7 . ` git push vX.X.X `
254
255
You can’t perform that action at this time.
0 commit comments