Timeline



08/14/20:

21:18 Ticket #4051 (libbsd test fails to build) closed by Chris Johns
fixed: Fix, the right branch is being used.
21:17 Ticket #4049 (RTEMS version number 5.1 breaks RTEMS version code) closed by Chris Johns
fixed: Fixed on the 5 branch of rtems-release.git.
19:57 Changeset in rtems-libbsd [66019c3] by Jan Sommer <jan.sommer@…>
i386: Delete old machine dependent files - The files in the i386 directory have been moved to common x86 directories by FreeBSD: - freebsd/sys/i386/include/machine/bus.h - freebsd/sys/x86/include/machine/legacyvar.h - freebsd/sys/x86/include/machine/specialreg.h - Add header files in rtemsbsd directory to direct compiler to new files
19:57 Changeset in rtems-libbsd [514ffab] by Jan Sommer <jan.sommer@…>
iflib.c: Deactivate use of ifc_cpus - cpusets and SMP are currently not supported in libbsd for RTEMS - Disable the ifc_cpus context variable and replace its usage, essentially hard-coding for cpu 0
19:57 Changeset in rtems-libbsd [5cfbb62] by Jan Sommer <jan.sommer@…>
Callout: Redefine callout_reset_on for rtems - callout_reset_on takes a cpu which is ignored by the subsequent call to callout_reset_sbt_on in RTEMS. - The macro is redefined to discard the cpu argument directly which enables uses of it with cpu-dependent variables (disabled in RETMS) without further changes, e.g. in iflib.c.
19:57 Changeset in rtems-libbsd [cc1b050] by Jan Sommer <jan.sommer@…>
i386: Add missing files to build system - Update FreeBSD files in libbsd.py to required by i386 based BSPs - Add missing files e1000 network driver (iflib*)
19:57 Changeset in rtems-libbsd [56fd376] by Jan Sommer <jan.sommer@…>
e1000: Add missing files
19:51 Ticket #4053 ([libbsd] e1000 driver not working for i386 based BSP in current ...) created by Jan Sommer
Cloned from #4052: ---- Current rtems-libbsd "5" branch fails to …
19:50 Ticket #4052 ([libbsd] e1000 driver not working for i386 based BSP in current ...) created by Jan Sommer
Current rtems-libbsd master branch fails to compile the e1000 driver …
16:40 Changeset in rtems-central [91c90d3] by Sebastian Huber <sebastian.huber@…>
validation: Add ${step/123} support
07:56 Changeset in rtems [c7289484] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_push_plan() and T_pop_plan() Update #3199.
06:57 Changeset in rtems-central [48d7a68] by Sebastian Huber <sebastian.huber@…>
spec: Unify test attribute keys
06:13 Changeset in rtems-central [3e9b695] by Sebastian Huber <sebastian.huber@…>
validation: Add test header for test cases
05:46 Changeset in rtems-docs [83a3522] by Sebastian Huber <sebastian.huber@…>
eng: Add test header to test case Update #3715.
05:42 Changeset in rtems-docs [1a48655] by Sebastian Huber <sebastian.huber@…>
eng: Remove test name attribute Derive the test name from the item UID. Update #3715.
05:41 Changeset in rtems-central [b7e749b] by Sebastian Huber <sebastian.huber@…>
spec: Add test header to test case item type
05:25 Changeset in rtems-central [65d5906] by Sebastian Huber <sebastian.huber@…>
validation: Fix typos
05:23 Changeset in rtems-central [ed25048] by Sebastian Huber <sebastian.huber@…>
items: Add Item.spec
05:19 Changeset in rtems-central [09213e2] by Sebastian Huber <sebastian.huber@…>
validation: Use dictionary to gather items

08/13/20:

