You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/12/13 19:35:45 UTC

[12/12] incubator-mynewt-core git commit: This closes #137.

This closes #137.

Merge remote-tracking branch 'utzig/mmc-support' into develop

* utzig/mmc-support:
  Remove empty comment block
  Add extra doc + errors messages
  Remove test app
  Fix multi-block write, misc refactors
  Misc fixes + fix multi-block read
  Better error checking + cleanups/refactorings
  Initial bare support for multiple MMC
  Write support working - WIP
  Add write support - WIP
  Add mmc read support - WIP
  MMC driver WIP


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/d19cb51b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d19cb51b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d19cb51b

Branch: refs/heads/develop
Commit: d19cb51b015c375a528afcfd54d7c47515132f8c
Parents: 1caa492 e3ac9e3
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Dec 13 11:33:12 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Dec 13 11:33:12 2016 -0800

----------------------------------------------------------------------
 hw/drivers/mmc/include/mmc/mmc.h |  88 +++++
 hw/drivers/mmc/pkg.yml           |  27 ++
 hw/drivers/mmc/src/mmc.c         | 585 ++++++++++++++++++++++++++++++++++
 3 files changed, 700 insertions(+)
----------------------------------------------------------------------