summaryrefslogtreecommitdiffstats
path: root/filesystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */.../Makefile: MANAGERS=all has been obsolete a LONG timeJoel Sherrill2023-04-231-3/+0
|
* filesystem: Fix file not found error5.35.25.15Vijay Kumar Banerjee2020-04-261-0/+2
|
* filesystem: Add checks for rtems-bin2cVijay Kumar Banerjee2020-03-181-9/+9
|
* Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with ↵Vijay Kumar Banerjee2020-03-171-1/+1
| | | | CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
* update rtems_wafVijay Kumar Banerjee2019-09-171-3/+3
|
* Update due to block device API changesSebastian Huber2019-01-072-47/+6
| | | | | Update #3358. Update #3670.
* Update due to trace linker changesSebastian Huber2017-10-121-1/+1
| | | | Close #3160.
* Update rtems_waf to use the rootfs support. Fix trace linker INI files.Chris Johns2017-10-023-27/+14
| | | | | | | | | 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.
* fat_ramdisk: define POSIX keys numberPeng Fan2016-04-131-0/+3
| | | | | | | define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) "
* Add more trace builds for other examples.Chris Johns2014-09-222-0/+38
|
* Clean up warnings.Chris Johns2014-09-051-2/+2
|
* Fix rtems.py's filtering of BSPs.Chris Johns2013-12-121-4/+3
| | | | | | | 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.
* filesystem: minor fixesGedare Bloom2013-12-121-5/+4
|
* filesystem: Update wscript. compiles now to make it betterGedare Bloom2013-12-121-9/+20
|
* filesystem: initial attempt at waf conversionGedare Bloom2013-12-121-0/+39
|
* examples-v2: Remove .cvsignore filesJoel Sherrill2013-03-121-4/+0
|
* examples-v2 - Remove CVS Ids (scripted)Joel Sherrill2012-05-153-10/+0
|
* 2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-141-0/+2
| | | | * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
* 2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-115-0/+220
* fat_ramdisk/.cvsignore, fat_ramdisk/Makefile, fat_ramdisk/README, fat_ramdisk/init.c, fat_ramdisk/rootfs/shell-init: New files.