examples: introduce mtdpart
authorEunBong Song <eunb.song@samsung.com>
Wed, 17 May 2017 05:09:47 +0000 (14:09 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 23 May 2017 12:40:04 +0000 (21:40 +0900)
commit4214b26b942d7648248516bf1f808dfddf4d8cf0
tree6c6cc29d069efbc7028324f7a519eff5bc3ac6ca
parentdb34c4b7cba72422c2e39ca9433f504ba3a396a8
examples: introduce mtdpart

This patch introduces mtdpart example. This comes from nuttx community.
This examples can test rammtd, bch, mtdpart functions.

Change-Id: Iaee478d202151a770ccd93b74ab14fd62e499059
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/examples/mtdpart/.gitignore [new file with mode: 0644]
apps/examples/mtdpart/Kconfig [new file with mode: 0644]
apps/examples/mtdpart/Make.defs [new file with mode: 0644]
apps/examples/mtdpart/Makefile [new file with mode: 0644]
apps/examples/mtdpart/mtdpart_main.c [new file with mode: 0644]