Commit Graph

32891 Commits

Author SHA1 Message Date
Andreas Dachsberger
529d251bba doxygen: Added libmisc group and libmisc mouse group
Update #3706.

@ingroup for these groups already existed, but no @defgroup

Further restructuring necessary
2019-04-04 08:12:35 +02:00
Andreas Dachsberger
0f02e6f639 doxygen: Added toplevel group for device drivers
Update #3706.
2019-04-04 08:12:35 +02:00
Andreas Dachsberger
b7927efc5a doxygen: Added further groups to RTEMSAPI
Update #3706.

Associativity Routines, BSD Compatibility Support now part of
RTEMSAPI
2019-04-04 08:12:35 +02:00
Andreas Dachsberger
ff1f374c95 doxygen: Added Mainpage to RTEMSAPIClassic
Update #3706.
2019-04-04 08:12:34 +02:00
Andreas Dachsberger
6644867c6b doxygen: User Extensions Implementation group now in Internal->Classic
Update #3706.
2019-04-04 08:12:34 +02:00
Sebastian Huber
fbe8a7ab90 doxygen: Rework some Doxygen comments
They are intended as examples in the RTEMS Software Engineering manual.

Update #3704.
2019-04-04 07:22:08 +02:00
Goetz Pfeiffer
a2aec0b72d Set the small data section size to max. for beatnik BSPs.
This applies changes similar to patch 294c6f46a6 to the beatnik BSP.
This is a board support for the mvme5500 and mvme6100 CPU.
2019-04-04 10:27:33 +11:00
Andreas Dachsberger
0a9b45132c doxygen: bsps: Added remaining Sparc64 groups 2019-04-02 07:29:32 +02:00
Andreas Dachsberger
058f637394 doxygen: score: Added ScoreRWLock to Score group
Update #3706.
2019-04-02 07:29:32 +02:00
Andreas Dachsberger
5342261469 doxygen: Added groups to IO library
Update #3706.
2019-04-02 07:29:32 +02:00
Andreas Dachsberger
493c1e8a7f doxygen: score: Put ARM Co-Processor 15 group in ARM
Update #3706.
2019-04-02 07:29:32 +02:00
Andreas Dachsberger
b07c721fc4 doxygen: Restructured cpukit/include/rtems/rtems
Update #3706.
2019-04-02 07:29:32 +02:00
Andreas Dachsberger
b86148a624 doxygen: Reviewed cpukit/include/rtems/posix
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
7a722e75a7 doxygen: Reviewed cpukit/include/rtems/rtems
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
69d6671f64 doxygen: Reviewed cpukit/include/rtems/score
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
95c760301d doxygen: score: Add x86-64 CPU architecture group
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
9f8af67ff1 doxygen: score: Add V850 CPU architecture group
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
2a50f875ca doxygen: score: Add SPARC64 CPU architecture group
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
25afa79a77 doxygen: score: Add SPARC CPU architecture group
Update #3706.
2019-04-02 07:29:31 +02:00
Andreas Dachsberger
2b37eca5dd doxygen: score: Add SuperH CPU architecture group
Update #3706.
2019-04-02 07:29:30 +02:00
Andreas Dachsberger
71f90982dc doxygen: score: Add RISC-V CPU architecture group
Update #3706.
2019-04-02 07:29:30 +02:00
Andreas Dachsberger
6ddbcbcd51 doxygen: score: Add powerpc CPU architecture group
Update #3706.
2019-04-02 07:29:30 +02:00
Andreas Dachsberger
39594416c4 doxygen: score: Add or1k CPU architecture group
Update #3706.
2019-04-02 07:29:27 +02:00
Andreas Dachsberger
92c2db645e doxygen: score: Add nios2 CPU architecture group
Update #3706.
2019-04-01 12:02:30 +02:00
Andreas Dachsberger
f2e282dd4b doxygen: score: Add Moxie CPU architecture group
Update #3706.
2019-04-01 12:02:30 +02:00
Andreas Dachsberger
0be1e54a26 doxygen: score: Add m68k CPU architecture group
Update #3706.
2019-04-01 12:02:30 +02:00
Andreas Dachsberger
ee38c54685 doxygen: score: Change no_cpu architecture group
Groups CPUContext and CPUInterrupt are now defined with a unique name
for this architecture group.
Update #3706.
2019-04-01 12:02:30 +02:00
Andreas Dachsberger
9fa3561b2d doxygen: score: Add lm32 CPU architecture group
Update #3706.
2019-04-01 12:02:30 +02:00
Andreas Dachsberger
d670ef99c0 doxygen: score: Add i386 CPU architecture group
Update #3706.
2019-04-01 12:02:29 +02:00
Andreas Dachsberger
40b90a080e doxygen: score: Add Epiphany CPU architecture group
Update #3706.
2019-04-01 12:02:23 +02:00
Andreas Dachsberger
eca13a8f92 doxygen: score: Add Blackfin CPU architecture group
Update #3706.
2019-04-01 12:00:25 +02:00
Chris Johns
294c6f46a6 Set the small data section size to max. for mvme5500 and mvme2100 BSPs
Closes #3728
2019-03-30 09:58:31 +11:00
Sebastian Huber
cbfc341560 ttest01: New test
This is an example test using the RTEMS Test Framework.  It tests also
the framework itself.

