MCPcopy Create free account
hub / github.com/ARMmbed/DAPLink / load_bundle_from_release

Function load_bundle_from_release

test/bundle.py:23–25  ·  view source on GitHub ↗

Return a bundle representing the given build

(directory)

Source from the content-addressed store, hash-verified

21
22
23def load_bundle_from_release(directory):
24 """ Return a bundle representing the given build"""
25 return ReleaseFirmwareBundle(directory)
26
27
28def load_bundle_from_project(tool='uvision'):

Callers 1

mainFunction · 0.90

Calls 1

Tested by 1

mainFunction · 0.72