summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add release versioning support.Chris Johns2015-12-0917-75/+159
| | | | | | | | | | | | | | Support a top level VERSION file that defines an RTEMS release. Fix the install of the python modules including thertems-test. Update the git python module to the RSB version. Fix the options to not call clean and to call dirty. Update the version python module. Fix the rtld C++ support to the VERSION file and the top level waf script.
* Add gitattributes to aid releasing.Chris Johns2015-12-091-0/+2
|
* Python 3 compatibilitySebastian Huber2015-11-1228-283/+284
|
* Add tools patches for RTEMS 4.12.Chris Johns2015-11-123-0/+55
|
* rtd-rtems.cpp: Default to version 4.12Sebastian Huber2015-11-111-1/+1
|
* Update the versions strings.Chris Johns2015-10-192-3/+3
|
* Update waf to 1.8.15Chris Johns2015-10-191-8/+8
|
* Fix Windows build issues.Chris Johns2015-10-198-23/+90
| | | | | Fix biulding the mmap Windows code. Fix installing the files for Windows.
* Always provide the argument size defines.Chris Johns2015-10-151-44/+42
|
* Change to use the task implemenation interface.Chris Johns2015-10-151-5/+10
|
* Add a lock model to support different lock models when tracing.Chris Johns2015-09-291-3/+17
| | | | | | Logging to a file requires a 'trace' lock model be used. The 'trace' lock model holds the lock for the entire trace time, for example the entry or exit tracing.
* rtems-test.txt: Some more clarity improvements.Ric Claus2015-09-261-7/+7
|
* rtems-tester.txt, options.py: Improved clarity and spelling.Ric Claus2015-09-262-47/+47
|
* qemu.cfg: Options changed to capture test outputRic Claus2015-09-261-1/+2
|
* xilinx_zynq_a9_qemu_smp.mc: Change realview_pbx_a9_qemu reference to ↵Ric Claus2015-09-261-1/+1
| | | | xilinx_zynq_a9_qemu.
* add microwindows patchesYANG Qiao2015-08-112-0/+68
|
* Rename or1ksim BSP to generic_or1kHesham ALMatary2015-04-191-6/+6
|
* bf537Stamp: Add configuration filesJoel Sherrill2015-04-142-0/+110
|
* leon3-tsim*: First attempt at LEON3 on tsim supportJoel Sherrill2015-04-053-0/+113
| | | | | | The rtems-tester does not thing the tests run correctly because the test output is coming to the terminal window with tsim running in it.
* lm32_evr_gdbsim: Add configuration filesJoel Sherrill2015-04-053-0/+118
|
* psim*.mc: Fix typoJoel Sherrill2015-04-042-2/+2
|
* Add QEMU patch for openrisc to recognize halt signalsHesham ALMatary2015-04-031-0/+32
|
* Update gdb-sim-lm32uart.diff to gdb-7.9Joel Sherrill2015-04-021-0/+75
|
* Add configurations for erc32, leon2, and leon3 in GDB SISJoel Sherrill2015-03-296-0/+330
| | | | | | These require a GDB >= 7.9 with Jiri Gaisler's patches applied. These are currently in the RSB and are in the process of being merged by the GDB project.
* rtemstoolkit: Add support to return the system path split as paths.Chris Johns2015-03-294-3/+45
| | | | | Seacch the path for the program name if not found and set it as an absolute path. This allow the prefix to be found.
* trace-linker: Update comments.Chris Johns2015-03-291-24/+28
|
* Add Jiri Gaisler SIS patch set for gdb 7.9Joel Sherrill2015-03-2723-0/+9190
| | | | | | This patch set adds a lot of new capability including support for the leon2 and leon3. It also eliminates the difference between the initial state of the simulated erc32 and the real hardware.
* trace-linker: Add the trace function signatures to the wrapper code.Chris Johns2015-03-271-25/+164
| | | | | This gives the tools the ability to extract all needed data from the executable.
* rtems-tester: Remove repeated install line in wscript.Chris Johns2015-03-271-1/+0
| | | | Fixes #2312.
* Add rtems-tester configurations for simsh family of BSPsJoel Sherrill2015-03-268-0/+440
|
* trace-linker: Add API and POSIX interfaces.Chris Johns2015-03-264-2/+115
|
* trace-linker: Add Trace Buffering support.Chris Johns2015-03-263-23/+249
| | | | | | | Trace buffering traces into a static buffer complete with timestamp and the executing context. A shell command provides access to the data.
* rtems-tld: Add lock and buffer allocator support to generators.Chris Johns2015-03-241-13/+144
| | | | | Generators can control a lock and buffer allocation so a single alloc can happen and a lock released.
* trace-linker: Add options, names, enables, and triggers.Chris Johns2015-03-232-60/+366
| | | | | | | | | | | | | | | | | | Move the options to a section so an option can be a single line. This gives the user the ability to localise specific configurations in a top level configuration file. Provide support for names, enables and triggers. Names is an array of names of the trace functions. The table is sorted and you can use an index to reference the trace function. There is a @FUNC_INDEX@ macro that is replaced with the trace function's index. Enables is a bitmap of default trace enabled states for all trace functions. Triggers is a bitmap of default triggers bit states for each trace function. Generators can use these bitmaps to control functionality. Currently the bitmaps are const but a generator option can be added to disable the const and allow the capture engine access to update the bitmaps.
* rtemstoolkit: Add an array operator to return recs in a section.Chris Johns2015-03-231-0/+7
|
* Update the version of waf.Chris Johns2015-03-221-0/+0
| | | | The commit references #2312.
* rtemstoolkit: Remove warning on Windows.Chris Johns2015-03-181-9/+9
|
* Ignore waf files on Windows and Python3 waf files.Chris Johns2015-03-181-0/+3
|
* elftoolchain: Add support for Cygwin.Chris Johns2015-03-171-3/+3
|
* gdb/python: Update the support to a recent RTEMS.Chris Johns2015-03-177-85/+512
|
* Add configurations for all h8 GDB simulator BSP variantsJoel Sherrill2015-03-124-0/+220
|
* Add configurations for all arm GDB simulator BSP variantsJoel Sherrill2015-03-1210-9/+503
|
* Add configuration for m32csim BSP for simulator in GDBJoel Sherrill2015-03-122-0/+110
|
* Add configuration for m32rsim BSP for simulator in GDBJoel Sherrill2015-03-122-0/+110
|
* Add configurations for all v850 GDB simulator BSP variantsJoel Sherrill2015-03-1212-0/+660
|
* Modified waf scripts to have a minimum python version requirement of 2.6.6, ↵Adit Sahasrabudhe2015-02-252-2/+2
| | | | instead of 2.7.3
* Fix the chmod octal value to use the correct Python syntax.Chris Johns2015-02-161-2/+2
|
* Update the Windows header to direct.h for _mkdir per the MSDN.Chris Johns2015-02-161-1/+1
|
* Fix the tester wscript.Chris Johns2015-02-081-2/+2
|
* Fixes to the run the waf built tests when installed.Chris Johns2015-02-086-12/+18
|