summaryrefslogtreecommitdiff
path: root/filesystem (follow)
AgeCommit message (Collapse)Author
2017-10-12Update due to trace linker changesSebastian Huber
Close #3160.
2017-10-02Update rtems_waf to use the rootfs support. Fix trace linker INI files.Chris Johns
Use the rtems_waf rootfs support to create a root file system. Remove the double cflags on some projects that broke linking. Remove the dump-on-error, there is no option in rtems-tld. Closes 3158. Closes 3159.
2016-04-13fat_ramdisk: define POSIX keys numberPeng Fan
define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) "
2014-09-22Add more trace builds for other examples.Chris Johns
2014-09-05Clean up warnings.Chris Johns
2013-12-12Fix rtems.py's filtering of BSPs.Chris Johns
Update the BSP filtering in the RTEMS waf support. Break the flags down even more to allow users to manage what they use in applications. Add rtems-bin2c to the list of checked tools.
2013-12-12filesystem: minor fixesGedare Bloom
2013-12-12filesystem: Update wscript. compiles now to make it betterGedare Bloom
2013-12-12filesystem: initial attempt at waf conversionGedare Bloom
2013-03-12examples-v2: Remove .cvsignore filesJoel Sherrill
2012-05-15examples-v2 - Remove CVS Ids (scripted)Joel Sherrill
2011-03-142011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
2011-03-112011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* fat_ramdisk/.cvsignore, fat_ramdisk/Makefile, fat_ramdisk/README, fat_ramdisk/init.c, fat_ramdisk/rootfs/shell-init: New files.