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