Timeline



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.

07/18/20:

20:55 Changeset in rtems [1414e71] by Sebastian Huber <sebastian.huber@…>
spintrcritical22: Use T_interrupt_test()
20:22 Changeset in rtems [be2f9d7] by Sebastian Huber <sebastian.huber@…>
spintrcritical10: Use T_interrupt_test()
18:09 Changeset in rtems [c9d2405] by Sebastian Huber <sebastian.huber@…>
libtest: Add rtems_test_run() Update #3199.
14:05 Changeset in rtems [35d9af69] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_CHECK_FMT Rename internal function T_check_true() to T_check() and use the new flag T_CHECK_FMT to indicate if a format string is present. This is a preparation step to make the format string optional. Make the check context the first parameter. The API remains the same. Update #3199.
12:41 Changeset in rtems [d702c9f4] by Sebastian Huber <sebastian.huber@…>
libtest: Make check message optional This macro magic is in line with C11 and C++11, but limits the maximum count of arguments. Update #3199.

07/17/20:

19:24 Changeset in rtems [467ef5b4] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_unreachable() Update #3199.
19:21 Changeset in rtems [7781404] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_stop() Update #3199.
17:42 Changeset in rtems [cc3fd8fc] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_interrupt_test() Update #3199.
12:49 Changeset in rtems [af92665] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_get_one_clock_tick_busy() Update #3199.
12:40 Changeset in rtems [e3e3b871] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_busy() Update #3199.
11:46 Changeset in rtems [361404e8] by Sebastian Huber <sebastian.huber@…>
libtest: Move <t.h> to <rtems/test.h> Update #3199.
11:36 Changeset in rtems [9de8d61] by Sebastian Huber <sebastian.huber@…>
libtest: <rtems/test.h> to <rtems/test-info.h> Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
09:22 Ticket #3020 (Review tests using CONFIGURE_DISABLE_SMP_CONFIGURATION) closed by Sebastian Huber
invalid: This configuration options was removed in RTEMS 5.1.
05:54 Changeset in rtems [29a73d8] by Christian Mauderer <christian.mauderer@…>
bsp/imx: Use GPIOs for SPI CS The chip select lines of the iMX SPI module doesn't work well for a generic API like the one RTEMS uses. The existing solution only worked in some special cases and had odd bugs when trying transfers of different sizes (like deselecting between each byte for lengths that are not dividable by 4). With this patch the same approach like on FreeBSD or Linux is used: Treat the CS lines as GPIOs. Update 3869
05:54 Changeset in rtems [0f4b911c] by Christian Mauderer <christian.mauderer@…>
bsp/imx: Add a GPIO driver Update 3869

07/16/20:

13:08 Ticket #4028 (i386: SMP-System hangs with non-consecutive APIC IDs) closed by Jan Sommer <jan.sommer@…>
fixed: In a1f9265c/rtems: […]
13:01 Ticket #4029 (i386: SMP-System hangs with non-consecutive APIC IDs) closed by Jan Sommer <jan.sommer@…>
fixed: In 9cb107c9/rtems: […]
11:55 GSoC/2020 edited by Richi Dubey
Richi's meeting notes for 15th July 2020 (diff)
11:07 Changeset in rtems-central [83fe0c2] by Sebastian Huber <sebastian.huber@…>
specdoc: Make section texts configurable
10:16 Changeset in rtems-central [87b5457] by Sebastian Huber <sebastian.huber@…>
specdoc: Make label prefix configurable

07/15/20:

