package embox.cmd.testing

@AutoCmd
@Cmd(name = "l475_flash_test", help = "Test for STM32L475 internal flash r/w operations")
module l475_flash_test {
	source "l475_flash_test.c"

	depends embox.compat.libc.stdio.printf
	depends embox.compat.libc.str
	depends embox.compat.posix.util.getopt
	depends embox.driver.flash.core
	depends embox.driver.block_dev
	@NoRuntime depends embox.lib.libds
	@NoRuntime depends embox.util.pretty_print	
	depends embox.lib.LibCrypt
}