17:00 Changeset in rtems [13acd90] by Sebastian Huber <sebastian.huber@…>
libtest: Use a destructor Do not set up a new test steps environment. Update #3199.
15:26 Changeset in rtems [5a03ce8] by Frank Mehnert <frank.mehnert@…>
libfdt: fix fdt_check_node_offset_ w/ VALID_INPUT fdt_check_node_offset_() checks for a valid offset but also changes the offset by calling fdt_next_tag(). Hence, do not skip this function if ASSUME_VALID_INPUT is set but only omit the initial offset check in that case. As this function works very similar to fdt_check_prop_offset_(), do the offset check there as well depending on ASSUME_VALID_INPUT. Message-Id: <1913141.TlUzK5foHS@noys4> Signed-off-by: David Gibson <david@…>
12:47 Changeset in rtems-central [8e0b1ae] by Sebastian Huber <sebastian.huber@…>
validation: Update due to test API changes
09:37 Changeset in rtems-docs [3d22529] by Sebastian Huber <sebastian.huber@…>
user: Fix format
09:37 Changeset in rtems-docs [49f7e05]55.1 by Sebastian Huber <sebastian.huber@…>
user: Fix format Update #3859.
09:33 Changeset in rtems [72960bc7] by Sebastian Huber <sebastian.huber@…>
libtest: Change T_step() and T_assert_step() Normally, the expected test step must be a compile time constant. Allow variable expected test steps for the T_step() and T_assert_step(). This can be used for parameterized test loops with individual fixtures. Remove the ability to use custom failure messages due to some implementation constraints. Update #3199.
08:44 Ticket #4051 (libbsd test fails to build) created by Chris Johns
[…]
08:09 Changeset in rtems [33eb113] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_check_steps() Update #3199.
07:59 Changeset in rtems [5383d4db] by Sebastian Huber <sebastian.huber@…>
libtest: Add fixture steps Support a new test plan for each nested fixture. Update #3199.
07:01 Changeset in rtems [cbc1ba3] by Sebastian Huber <sebastian.huber@…>
libtest: Use line buffer in T_check() Update #3199.
05:45 Changeset in rtems [a7af34d0] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_do_is_runner() Update #3199.
05:44 Changeset in rtems [5d614fd] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_puts() Update #3199.
05:33 Changeset in rtems [e67eff2] by Sebastian Huber <sebastian.huber@…>
libtest: Add output buffer drain and fill Update #3199.
04:48 Ticket #2842 (Change C11 threads support to use Classic tasks instead of POSIX threads) closed by Sebastian Huber
fixed: The POSIX thread support is always enabled in RTEMS 5.1. There is no need to change the implementation of C11 threads.
03:12 Ticket #4050 (Change verson details to be version.revision) created by Chris Johns
The RTEMS version code expects major.minor.revision to support …
03:08 Ticket #4049 (RTEMS version number 5.1 breaks RTEMS version code) created by Chris Johns
The rtems.git code assumes major.minor.revision and changing it to …
01:44 Changeset in rtems-source-builder [40af487d] by Chris Johns <chrisj@…>
Move 5 build sets to 6 - Move 5/bsps/* to bsps/* - Update package build references from 5 to 6 - Remove 5 build sets. Update #4048
01:25 Changeset in rtems-source-builder [b64a3b3]5 by Chris Johns <chrisj@…>
5/kernel, 5/libbsd: Update the head of the 5 branch

08/12/20:

16:13 GSoC/2020 edited by Richi Dubey
Richi's note for 11th Meeting (diff)
15:51 GSoC/2020 edited by Gedare Bloom
Weekly update (diff)
15:05 GSoC/2020 edited by UTKARSH RAI
(diff)
14:57 Changeset in rtems [5a8114c6] by Sebastian Huber <sebastian.huber@…>
libtest: Change fixture scope method Return the produced character count. There is no need for a NUL termination. Update #3199.
06:58 Ticket #4048 (Move RTEMS 5 BSP and package build sets and configs to RTEMS 6) created by Chris Johns
Move the BSP build sets with the related packages to RTEMS 6. Update …
06:56 Ticket #3886 (Fail an RSB build with --mail option if a repo is not clean) closed by Chris Johns
fixed: Replying to Gedare Bloom: > What about for users that want to mail their builds to a non-public destination? The user could make a local commit? If this does not matter then this ticket can be closed with wontfix.
06:43 Changeset in rtems-central [12d50d1] by Sebastian Huber <sebastian.huber@…>
items: Add recursive ItemMapper? substitution
06:04 Changeset in rtems-central [877756f] by Sebastian Huber <sebastian.huber@…>
items: Return key path in ItemMapper?.map()
05:58 Changeset in rtems-central [17858d8] by Sebastian Huber <sebastian.huber@…>
items: Add normalize_key_path()
03:17 Changeset in rtems-source-builder [dc98903] by Chris Johns <chrisj@…>
sb/track: Only output unreferenced configs with the option
03:09 Ticket #4014 (RSB RTEMS 5 Post Branch Clean) closed by Chris Johns
fixed
03:03 Ticket #4021 (PowerPC for libbsd does not build) closed by Chris Johns <chrisj@…>
fixed: In 5284e812/rtems: […]

08/11/20:

12:48 Ticket #4016 (shm_unlink uses uninitialized obj_err on successful return from ...) closed by Kinsey Moore <kinsey.moore@…>
fixed: In e95c00a7/rtems: […]
08:41 Changeset in rtems [5869c647] by Aschref Ben Thabet <aschref.ben-thabet@…>
rtems/printer.h Fix build warnings -Wclass-memaccess
08:03 Changeset in rtems [01677dd] by Sebastian Huber <sebastian.huber@…>
spintrcritical23: Restore runner priority
07:45 Changeset in rtems [5d7ab6b] by Aschref Ben Thabet <aschref.ben-thabet@…>
libtests/dl10: Delete unused functions
06:48 Changeset in rtems-central [1d3866a] by Sebastian Huber <sebastian.huber@…>
content: Add to_camel_case()
06:48 Changeset in rtems-central [91df79c] by Sebastian Huber <sebastian.huber@…>
validation: Remove explicit test names
03:40 Changeset in rtems-docs [967999b] by Chris Johns <chrisj@…>
user: Add the RSB sb-track command Updates #4036
02:50 Changeset in rtems-docs [441d2e1] by Chris Johns <chrisj@…>
user, eclipse: Remove RSB sb-bootstrap command Update #4046
02:41 Changeset in rtems-docs [089f619] by Chris Johns <chrisj@…>
user: Remove RSB sb-builder command Updates #4045
02:33 Changeset in rtems-docs [b71f7f69] by Chris Johns <chrisj@…>
user, README: Add Python script host set up information - Add Python3 and venv to the README - Add a section on how to set up a host if the python command is not available. Update #4037
01:36 Changeset in rtems-source-builder [4da24fb]5 by Chris Johns <chrisj@…>
bare/libusb: Fix the configuration and add a hash Updates #4014
00:49 Changeset in rtems-source-builder [673f9ad]5 by Chris Johns <chrisj@…>
5: Remove unused configuration files for the release Updates #4014

08/10/20:

23:03 Ticket #4046 (Remove RSB sb-bootstrap command) closed by Chris Johns <chrisj@…>
fixed: In a863b15/rtems-source-builder: […]
23:03 Ticket #4045 (Remove RSB sb-builder command) closed by Chris Johns <chrisj@…>
fixed: In 481bbd1/rtems-source-builder: […]
23:03 Ticket #4036 (Track dependency command for the RSB) closed by Chris Johns <chrisj@…>
fixed: In 1241819/rtems-source-builder: […]
15:27 Ticket #4047 (RSB 4.11 fails to build rtems-tools) created by Patrick Roncagliolo
I checked out RSB on branch 4.11. The execution of the following …
10:49 Changeset in rtems-central [abd798c] by Sebastian Huber <sebastian.huber@…>
spec: Fix typo
06:52 Changeset in rtems-source-builder [a863b15] by Chris Johns <chrisj@…>
sb/bootstrap: Remove the sb-bootstrap command Closes #4046
06:21 Changeset in rtems-source-builder [481bbd1] by Chris Johns <chrisj@…>
sb/builder: Remove sb-builder command Closes #4045
06:16 Ticket #4044 (Add RSB Track command) closed by Chris Johns
duplicate: Duplicate of #4036.
05:52 Ticket #4046 (Remove RSB sb-bootstrap command) created by Chris Johns
Bootstrapping is going away with the new build system and until then …
05:50 Ticket #4045 (Remove RSB sb-builder command) created by Chris Johns
This command is now always wrapped bu the set builder. There is no …
05:45 Ticket #4044 (Add RSB Track command) created by Chris Johns
Add a comment to track the RSB build set and configuration files.
05:13 Ticket #3859 (No output from joel scripts in telnet) closed by Chris Johns <chrisj@…>
fixed: In 95036a45/rtems: […]
04:49 Changeset in rtems-source-builder [1241819] by Chris Johns <chrisj@…>
sb/track: Add a command to track build sets. - Process a build set for a range of hosts and output a dependency tree, the used build set and configuration files. - Output the configuration files that are no referenced Closes #4036

08/08/20:

08:07 Changeset in rtems [20b1bdb] by Chris Johns <chrisj@…>
shell: Only clear std handles when the shell task exits Clearing the std file handles when the main loop exited crashes telnetd as it reuses its session threads.
08:07 Changeset in rtems [95036a45]5 by Chris Johns <chrisj@…>
shell: Only clear std handles when the shell task exits Clearing the std file handles when the main loop exited crashes telnetd as it reuses its session threads. Closes #3859

08/07/20:

18:30 Changeset in rtems [c1354f0] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_thread_switch_record() Add support to record thread switch events. This can be used to check that a blocking operation results in the expected sequence of thread switches. Update #3199.
18:30 Changeset in rtems [20c79bf] by Sebastian Huber <sebastian.huber@…>
libtest: Constify Update #3199.
16:07 Changeset in rtems [f933b65] by Sebastian Huber <sebastian.huber@…>
libtest: Improve T_check_task_context Update #3199.
09:09 Changeset in rtems-central [40bb555] by Sebastian Huber <sebastian.huber@…>
validation: Clarify skip action transitions
08:08 Changeset in rtems-central [2ac3803] by Sebastian Huber <sebastian.huber@…>
spec: Update RTEMS_ZERO_LENGTH_ARRAY
06:45 Changeset in rtems-docs [03e0601] by Sebastian Huber <sebastian.huber@…>
common: Fix pale color of HTML definition terms
05:32 Changeset in rtems-docs [7811c76] by Sebastian Huber <sebastian.huber@…>
eng: Add Doxyfile update to release process
05:31 Changeset in rtems [6626ed50] by Sebastian Huber <sebastian.huber@…>
Doxyfile: Change version to 6.0.0 Update #4020.
05:24 Ticket #3994 (Generate Doxygen markup for the application configuration options) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e812f81/rtems: […]
05:12 Changeset in rtems-docs [63764a6] by Sebastian Huber <sebastian.huber@…>
c-user: Add automatically generated warning Update #3994.
05:10 Changeset in rtems-docs [5cb493e] by Sebastian Huber <sebastian.huber@…>
eng: Add reference to unspecified interfaces Update #3715.
04:57 Changeset in rtems-central [c4e460d] by Sebastian Huber <sebastian.huber@…>
content: Add Content.comment_block()
04:56 Changeset in rtems-central [33681ff] by Sebastian Huber <sebastian.huber@…>
applconfig: Add automatically generated warning
04:43 Ticket #4043 (Update software eng manual to rtems-central) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e2abac7/rtems-docs: […]

08/06/20:

17:44 Changeset in rtems [6894e2f4] by Sebastian Huber <sebastian.huber@…>
Remove accidentally committed file
17:12 Changeset in rtems [32f1f747] by Sebastian Huber <sebastian.huber@…>
libtest: Fix T_interrupt_test() in SMP configs Update #3199.
13:22 Changeset in rtems-central [aae12a9] by Sebastian Huber <sebastian.huber@…>
spec: Fix formatting
13:03 Changeset in rtems-central [79684a5] by Sebastian Huber <sebastian.huber@…>
applconfig: Add references for unspec interfaces
12:31 Changeset in rtems-central [5c3d2c7] by Sebastian Huber <sebastian.huber@…>
spec: Add references for some C types and defines
12:30 Changeset in rtems [e812f81] by Sebastian Huber <sebastian.huber@…>
Document application configuration options Add a new directory for Doxygen-specific documentation content. Add a Doxygen only header file containing documentation of the application configuration options. The header file is generated from specification items. Close #3994.
12:26 Changeset in rtems-central [61376c4] by Sebastian Huber <sebastian.huber@…>
spec: Add reference to unspecified interfaces
11:30 Changeset in rtems-docs [5158395] by Sebastian Huber <sebastian.huber@…>
user: Add shell environment migration aid
11:30 Changeset in rtems-docs [cb4358c]5 by Sebastian Huber <sebastian.huber@…>
user: Add shell environment migration aid Update #3859.
11:21 Changeset in rtems-libbsd [13421d06]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
telnet: Use rtems_shell_dup_current_env() Update #3859.
11:21 Changeset in rtems-libbsd [b1e67a2] by Sebastian Huber <sebastian.huber@…>
telnet: Use rtems_shell_dup_current_env() Update #3859.
11:21 Changeset in rtems-libbsd [d964a67]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
telnet: Use rtems_shell_dup_current_env() Update #3859.
08:27 Changeset in rtems-central [35d9ba4] by Sebastian Huber <sebastian.huber@…>
spec: Improve references in appl config options
08:26 Changeset in rtems-central [48e355a] by Sebastian Huber <sebastian.huber@…>
spec: Add more unspecified interfaces
08:24 Changeset in rtems-central [e9312e2] by Sebastian Huber <sebastian.huber@…>
applconfig: Improve interface mappings
08:23 Changeset in rtems-central [a89a5c6] by Sebastian Huber <sebastian.huber@…>
content: Improve CContent.doxyfy() Add replacement for :file:xyz.
07:58 Changeset in rtems-docs [3e8e301] by Sebastian Huber <sebastian.huber@…>
eng: Add more variants of unspecified interfaces Update #3715.
07:31 Changeset in rtems-central [361cf38] by Sebastian Huber <sebastian.huber@…>
spec: Improve formatting
07:30 Changeset in rtems-docs [cbb49c6] by Sebastian Huber <sebastian.huber@…>
c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM Improve formatting.
07:16 Changeset in rtems-docs [e1e0408] by Sebastian Huber <sebastian.huber@…>
eng: Partially revert previous commit The previous commit contained more than just a typo fix. Remove this part. Update #3715.
07:15 Changeset in rtems-docs [9633e98] by Sebastian Huber <sebastian.huber@…>
eng: Add test case attributes Update #3715.
07:11 Changeset in rtems-docs [bac4398] by Sebastian Huber <sebastian.huber@…>
eng: Fix typo Update #3715.
07:09 Changeset in rtems-central [486da1b] by Sebastian Huber <sebastian.huber@…>
specdoc: Fix typo
06:47 Ticket #3859 (No output from joel scripts in telnet) reopened by Sebastian Huber
The telnet shell […] used in the libbsd test code is now broken: […] How should the code be instead?

08/05/20:

17:48 Changeset in rtems-docs [83e13b7] by Sebastian Huber <sebastian.huber@…>
eng: Add application config options how-to Update #3715.
12:49 Changeset in rtems-libbsd [3e4ebf3] by Sebastian Huber <sebastian.huber@…>
Conditionally include <bsp/linker-symbols.h> Remove superfluous <bsp.h> include.
12:49 Changeset in rtems-libbsd [bd7e6ee]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Conditionally include <bsp/linker-symbols.h> Remove superfluous <bsp.h> include.
12:24 Changeset in rtems-docs [e2abac7] by Sebastian Huber <sebastian.huber@…>
eng: Refer to the rtems-central repository Close #4043.
11:54 Changeset in rtems [6c4ca83] by Aschref Ben Thabet <aschref.ben-thabet@…>
psxhdrs/strncpy/stpncpy: Fix string turncation warning Since we need to test the strncpy function, using a character array with a fixed array size in this case in place of character pointer can avoid the string turncation warning.
11:21 Changeset in rtems-libbsd [1ec5f5e] by Sebastian Huber <sebastian.huber@…>
racoon: Change type due to Newlib API changes
11:21 Changeset in rtems-libbsd [c4233ce]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
racoon: Change type due to Newlib API changes
07:19 Changeset in rtems [da27e96] by Sebastian Huber <sebastian.huber@…>
score: Document _Scheduler_Try_to_schedule_node()
07:18 Changeset in rtems [d2c98c1] by Sebastian Huber <sebastian.huber@…>
dev/sc16is752: Fix declaration
05:01 Ticket #4039 (arm/atsam/SC16IS752: Make interrupt server configurable (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1b421585/rtems: […]
05:00 Ticket #4038 (arm/atsam/SC16IS752: Make interrupt server configurable) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 534f9dbe/rtems: […]
04:45 GSoC/2020 edited by niteesh
(diff)
04:30 GSoC/2020 edited by Richi Dubey
Richi's meeting notes: 5th August (diff)
04:08 GSoC/2020 edited by Gedare Bloom
Weekly update (diff)
00:25 Ticket #4043 (Update software eng manual to rtems-central) created by Chris Johns
https://docs.rtems.org/branches/master/eng/req/howto.html Update to …

08/04/20:

10:27 Changeset in rtems [81631de] by Sebastian Huber <sebastian.huber@…>
smpschededf02: Document reset() function
10:01 Changeset in rtems-central [a581446] by Sebastian Huber <sebastian.huber@…>
validation: Fix N/A scope description
07:14 Changeset in rtems-central [82426ed] by Sebastian Huber <sebastian.huber@…>
validation: Add test context support
07:04 Changeset in rtems-central [e3e1de7] by Sebastian Huber <sebastian.huber@…>
validation: Add test cleanup
06:27 Ticket #4041 (dosfs: Memory leak on failed mount attempts) closed by Christian Mauderer <christian.mauderer@…>
fixed: In 4a2ac5e/rtems: […]
06:25 Ticket #4042 (dosfs: Memory leak on failed mount attempts (cloned)) closed by Christian Mauderer <christian.mauderer@…>
fixed: In 87fdb20/rtems: […]
06:22 Ticket #4042 (dosfs: Memory leak on failed mount attempts (cloned)) created by Christian Mauderer
Cloned from #4041: ---- If the mount for a dosfs (FAT) fails, the …
06:22 Ticket #4041 (dosfs: Memory leak on failed mount attempts) created by Christian Mauderer
If the mount for a dosfs (FAT) fails, the converter that is used to …
05:08 Changeset in rtems-central [c127fb3] by Sebastian Huber <sebastian.huber@…>
validation: Add test early preparation
04:58 Changeset in rtems-central [6135d0a] by Sebastian Huber <sebastian.huber@…>
validation: Move action code to separate function

08/03/20:

19:00 Ticket #4040 (coverhd.h remnants left to remove) created by Joel Sherrill
coverhd.h has been removed but there are as least two remnants to …
12:18 Changeset in rtems [4a2ac5e]5 by Christian Mauderer <christian.mauderer@…>
dosfs: Fix memory leak on failed mounts. Currently if mount fails, a converter isn't destroyed. We have to take care of two cases: 1. The user doesn't provide a converter. In this case mounting a dosfs creates a default converter. This patch makes sure that the converter is destroyed again if mount failes for this case. 2. The user provides a converter. In this case it's not sure that the dosfs specific routines are reached because mount can fail before that. Therefore the user has to destroy the converter himself again. This patch adds a documentation for that and implements it in the media server. Closes #4041.
12:18 Changeset in rtems [87fdb20] by Christian Mauderer <christian.mauderer@…>
dosfs: Fix memory leak on failed mounts. Currently if mount fails, a converter isn't destroyed. We have to take care of two cases: 1. The user doesn't provide a converter. In this case mounting a dosfs creates a default converter. This patch makes sure that the converter is destroyed again if mount failes for this case. 2. The user provides a converter. In this case it's not sure that the dosfs specific routines are reached because mount can fail before that. Therefore the user has to destroy the converter himself again. This patch adds a documentation for that and implements it in the media server. Closes #4042.
10:59 Changeset in rtems-central [db9e90c] by Sebastian Huber <sebastian.huber@…>
spec: Specify Event Manager
10:27 Changeset in rtems-central [175bfcc] by Sebastian Huber <sebastian.huber@…>
spec: Add SMP support to validation test suite
10:16 Changeset in rtems [95d37b6] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use _Assert()
09:46 Changeset in rtems [9566538] by Sebastian Huber <sebastian.huber@…>
termios: Make rtems_termios_ttyMutex private This mutex is used to maintain termios internal data structures.
08:25 Changeset in rtems [2ae557eb] by Sebastian Huber <sebastian.huber@…>
score: Use flexible-array member for C99 and later This addresses compiler warnings like this: warning: array subscript 0 is outside the bounds of an interior zero-length array 'abc[0]' [-Wzero-length-bounds]
07:45 Ticket #4039 (arm/atsam/SC16IS752: Make interrupt server configurable (cloned)) created by Sebastian Huber
Cloned from #4038.
07:42 Changeset in rtems [1b421585] by Sebastian Huber <sebastian.huber@…>
arm/atsam: Make interrupt server configurable The external UART over SPI device SC16IS752 uses the interrupt server for interrupt processing. The interrupt server is also heavily used by libbsd. The interrupt processing for the SC16IS752 is time critical and doesn't work if network traffic is processed at the same priority. With #4033 custom interrupt servers are available. Change atsam_sc16is752_spi_create() to support user-defined interrupt servers. Introduced atsam_sc16is752_spi_config to cut down the argument count of this function. Close #4039.
07:42 Changeset in rtems [534f9dbe]5 by Sebastian Huber <sebastian.huber@…>
arm/atsam: Make interrupt server configurable The external UART over SPI device SC16IS752 uses the interrupt server for interrupt processing. The interrupt server is also heavily used by libbsd. The interrupt processing for the SC16IS752 is time critical and doesn't work if network traffic is processed at the same priority. With #4033 custom interrupt servers are available. Change atsam_sc16is752_spi_create() to support user-defined interrupt servers. Introduced atsam_sc16is752_spi_config to cut down the argument count of this function. Close #4038.
07:41 Ticket #4038 (arm/atsam/SC16IS752: Make interrupt server configurable) created by Sebastian Huber
The external UART over SPI device SC16IS752 uses the interrupt server …
06:55 Ticket #4034 (Add rtems_interrupt_server_create() and ...) reopened by Sebastian Huber
Tests are pending.
06:52 Ticket #4034 (Add rtems_interrupt_server_create() and ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c60942ea/rtems: […]
06:51 Ticket #4033 (Add rtems_interrupt_server_create() and rtems_interrupt_server_destroy()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 5eb07731/rtems: […]

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 …
Note: See TracTimeline for information about the timeline view.