We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd22ba commit 48a3109Copy full SHA for 48a3109
scripts/serie_update.py
@@ -640,10 +640,9 @@ def apply_zephyr_patch(self):
640
os.remove(patch_path)
641
shutil.copy(str(self.stm32cube_temp / self.module_patch), patch_path)
642
643
- # Update README and CMakeList, copy release note
+ # Update README and CMakeList
644
self.update_readme(self.version_update, self.update_commit)
645
self.update_cmakelist()
646
- self.copy_release_note()
647
648
# remove stm32_assert_template.h and create stm32_assert.h
649
self.generate_assert_file()
0 commit comments