Add T_FILE_NAME command line define to get rid of the full file path.
This is important to reduce the read-only data of test files and make
them build system independent.

Update #3199.
2019-03-27 07:21:31 +01:00
Sebastian Huber
cfcc2cbf7a Add RTEMS Test Framework
Update #3199.
2019-03-27 07:15:55 +01:00
Sebastian Huber
6fe01e4b3d build: Move test support to librtemstest.a
One reason to move the test support into a dedicated library are the
standard output __wrap_*() functions.  They may conflict with
application level wrappers.

Update #3199.
2019-03-26 11:29:58 +01:00
Sebastian Huber
abec398940 score: Add ARM CPU architecture group
Update #3706.
2019-03-26 11:27:54 +01:00
Sebastian Huber
5a19915bf1 score: Add example CPU architecture group
Update #3706.
2019-03-26 11:27:54 +01:00
Sebastian Huber
5526527e51 score: Rename ScoreCPU Doxygen group
Update #3706.
2019-03-26 11:27:53 +01:00
Sebastian Huber
40d15f5f2a score: Add implementation top-level group
Update #3706.
2019-03-26 11:27:53 +01:00
Joel Sherrill
127ee3a552 psxhdrs/stdio/v*.c: Fix warnings in varargs tests 2019-03-25 16:27:44 -05:00
Joel Sherrill
b0f524f4cc libfs/src/pipe/fifo.c: Fix warning. 2019-03-25 16:27:43 -05:00
Joel Sherrill
6163ab2c01 erc32/start/setvec.c: Fix warning 2019-03-25 16:27:43 -05:00
Joel Sherrill
db23c3c43e pthreadcreate.c: Silence unused variable warning (CID 1399716) 2019-03-25 16:27:43 -05:00
Sebastian Huber
7a1934dac0 build: Always build libmghttpd.a 2019-03-25 08:09:36 +01:00
Sebastian Huber
311270ca92 score: Update Objects_Information documentation 2019-03-22 10:19:23 +01:00
Chris Johns
dad6fd4333 libdl: Add an archive command
- The archive command lists archives, symbols and any duplicate
  symbols.
- Change the RTL shell commands to the rtems_printer to allow
  the output to be captured.
2019-03-22 14:16:52 +11:00
Sebastian Huber
a5f84c6a8a bsp/atsam: Fix SPI driver DMA support 2019-03-19 11:29:24 +01:00
Sebastian Huber
5f813694f6 bsp/atsam: Simplify XDMAD_Handler()
Remove the channel status evaluation from XDMAD_Handler() and simply
hand over the status to the callbacks.
2019-03-19 11:29:24 +01:00
Sebastian Huber
007d4e1297 bsp/lpc24xx: Convert I2C driver to Linux API
Change license to BSD-2-Clause.

Close #3725.
2019-03-15 16:02:22 +01:00
Sebastian Huber
9e4895805a bsps/powerpc: Initialize stack earlier
The __eabi() call may use the stack.

Update #3459.
2019-03-15 07:34:07 +01:00