Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: utils: Fix to_native_str for non-string types | Martin Braun | 2018-01-11 | 1 | -2/+5 |
| | | | | | Before, you couldn't use to_native_str for objects such as integers (i.e., anything that was not a bytes-like object). | ||||
* | mpm: utils: Add assert_compat_number function | Martin Braun | 2018-01-08 | 1 | -0/+59 |
| | | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | mpm: utils: Add string conversion utilities | Martin Braun | 2017-12-22 | 1 | -0/+42 |
| | | | | | | | Adds conversions for: - Any-to-binary - Any-to-UTF8 - Any-to-native | ||||
* | mpm: Add mpmutils module, includes poll_with_timeout | Martin Braun | 2017-12-22 | 1 | -0/+38 |
This is a convenience function for polling with sleeps and timeouts. |