15:48 Ticket #4029 (i386: SMP-System hangs with non-consecutive APIC IDs) created by Jan Sommer
If a processor enumerates its cores non-consecutively (e.g. 0,2,4,8 …
15:36 Ticket #4028 (i386: SMP-System hangs with non-consecutive APIC IDs) created by Jan Sommer
If a processor enumerates its cores non-consecutively (e.g. 0,2,4,8 …
08:04 Changeset in rtems-central [e49c759] by Sebastian Huber <sebastian.huber@…>
Rename "rtemsqual" in "rtemsspec"
07:58 Changeset in rtems-central [1dc8ffb] by Sebastian Huber <sebastian.huber@…>
Rename "external" in "modules"

07/14/20:

07:37 Changeset in rtems-docs [31b1d88] by Sebastian Huber <sebastian.huber@…>
user: Mention replacements for removed APIs
05:50 Ticket #4027 (arm: The FPSCR and FPEXC registers do not have thread storage duration) created by Sebastian Huber
A save/restore must be added to the interrupt and context switch …
05:27 Ticket #3991 (Remove deprecated Thread typedef) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a3ed4219/rtems: […]
05:27 Ticket #3586 (Remove deprecated proc_ptr definition) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 53a5af2/rtems: […]
05:27 Ticket #3584 (Remove types which are only available if RTEMS_DEPRECATED_TYPES is defined) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2adf328/rtems: […]
05:27 Ticket #3594 (Remove deprecated rtems_thread_cpu_usage_t) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 312fcf2/rtems: […]
05:27 Ticket #3592 (Remove deprecated region_information_block) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1546b1c0/rtems: […]
05:26 Ticket #3590 (Remove deprecated rtems_context_fp) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f8998f1/rtems: […]
05:26 Ticket #3588 (Remove deprecated rtems_context) closed by Sebastian Huber <sebastian.huber@…>
fixed: In df2dac3/rtems: […]
05:26 Ticket #3596 (Remove deprecated rtems_rate_monotonic_period_time_t) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 65dc040/rtems: […]
05:26 Ticket #3988 (Remove deprecated rtems_extension) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6a3fcd4/rtems: […]
05:26 Ticket #3990 (Remove deprecated rtems_get_processor_count()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 13a4b880/rtems: […]
05:26 Ticket #3989 (Remove deprecated rtems_get_current_processor()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e4215e43/rtems: […]
05:26 Ticket #3420 (Deprecate/obsolete rtems_io_lookup_name) closed by Sebastian Huber <sebastian.huber@…>
fixed: In dc4879b/rtems: […]
05:26 Ticket #3980 (Remove deprecated <rtems/system.h>) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 39c2e28/rtems: […]
05:26 Ticket #3981 (Remove _Copyright_Notice from API header file) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 479b2bf/rtems: […]
05:26 Ticket #3979 (Remove RTEMS_MAXIMUM_NAME_LENGTH) closed by Sebastian Huber <sebastian.huber@…>
fixed: In b3686d7/rtems: […]
05:26 Ticket #3978 (Move _RTEMS_version to implementation header file) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9039011/rtems: […]

07/11/20:

07:42 Ticket #4026 (RTEMS tools fails to build under RSB 4.11) created by Patrick Roncagliolo
Hello everyone, I was trying to build the toolchain for RTEMS 4.11, …

07/09/20:

08:21 Changeset in rtems [3a95a07d] by Christian Mauderer <christian.mauderer@…>
media-server: Add ability for retry. This adds the possibility to request a retry in the media-listener if an operation failed. Usefull for example if you want to automatically reformat a disk if it wasn't possible to mount it.

07/08/20:

11:35 Ticket #4025 (NFS Client is broken on 64-bit targets) created by Sebastian Huber
Cloned from #4024.
11:33 Ticket #4024 (NFS Client is broken on 64-bit targets) created by Sebastian Huber
Packed and unpacked structures are mixed leading to invalid XDR …
11:13 Changeset in rtems-libbsd [03d7f76]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
nfsclient: Next attempt to fix 64-bit targets In serporidok use the same structures used to hand over to the XDR encode/decode routines. We must not mix packed and unpacked structures. Update #4025.
11:13 Changeset in rtems-libbsd [80640fc]5-freebsd-125.1-freebsd-12 by Sebastian Huber <sebastian.huber@…>
nfsclient: Next attempt to fix 64-bit targets In serporidok use the same structures used to hand over to the XDR encode/decode routines. We must not mix packed and unpacked structures. Close #4024.
11:13 Changeset in rtems-libbsd [b35ea8c] by Sebastian Huber <sebastian.huber@…>
nfsclient: Next attempt to fix 64-bit targets In serporidok use the same structures used to hand over to the XDR encode/decode routines. We must not mix packed and unpacked structures. Close #4025.
09:17 Changeset in rtems-libbsd [77938ac] by Sebastian Huber <sebastian.huber@…>
build: Ensure mandatory compiler/linker flags
09:17 Changeset in rtems-libbsd [f1f0362]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
build: Ensure mandatory compiler/linker flags
08:53 Changeset in rtems [6014fad] by Christian Mauderer <christian.mauderer@…>
bsps/beagle: Remove some debug output from I2C.
08:21 Changeset in rtems-libbsd [26866d2]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix linker errors with minimal build set
08:21 Changeset in rtems-libbsd [c60c10e] by Sebastian Huber <sebastian.huber@…>
Fix linker errors with minimal build set
04:33 GSoC/2020 edited by Richi Dubey
Richi's meeting notes for 8th July 2020 (diff)
04:31 GSoC/2020 edited by niteesh
(diff)
04:14 GSoC/2020 edited by niteesh
(diff)
04:01 GSoC/2020 edited by Gedare Bloom
Weekly update (diff)
03:59 GSoC/2020 edited by Mritunjay Kumar Sharma
(diff)
03:06 GSoC/2020 edited by UTKARSH RAI
(diff)

07/07/20:

13:05 Changeset in rtems-docs [b6a1d39] by Sebastian Huber <sebastian.huber@…>
user: Add v5 to v6 migration help
13:01 Ticket #3941 (Remove epiphany architecture support) closed by Sebastian Huber
fixed: I updated also the release notes.
11:43 Changeset in rtems-central [79568741] by Sebastian Huber <sebastian.huber@…>
content: Add CContent.add_includes() test case
08:40 Changeset in rtems-central [813f520] by Sebastian Huber <sebastian.huber@…>
content: Add CContent.add_paragraph()
07:30 Changeset in rtems-central [067a6cf] by Sebastian Huber <sebastian.huber@…>
content: Move get value handlers for Doxygen
07:09 Changeset in rtems-central [b155fbb] by Sebastian Huber <sebastian.huber@…>
applconfig: Add Doxygen output
06:53 Changeset in rtems-central [6a0e467] by Sebastian Huber <sebastian.huber@…>
spec: Avoid Sphinx-specific :file:
06:49 Changeset in rtems-central [b29dd73] by Sebastian Huber <sebastian.huber@…>
spec: Use ${...} references in /if/acfg/* This allows generation of Sphinx and Doxygen output.
05:46 Changeset in rtems-central [6a14df1] by Sebastian Huber <sebastian.huber@…>
content: Rename add_spdx_license_identifier()
05:33 Changeset in rtems-docs [5a412bd] by Sebastian Huber <sebastian.huber@…>
c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimum
05:29 Changeset in rtems-docs [17aca24]5 by Sebastian Huber <sebastian.huber@…>
common: Remove probably superfluous import The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_')
05:29 Changeset in rtems-docs [6b52a48] by Sebastian Huber <sebastian.huber@…>
common: Remove probably superfluous import The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_')
Note: See TracTimeline for information about the timeline view.