OpenRTX/meta
tarxvf 45228e226e just the emulator shell broken out 2021-11-03 19:20:42 +01:00
..
leak_check.txt just the emulator shell broken out 2021-11-03 19:20:42 +01:00
menu_test.txt just the emulator shell broken out 2021-11-03 19:20:42 +01:00
ptt_test.txt just the emulator shell broken out 2021-11-03 19:20:42 +01:00
readme just the emulator shell broken out 2021-11-03 19:20:42 +01:00
sat_menu_dev.txt just the emulator shell broken out 2021-11-03 19:20:42 +01:00
select_menu.txt just the emulator shell broken out 2021-11-03 19:20:42 +01:00

readme



uidev:
	meson compile -C build_linux openrtx_linux
	cat sat_menu_dev.txt | build_linux/openrtx_linux
	convert SAT.bmp -resize 600% SAT.jpg


valgrind:
	meson compile -C build_linux openrtx_linux
	cat leak_check.txt | valgrind --leak-check=full --log-file=valgrind.log build_linux/openrtx_linux
record:
	meson compile -C build_linux openrtx_linux
	cat record_demo.txt | build_linux/openrtx_linux