powershell-flash.psd1
@{ RootModule = '.\powershell-flash.psm1' GUID = '81c51553-1036-4503-b764-b082d6ed479a' ModuleVersion = '2.3' Author = 'Wang Yan' RequiredModules = @() FunctionsToExport = "efm_flash","efm_select_factory","efm_unlock","efm_erase_all" Description = "Powershell downloads the firmware of silabs' EFM32PG12 chip" } |