scargo.target_helpers package

Submodules

scargo.target_helpers.atsam_helper module

class scargo.target_helpers.atsam_helper.AtsamScrips[source]

Bases: object

gdb_flash = 'atsam-gdb.script'
openocd_cfg = 'openocd-script.cfg'
scargo.target_helpers.atsam_helper.create_atsam_config(chip: Optional[str]) Optional[ATSAMConfig][source]
scargo.target_helpers.atsam_helper.generate_gdb_script(outdir: Path, config: Config, bin_path: Path) None[source]
scargo.target_helpers.atsam_helper.generate_openocd_script(outdir: Path, config: Config) None[source]
scargo.target_helpers.atsam_helper.get_atsam_cpu(chip_label: str) Optional[str][source]
scargo.target_helpers.atsam_helper.get_openocd_flash_driver_name(chip_label: str) Optional[str][source]
scargo.target_helpers.atsam_helper.get_openocd_script_name(chip_label: str) Optional[str][source]

scargo.target_helpers.esp32_helper module

scargo.target_helpers.esp32_helper.create_esp32_config(chip: Optional[str]) Optional[Esp32Config][source]
scargo.target_helpers.esp32_helper.gen_fs_esp32(config: Config) None[source]
scargo.target_helpers.esp32_helper.gen_single_binary_esp32(build_profile: str, config: Config) None[source]

scargo.target_helpers.stm32_helper module

class scargo.target_helpers.stm32_helper.STM32Scrips[source]

Bases: object

openocd_cfg = 'openocd-script.cfg'
scargo.target_helpers.stm32_helper.create_stm32_config(chip: Optional[str]) Optional[Stm32Config][source]
scargo.target_helpers.stm32_helper.generate_openocd_script(outdir: Path, config: Config) None[source]

Module contents