Searched refs:stm32_serie (Results 1 – 2 of 2) sorted by relevance
46 def __init__(self, stm32_serie, stm32cube_repo_path, force, noclean): argument62 if not stm32_serie.startswith("stm32"):65 + stm32_serie70 self.stm32_serie = stm32_serie71 self.stm32_seriexx = stm32_serie + "xx" # ex:stm32f3xx72 self.stm32_serie_upper = stm32_serie.upper() # ex:STM32F3563 stm32_assert_j2_template.render(stm32serie=self.stm32_serie)672 "module_" + self.stm32_serie + ".log"715 + self.stm32_serie816 logging.info("Done " + self.stm32_serie)
102 if args.stm32_serie:104 args.stm32_serie, repo_path, args.force, args.noclean