Timeline



08/01/20:

12:30 Changeset in rtems [29e7a069] by Sebastian Huber <sebastian.huber@…>
dev/spi-memdrv: Fix use of uninit mem_param_ptr
00:16 Ticket #4037 (Python script distribution standardisation) created by Chris Johns
The RSB and Tools wrap python scripts in a shell script based wrapper …
00:01 Ticket #4036 (Track dependency command for the RSB) created by Chris Johns
Add a command to track dependencies in the RSB. Scan all the bset …

07/31/20:

15:42 Changeset in rtems-central [6f82df1] by Sebastian Huber <sebastian.huber@…>
content: Fix code coverage issues The problem was that the conversion of a list to a set destroys the order. The order of set elements is not deterministic. Use an order preserving way remove duplicates.
10:17 Ticket #4035 (Reserved identifier "time" re-used in rtems_clock_get_tod_timeval()) created by Jens Schweikhardt
The ISO C identifier "time" from time.h is re-used in the prototype …
08:15 Changeset in rtems [46477898] by Sebastian Huber <sebastian.huber@…>
irqs01/smpirqs01: New tests Close #4034.
06:54 Ticket #4034 (Add rtems_interrupt_server_create() and ...) created by Sebastian Huber
Cloned from #4033. In addition to the implementation add also unit tests.
06:52 Ticket #4033 (Add rtems_interrupt_server_create() and rtems_interrupt_server_destroy()) created by Sebastian Huber
Currently, the only way to create interrupt servers is …

07/30/20:

17:29 Changeset in rtems [a3bcc79] by Sebastian Huber <sebastian.huber@…>
bsps/lm32: Use shared <bsp/irq.h> Having a duplicate header with the shared includes is a build system inconsistency. You may use one header file to build the libraries and another one is installed (overwriting the other). Update #3269.
12:47 Changeset in rtems [699f465c] by Aschref Ben Thabet <aschref.ben-thabet@…>
psxhdrs/strncat: Fix string truncation warning
09:26 Changeset in rtems-libbsd [f1eb69a] by Vijay Kumar Banerjee <vijay@…>
Update rtems_waf
08:30 Changeset in rtems [5eb07731]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_server_create() Add rtems_interrupt_server_destroy(). Before this patch, the only way to create interrupt servers was rtems_interrupt_server_initialize(). This function creates the default interrupt server and in SMP configurations additional interrupt servers for the additional processors. The interrupt server is heavily used by libbsd. This includes the epoch based reclamation which performs time consuming resource and memory deallocation work. This does not work well with time critical services, for example an UART over SPI or I2C. One approach to address this problem is to allow the application to create custom interrupt servers with the right priority and task properties. The interrupt server API accounted for this, however, it was not implemented before this patch. Close #4033.
08:30 Changeset in rtems [c60942ea] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_server_create() Add rtems_interrupt_server_destroy(). Before this patch, the only way to create interrupt servers was rtems_interrupt_server_initialize(). This function creates the default interrupt server and in SMP configurations additional interrupt servers for the additional processors. The interrupt server is heavily used by libbsd. This includes the epoch based reclamation which performs time consuming resource and memory deallocation work. This does not work well with time critical services, for example an UART over SPI or I2C. One approach to address this problem is to allow the application to create custom interrupt servers with the right priority and task properties. The interrupt server API accounted for this, however, it was not implemented before this patch. Close #4034.

07/29/20:

