Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 1 | -1/+1 |
| | | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0 | ||||
* | mpm: Use prefs API for periph manager | Martin Braun | 2018-02-08 | 1 | -0/+3 |
| | | | | | | | | - Allow to set default args via config file - Read them from prefs API - override-db-pids uses the same APIs now ([overrides] section in config file, prefs API, and same dictionary as --default-args when used on the command line | ||||
* | mpm: Add prefs modules | Martin Braun | 2018-02-08 | 1 | -0/+92 |
- prefs is a module for centralized preferences management - Uses Python's ConfigParser module |