summaryrefslogtreecommitdiff
path: root/misc (follow)
AgeCommit message (Collapse)Author
2017-10-12Fix warningsSebastian Huber
Update #3158.
2013-12-12waf: append .exe to target namesGedare Bloom
2013-12-12misc: Add a commented out call to build adamain with wafChirayu Desai
* Currently disabled as it doesn't build, even with make. Refer commit 0da2dccb01e2aa13eeab492e2f5ca012ca3a2fab
2013-12-12misc: adamain: Add support for building wafChirayu Desai
But do not build it by default yet. Also see commit 9dd07ee6bb99bf57e7a9b5fb819dad88f2657ac4
2013-12-12misc: applib: Add support to build with wafChirayu Desai
Add wscript for building a static library with waf
2013-12-12misc: Support building qemu_vfat with wafChirayu Desai
2013-12-12misc: nanosecond_tick_wrap: Add support to build with wafChirayu Desai
Add wscript to support building with waf
2013-12-12misc: bspcmdline: Add support to build with wafChirayu Desai
Add wscript to support building with waf
2013-12-12misc: add missing ".exe" suffix to targetChirayu Desai
2013-12-12misc: qemu_vfat: Add support to build with wafChirayu Desai
* Add a wscript file, but it isn't added to misc/wscript as qemu_vfat doesn't build for all platforms even with make TODO: Invetigate more and find a proper fix
2013-12-12misc: x86_display_cpu: Add support to build with wafChirayu Desai
Add wscript to support building with waf Build only if architecture is i386
2013-12-12Convert misc/minimum example to Waf.Bryan Dunsmore
2013-11-30misc: qemu_vfat: update for new mount table valuesChirayu Desai
Refer rtems.git commit 29e92b090c8bc35745aa5c89231ce806bcb11e57 for more info Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=2155
2013-03-12examples-v2: Remove ChangeLog filesJoel Sherrill
2013-03-12examples-v2: Remove .cvsignore filesJoel Sherrill
2012-05-15examples-v2 - Remove CVS Ids (scripted)Joel Sherrill
2011-04-012011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Update to account for movement of .cfg files.
2011-03-03Fix pr number.Joel Sherrill
2011-03-032011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
PR 1749/bsps * Makefile: Add new test program for wrapping clock tick. * nanosecond_tick_wrap/.cvsignore, nanosecond_tick_wrap/Makefile, nanosecond_tick_wrap/README, nanosecond_tick_wrap/init.c: New files.
2010-05-052010-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* qemu_vfat/Makefile, qemu_vfat/README, qemu_vfat/init.c: Now includes a start_test example which parses arguments. * qemu_vfat/start_test.c: New file.
2010-05-052010-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* qemu_vfat/.cvsignore, qemu_vfat/Makefile, qemu_vfat/README, qemu_vfat/init.c, qemu_vfat/system.h: New files.
2010-04-152010-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* x86_display_cpu/Makefile, x86_display_cpu/test.c: Clean up.
2010-04-142010-04-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* x86_display_cpu/.cvsignore, x86_display_cpu/Makefile, x86_display_cpu/test.c: New files.
2010-04-082010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* Makefile: Do not build adamain automatically until there is a way to know if the Ada support was built.
2009-12-102009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Add adamain test. This is a strictly C version of the startup code for a GNAT Ada application. If this does not run, then Ada code has no prayer of running. * adamain/.cvsignore, adamain/Makefile, adamain/README, adamain/adacode.c, adamain/rtems_init.c: New files.
2009-10-142009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* applib/Makefile, applib/file_1.c, applib/private.h, applib/userLib.h: New files.
2009-09-242009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Add example for extracting values from RTEMS Application Makefile infrastructure. * extract_example/.cvsignore, extract_example/Makefile, extract_example/README: New files.
2009-08-072009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Add new program to demonstrate use of BSP command line arguments. * bspcmdline/.cvsignore, bspcmdline/Makefile, bspcmdline/README, bspcmdline/test.c: New files.
2009-08-062009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* minimum/test.c: Remove warning.
2009-08-062009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog: New file.
2009-08-06Initial import of reorganized examples.initialbaseJoel Sherrill