23:32 Developer/Simulators/QEMU edited by Chris Johns
(diff)
15:13 Changeset in rtems-source-builder [cc107b5] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain
12:12 Changeset in rtems-central [4f28d90] by Sebastian Huber <sebastian.huber@…>
specdoc: Add pattern to ignore types
09:41 Ticket #4030 (i386: ISR can overwrite its own stack during system initialization) closed by Jan Sommer <jan.sommer@…>
fixed: In 849d7418/rtems: […]
09:39 Ticket #4031 (i386: ISR can overwrite its own stack during system initialization (cloned)) closed by Jan Sommer <jan.sommer@…>
fixed: In 21c7e3a/rtems: […]
09:13 Changeset in rtems-docs [5bd15a0] by Christian Mauderer <christian.mauderer@…>
eng/release: Add libbsd version update
08:56 Changeset in rtems-libbsd [d044b29]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
wscript: Update RTEMS version to 6.
08:56 Changeset in rtems-libbsd [f9687a8] by Christian Mauderer <christian.mauderer@…>
wscript: Update RTEMS version to 6.
08:55 Changeset in rtems-libbsd [c81707c] by Christian Mauderer <christian.mauderer@…>
README: Update with information for RTEMS 6
08:18 Changeset in rtems-libbsd [9abf1d3]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
testsuite: Use new name of test-info.h. In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
08:18 Changeset in rtems-libbsd [e649184] by Christian Mauderer <christian.mauderer@…>
testsuite: Use new name of test-info.h. In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
05:11 Changeset in rtems-source-builder [658af8f] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain
04:43 GSoC/2020 edited by Richi Dubey
Richi's addition: Meeting 29th July. (diff)
04:39 GSoC/2020 edited by niteesh
(diff)
04:20 GSoC/2020 edited by eshan dhawan
(diff)
04:06 GSoC/2020 edited by Gedare Bloom
Weekly update (diff)

07/28/20:

21:17 GSoC/2020 edited by Mritunjay Kumar Sharma
Added progress of all the previous meetins (diff)
08:58 Changeset in rtems-central [0b31449] by Sebastian Huber <sebastian.huber@…>
tests: Add and use get_and_clear_log()
07:23 Changeset in rtems-central [05e4cb2] by Sebastian Huber <sebastian.huber@…>
content: Add CContent.add_includes() test case
06:25 Changeset in rtems-central [2485965] by Sebastian Huber <sebastian.huber@…>
spec: Clarify event receive description
04:58 Changeset in rtems-docs [1bb6947] by Sebastian Huber <sebastian.huber@…>
eng: Fix format of regular expressions Update #3715.
04:57 Changeset in rtems-central [3e303ed] by Sebastian Huber <sebastian.huber@…>
spec: Clarify and use interface brief
04:56 Changeset in rtems-central [7617fcb] by Sebastian Huber <sebastian.huber@…>
specdoc: Fix output format of regular expressions

07/27/20:

13:44 Changeset in rtems-docs [3f9fa47] by Sebastian Huber <sebastian.huber@…>
eng: Add ability to skip action transitions Sometimes the pre-conditions in an action requirement are not independent and it is necessary skip a certain set of pre-condition states. This should be used with care since no test code is run in these cases. There shall be a reason given why skipping a transition is justified. Update #3715.
13:38 Changeset in rtems-docs [c259563] by Sebastian Huber <sebastian.huber@…>
eng: Support N/A in the action transitions Sometimes the pre-conditions in an action requirement are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition. Update #3715.
13:37 Changeset in rtems-docs [f12cae1] by Sebastian Huber <sebastian.huber@…>
eng: Add brief description to header file items Update #3715.
13:36 Changeset in rtems-docs [fd2fc50] by Sebastian Huber <sebastian.huber@…>
eng: Add requirement text to interface groups This allows to state the requirement for an interface group directly in the item. Update #3715.
12:54 Changeset in rtems-central [55e17d2] by Sebastian Huber <sebastian.huber@…>
validation: Add ability to skip action transitions
07:23 Changeset in rtems-central [244b277] by Sebastian Huber <sebastian.huber@…>
validation: Support N/A in the action transitions Sometimes the pre-conditions are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition.
05:38 Changeset in rtems-central [fd31f9d] by Sebastian Huber <sebastian.huber@…>
config.yml: Fix UIDs
05:08 Changeset in rtems-central [6a3a664] by Sebastian Huber <sebastian.huber@…>
items: Improve ItemCache? exception message
01:23 Changeset in rtems [3ec5f20] by Chris Johns <chrisj@…>
powerpc/io: The eieio() function clashes with FreeBSD. Change.
01:23 Changeset in rtems [5284e812]5 by Chris Johns <chrisj@…>
powerpc/io: The eieio() function clashes with FreeBSD. Change. Closes #4021

07/26/20:

06:46 GSoC/2020 edited by eshan dhawan
(diff)

07/24/20:

