Skip to content

Commit 1cb7351

Browse files
committed
Merge pull request #586 from sg-/master
Tools: Add K22F to build_release.py
2 parents c62d8d4 + 5401741 commit 1cb7351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
('KL25Z', ('ARM', 'GCC_ARM')),
5050
('KL46Z', ('ARM', 'GCC_ARM')),
5151
('K64F', ('ARM', 'GCC_ARM')),
52+
('K22F', ('ARM', 'GCC_ARM')),
5253
('K20D50M', ('ARM', 'GCC_ARM')),
5354

5455
('NUCLEO_F030R8', ('ARM', 'uARM')),

0 commit comments

Comments
 (0)