1. 24 Feb, 2019 3 commits
  2. 23 Feb, 2019 1 commit
  3. 21 Feb, 2019 2 commits
  4. 20 Feb, 2019 1 commit
  5. 19 Feb, 2019 2 commits
  6. 25 Aug, 2018 2 commits
  7. 19 Feb, 2019 1 commit
  8. 17 Feb, 2019 2 commits
  9. 16 Feb, 2019 2 commits
  10. 14 Feb, 2019 2 commits
  11. 10 Feb, 2019 3 commits
  12. 09 Feb, 2019 2 commits
  13. 06 Feb, 2019 1 commit
  14. 03 Feb, 2019 4 commits
  15. 02 Feb, 2019 2 commits
  16. 27 Jan, 2019 3 commits
  17. 14 Jan, 2019 1 commit
  18. 13 Jan, 2019 5 commits
  19. 12 Jan, 2019 1 commit
    • David Reid's avatar
      API CHANGE: Simplify API for device config initialization. · 661115f1
      David Reid authored
      There is now only a single API for initializing a device config which
      is mal_device_config_init() and takes the device type as it's only
      parameter. By default this will use the device's native configuration.
      
      The device ID is also set in the device config. The next commits will
      be changing mal_device_init() to remove the device type and ID from the
      parameter list since they are now specified in the config.
      661115f1