18:46 Changeset in rtems-central [1cf2bec] by Sebastian Huber <sebastian.huber@…>
spec: Add top-level requirement for the system
18:44 Changeset in rtems-central [86dbbfa4] by Sebastian Huber <sebastian.huber@…>
spec: Add requirements text to groups
18:08 Changeset in rtems-central [cead53e] by Sebastian Huber <sebastian.huber@…>
spec: Move interface groups
14:05 Changeset in rtems-central [f59bfb6] by Sebastian Huber <sebastian.huber@…>
content: Add Content.ensure_blank_line()
12:17 Changeset in rtems-central [1fce758] by Sebastian Huber <sebastian.huber@…>
spec: Move specification of specification items This makes it reusable.
12:09 Changeset in rtems-central [e3563c1] by Sebastian Huber <sebastian.huber@…>
items: Use commonpath() instead of commonprefix() This ensures that we get a valid path.
10:25 Changeset in rtems-central [4ad78f2] by Sebastian Huber <sebastian.huber@…>
spec: Add header file brief descriptions
07:19 Changeset in rtems-central [0e38d6d] by Sebastian Huber <sebastian.huber@…>
config: Generate event manager documentation
06:33 Changeset in rtems-central [d9fa7d6] by Sebastian Huber <sebastian.huber@…>
interfacedoc: Simplify interface references
05:31 Changeset in rtems [4444094d] by Sebastian Huber <sebastian.huber@…>
spmisc01: Include missing header file Update #4032.
05:14 Ticket #4032 (Make deferred free in malloc() support optional) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 7746b0de/rtems: […]
05:10 Changeset in rtems-docs [ba3f265] by Sebastian Huber <sebastian.huber@…>
eng: Add recommendations for attributes Fix formatting.

07/23/20:

16:42 Changeset in rtems-source-builder [91932d0] by Christian Mauderer <oss@…>
rtems-tools: Pick up fix for modern llvm.
14:13 Changeset in rtems-central [51eded1] by Sebastian Huber <sebastian.huber@…>
spec: Add event manager documentation
14:12 Changeset in rtems-central [471eaef] by Sebastian Huber <sebastian.huber@…>
spec: Fix semaphore manager description
13:38 Changeset in rtems-central [b730b19] by Sebastian Huber <sebastian.huber@…>
specdoc: Fix item description
12:03 Changeset in rtems-tools [b09cfc4] by Kinsey Moore <kinsey.moore@…>
tester: Add a53_ilp32_qemu.ini
11:54 Ticket #4032 (Make deferred free in malloc() support optional) created by Sebastian Huber
The free() implementation in RTEMS supports that allocated memory is …
10:45 Changeset in rtems-docs [db22500] by Sebastian Huber <sebastian.huber@…>
c-user: Improve refs and formatting in appl config The formatting is generated through references within the specification. Update #3994.
10:41 Changeset in rtems-central [895ca28] by Sebastian Huber <sebastian.huber@…>
Update rtems submodule
10:41 Changeset in rtems-central [e6371d9] by Sebastian Huber <sebastian.huber@…>
spec: Fix rtems_isr_entry for some CPU ports
10:40 Changeset in rtems-central [ea321f4] by Sebastian Huber <sebastian.huber@…>
validation: Use <rtems/test.h> instead of <t.h>
08:30 Changeset in rtems-docs [ba6825c] by Sebastian Huber <sebastian.huber@…>
c-user: Split up event manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
06:42 Changeset in rtems [33314eb] by Sebastian Huber <sebastian.huber@…>
bsps/clock: Fix fast idle clock tick support If we interrupt a thread dispatch critical section (thread dispatch disable level != ISR nest level), then we should not do the fast idle mode since this may delay an ongoing system call forever.

07/22/20:

