nuttx-apps/graphics/traveler
2017-10-16 07:13:38 -06:00
..
include graphics/traveler: Conver to use the framebuffer driver. 2017-10-16 07:13:38 -06:00
src graphics/traveler: Conver to use the framebuffer driver. 2017-10-16 07:13:38 -06:00
tools The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree. 2017-08-13 11:03:17 -06:00
world Add a demo world 2014-12-07 11:38:03 -06:00
.gitignore Add logic to build the demo world as a ROMFS file system 2014-12-07 12:26:30 -06:00
Kconfig graphics/traveler: Conver to use the framebuffer driver. 2017-10-16 07:13:38 -06:00
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile graphics/traveler: Conver to use the framebuffer driver. 2017-10-16 07:13:38 -06:00
trv_romfs.c ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers. 2016-07-20 14:02:41 -06:00