summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rtems/ scripts: Initial update to wafHEADmasterJoel Sherrill2021-02-043-25/+56
|
* sim-scripts/psim.in: Update device tree from rtems-testerJoel Sherrill2021-02-041-21/+19
|
* sim-scripts/gdb-sim-run.in sim-scripts/gdb-sim.in: Add 6 and 7Joel Sherrill2021-02-042-2/+2
|
* test-template: Change license to BSD-2-ClauseSebastian Huber2018-12-1426-312/+585
| | | | Update #3053.
* rtems-test-template: Use more static declarationsJoel Sherrill2018-11-076-48/+22
|
* rtems-test-template: Remove unneeded Makefile.am filesJoel Sherrill2018-11-0713-315/+0
|
* psxtmtest_unblocking_nopreempt/init.c: Now compilesJoel Sherrill2018-11-021-2/+3
|
* rtems-test-template: Ensure more templates compileJoel Sherrill2018-11-023-4/+6
|
* psxtmtest_single/init.c: Fix typosJoel Sherrill2018-11-021-1/+1
|
* Change default license for tests generated from templates to 0-BSD.Joel Sherrill2018-10-3026-52/+52
| | | | See https://opensource.org/licenses/FPL-1.0.0
* Change default license for tests generated from templates to 0-BSD.Joel Sherrill2018-10-2926-78/+260
| | | | See https://opensource.org/licenses/FPL-1.0.0
* rtems-test-template: UpdateJoel Sherrill2018-10-2514-80/+94
|
* sim-scripts/erc32-tsim.in: New fileJoel Sherrill2018-01-081-0/+8
|
* .gitignore: Ignore rtems source only in rtems/ subdirectoryJoel Sherrill2017-11-091-1/+0
|
* gen_warnings_report: New fileJoel Sherrill2017-11-091-0/+175
|
* .gitignore: Add erc32-tsim and m32rJoel Sherrill2017-11-091-0/+5
|
* rtems/bit_rtems: Add support for building new TCP/IPJoel Sherrill2017-11-092-37/+65
|
* .gitignore: Ignore moreJoel Sherrill2017-11-091-0/+9
|
* rtems-testing: Clean up from taking upstream changes for RTEMS 5Joel Sherrill2017-11-098-26/+43
|
* rtems/common.sh rtems/user.cfg: Update for RTEMS 5Joel Sherrill2017-11-092-6/+8
|
* sim-scripts/gdb-sim*in: Add support for RTEMS 5.xJoel Sherrill2017-11-092-2/+2
|
* coverity/Makefile: Reduce to no actionsJoel Sherrill2017-11-091-6/+2
|
* sim-scripts: Remove obsolete ignoresSebastian Huber2017-08-241-2/+0
| | | | Close #2447.
* Update coverity scripts to run against masterJoel Sherrill2017-02-048-78/+287
| | | | | | | Add scripts to test newlib and rtems-tools as well as capture the dummy Coverity model files. The website complains if you have not filled in all the holes. Providing dummy values gives us "completely configured" projects.
* Makefile: Remove reference to covoarJoel Sherrill2016-03-221-3/+0
|
* Remove covoar from rtems-testing. Moved to rtems-tools months ago.Joel Sherrill2016-03-2298-16527/+0
|
* bit_rtems: Disable C++ on architectures it is broken onJoel Sherrill2016-03-191-0/+6
|
* sim-scripts/.gitignore and rtems/.gitignore: Add filesJoel Sherrill2016-03-192-0/+9
|
* epiphany-run.mc: In wrong repoJoel Sherrill2016-03-181-58/+0
|
* merge-helpers: Delete old CVS based scriptsJoel Sherrill2016-03-184-397/+0
|
* avr/avrtest: Remove avrtest references.Ralph Holmes2015-12-198-52/+2
| | | | Closes #2442.
* sim-scripts: Add 4.12 detectionJoel Sherrill2015-12-144-3/+1068
|
* gcc/test_driver remove m32r lineGedare Bloom2015-12-141-1/+0
|
* rtems/bit_all_bsps: Remove genmongoosev referenceAun-Ali Zaidi2015-12-141-1/+1
| | | | closes #2448.
* m32r: Remove m32rsim referencesAun-Ali Zaidi2015-12-1411-85/+5
| | | | closes #2447.
* h8300: Remove h8sim referencesAun-Ali Zaidi2015-12-1310-85/+3
| | | | updates #2453.
* rtems/bit_all_bsps: Remove gp32 referenceAun-Ali Zaidi2015-12-131-1/+1
| | | | closes #2451.
* rtems/bit_all_bsps: Remove gba referenceAun-Ali Zaidi2015-12-121-1/+1
| | | | closes #2449.
* rtems/bit_all_bsps: Remove nds referenceAun-Ali Zaidi2015-12-111-1/+1
| | | | closes #2450.
* rtems/bit_all_bsps: Remove ep1a referenceAun-Ali Zaidi2015-12-091-1/+1
| | | | closes #2457.
* rtems/bit_rtems: Remove reference to score603e.Ralph Holmes2015-12-081-1/+1
| | | | Closes #2458.
* rtems/bit_rtems and bit_all_bsps: Remove mvme136 referenceAun-Ali Zaidi2015-12-082-2/+2
| | | | updates #2444.
* rtems/bit_all_bsps; Remove sim68000 referenceAun-Ali Zaidi2015-12-081-1/+1
| | | | closes #2445.
* Update environment READMEAurelio Remonda2015-09-251-26/+30
| | | | | | | | This patch update the README file on /rtems-testing: *Added comments about bootstrap and RTEMS building steps. *Added comments about RTEMS test samples. *Updated binutils, newlib and gcc repositories using git now. *Updated gdb, autoconf and automake repositories using ftp sites now.
* Enable Rtems tests samplesAurelio Remonda2015-09-251-1/+1
| | | | | | | | This patch enables rtems tests samples on the do_one script. When setting up the environment for testing stdlibc++ you need this test samples to check everything it's ok before running the gcc test suite. This check consists on running a sample (i.e ticker.exe) making sure it behaves as it should.
* dejagnu: Add rtems-arm-realview_pbx_a9_qemu.expSebastian Huber2015-09-181-0/+40
|
* gcc/rundeja: Add TARGET_BOARD_OPTSSebastian Huber2015-09-031-1/+2
|
* gcc/do_one: Enable C99 formatsSebastian Huber2015-09-031-0/+1
|
* gcc/do_one: Disable LTOSebastian Huber2015-09-031-0/+2
|
* gcc/do_one: Disable C++ PCHSebastian Huber2015-09-031-0/+1
|