12:41 Changeset in rtems [21c7e3a] by Jan Sommer <jan.sommer@…>
i386: Fix possible race condition on first context restore Make sure that the esp is restored before the eflags register. When the init task is initially restored, system interrupts are activated when the eflags register is loaded. If the esp register still points to an address in the interrupt stack area (from early system initlization) the ISR might overwrite its own stack. Closes #4031
12:41 Changeset in rtems [849d7418]5 by Jan Sommer <jan.sommer@…>
i386: Fix possible race condition on first context restore Make sure that the esp is restored before the eflags register. When the init task is initially restored, system interrupts are activated when the eflags register is loaded. If the esp register still points to an address in the interrupt stack area (from early system initlization) the ISR might overwrite its own stack. Closes #4030
12:38 Ticket #4031 (i386: ISR can overwrite its own stack during system initialization (cloned)) created by Jan Sommer
Cloned from #4030: ---- During testing the rtems-libbsd examples, we …
12:38 Ticket #4030 (i386: ISR can overwrite its own stack during system initialization) created by Jan Sommer
During testing the rtems-libbsd examples, we experienced GP exceptions …
07:23 GSoC/2020 edited by Richi Dubey
Richi's 22nd July meeting notes (diff)
04:39 GSoC/2020 edited by niteesh
(diff)
04:05 GSoC/2020 edited by Gedare Bloom
Weekly update (diff)
03:37 GSoC/2020 edited by UTKARSH RAI
(diff)

07/21/20:

14:38 Changeset in rtems-docs [21fa28c] by Sebastian Huber <sebastian.huber@…>
eng: Update test framework chapter Document the dynamic text fixtures, utility functions, and the interrupt test support. Reorder some sections and reword some paragraphs based on review comments. Update #3199.
13:22 Changeset in rtems [1fab972] by Sebastian Huber <sebastian.huber@…>
score: Improve _Thread_Start() description
06:45 Changeset in rtems [b2ff5fe] by Sebastian Huber <sebastian.huber@…>
spintrcritical_support: Remove This test support was replaced by T_interrupt_test() is no longer used.
05:32 Changeset in rtems [23b9debe] by Sebastian Huber <sebastian.huber@…>
spintrcritical23: Use T_interrupt_test()
05:19 Changeset in rtems [38636e23] by Sebastian Huber <sebastian.huber@…>
spintrcritical20: Use T_interrupt_test()

07/20/20:

17:18 Changeset in rtems [031e824] by Sebastian Huber <sebastian.huber@…>
spintrcritical16: Use T_interrupt_test()
15:44 Changeset in rtems [1c2e05d4] by Sebastian Huber <sebastian.huber@…>
spintrcritical15: Use T_interrupt_test()
14:35 Changeset in rtems [5020a28] by Sebastian Huber <sebastian.huber@…>
spintrcritical13/14: Use T_interrupt_test()
14:12 Changeset in rtems [a231276] by Sebastian Huber <sebastian.huber@…>
spintrcritical09: Use T_interrupt_test()
13:57 Changeset in rtems [aebdd1da] by Sebastian Huber <sebastian.huber@…>
spintrcritical18: Use T_interrupt_test()
13:24 Changeset in rtems [8cbba449] by Sebastian Huber <sebastian.huber@…>
spintrcritical11/12: Use T_interrupt_test()
12:00 Changeset in rtems [5f66ac86] by Sebastian Huber <sebastian.huber@…>
spintrcritical08: Use T_interrupt_test()
11:07 Changeset in rtems [21f7333] by Sebastian Huber <sebastian.huber@…>
spintrcritical01/2/3/4/5: Use T_interrupt_test()
10:51 Changeset in rtems [59ee3020] by Sebastian Huber <sebastian.huber@…>
spintrcritical21: Use T_interrupt_test()
10:13 Changeset in rtems [28313958] by Sebastian Huber <sebastian.huber@…>
spintrcritical06/spintrcritical07: Remove tests These two tests check conditions which no longer exist in the thread queue implementation. The are obsolete since the change to use red-black trees for the priority queues.
09:50 Changeset in rtems [857a65d] by Sebastian Huber <sebastian.huber@…>
psxintrcritical01: Use T_interrupt_test()
05:46 Changeset in rtems [02c9eb85] by Christian Mauderer <christian.mauderer@…>
bsps/fdt: Make sure data is cache aligned The cache of the fdt blob is flushed after copy. Therefore it should be aligned.
05:45 Changeset in rtems [6b795cd7] by Sebastian Huber <sebastian.huber@…>
spintrcritical24: Use T_interrupt_test()
05:28 Changeset in rtems [dddc9a58] by Sebastian Huber <sebastian.huber@…>
libtest: Add quiet assert NULL pointer checks Update #3199.
Note: See TracTimeline for information about the timeline view.