summaryrefslogtreecommitdiffstats
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regulator exampleHEADmasterJoel Sherrill2023-07-296-0/+308
| | | | Updates #4924.
* */.../Makefile: MANAGERS=all has been obsolete a LONG timeJoel Sherrill2023-04-236-18/+0
|
* file_io/crc/.gitignore misc/extract_example/.gitignore: New filesJoel Sherrill2022-02-231-0/+1
|
* misc/nanosecond_tick_wrap: Fix warningsJoel Sherrill2022-02-231-2/+2
|
* misc/minimum/: Fix warningsJoel Sherrill2022-02-231-3/+8
|
* Add User Driver ExampleJoel Sherrill2022-02-2310-1/+3042
|
* Conditionalize CONFIGURE_TERMIOS_DISABLE so the examples span versionsJoel Sherrill2021-08-201-0/+11
|
* Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with ↵Vijay Kumar Banerjee2020-03-173-3/+3
| | | | CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
* Remove obsolete Termios configurationSebastian Huber2019-01-071-6/+0
| | | | Update #3670.
* Fix warningsSebastian Huber2017-10-121-2/+2
| | | | Update #3158.
* waf: append .exe to target namesGedare Bloom2013-12-121-1/+1
|
* misc: Add a commented out call to build adamain with wafChirayu Desai2013-12-121-0/+2
| | | | | * Currently disabled as it doesn't build, even with make. Refer commit 0da2dccb01e2aa13eeab492e2f5ca012ca3a2fab
* misc: adamain: Add support for building wafChirayu Desai2013-12-121-0/+14
| | | | | But do not build it by default yet. Also see commit 9dd07ee6bb99bf57e7a9b5fb819dad88f2657ac4
* misc: applib: Add support to build with wafChirayu Desai2013-12-122-0/+15
| | | | Add wscript for building a static library with waf
* misc: Support building qemu_vfat with wafChirayu Desai2013-12-121-0/+1
|
* misc: nanosecond_tick_wrap: Add support to build with wafChirayu Desai2013-12-122-0/+15
| | | | Add wscript to support building with waf
* misc: bspcmdline: Add support to build with wafChirayu Desai2013-12-122-0/+16
| | | | Add wscript to support building with waf
* misc: add missing ".exe" suffix to targetChirayu Desai2013-12-123-3/+3
|
* misc: qemu_vfat: Add support to build with wafChirayu Desai2013-12-121-0/+18
| | | | | | | * 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
* misc: x86_display_cpu: Add support to build with wafChirayu Desai2013-12-122-0/+18
| | | | | Add wscript to support building with waf Build only if architecture is i386
* Convert misc/minimum example to Waf.Bryan Dunsmore2013-12-122-0/+24
|
* misc: qemu_vfat: update for new mount table valuesChirayu Desai2013-11-301-1/+1
| | | | | | Refer rtems.git commit 29e92b090c8bc35745aa5c89231ce806bcb11e57 for more info Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=2155
* examples-v2: Remove ChangeLog filesJoel Sherrill2013-03-121-71/+0
|
* examples-v2: Remove .cvsignore filesJoel Sherrill2013-03-127-7/+0
|
* examples-v2 - Remove CVS Ids (scripted)Joel Sherrill2012-05-1520-64/+0
|
* 2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-04-012-1/+5
| | | | * Makefile: Update to account for movement of .cfg files.
* Fix pr number.Joel Sherrill2011-03-031-1/+1
|
* 2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-036-1/+141
| | | | | | | 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-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-055-2/+102
| | | | | | * 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-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-056-0/+339
| | | | | * qemu_vfat/.cvsignore, qemu_vfat/Makefile, qemu_vfat/README, qemu_vfat/init.c, qemu_vfat/system.h: New files.
* 2010-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-153-4/+7
| | | | * x86_display_cpu/Makefile, x86_display_cpu/test.c: Clean up.
* 2010-04-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-144-0/+67
| | | | | * x86_display_cpu/.cvsignore, x86_display_cpu/Makefile, x86_display_cpu/test.c: New files.
* 2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-082-1/+11
| | | | | * Makefile: Do not build adamain automatically until there is a way to know if the Ada support was built.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-107-1/+364
| | | | | | | | * 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-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-145-0/+72
| | | | | * applib/Makefile, applib/file_1.c, applib/private.h, applib/userLib.h: New files.
* 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-245-1/+41
| | | | | | | * Makefile: Add example for extracting values from RTEMS Application Makefile infrastructure. * extract_example/.cvsignore, extract_example/Makefile, extract_example/README: New files.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-076-1/+127
| | | | | | | * 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-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-062-2/+4
| | | | * minimum/test.c: Remove warning.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-061-0/+4
| | | | * ChangeLog: New file.
* Initial import of reorganized examples.initialbaseJoel Sherrill2009-08-064-0/+149