1*4882a593Smuzhiyunconfig BR2_PACKAGE_RWMEM 2*4882a593Smuzhiyun bool "rwmem" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 5*4882a593Smuzhiyun depends on BR2_USE_WCHAR # fmt 6*4882a593Smuzhiyun select BR2_PACKAGE_FMT 7*4882a593Smuzhiyun select BR2_PACKAGE_INIH 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Simple program to read/write from/to any location in memory. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/tomba/rwmem 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "rwmem needs a toolchain w/ C++, wchar, gcc >= 5" 14*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ 15*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_5 16