Timeline



06/29/21:

21:30 Changeset in rtems-tools [70d1935] by Kinsey Moore <kinsey.moore@…>
tester: Add zu3eg test configs Add tester configurations for ILP32 and LP64 on hardware.
21:01 Ticket #4416 (rtems-exeinfo.cpp: Division or modulo by zero errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 7d3b8ac/rtems-tools: […]
21:01 Ticket #4415 (ReportsBase.cc: Division or modulo by float zero error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In ffbf313/rtems-tools: […]
16:04 Changeset in rtems [4515ccf] by Gedare Bloom <gedare@…>
spec/aarch64: fix abi flags for xilinx_versal_ilp32_vck190
13:57 Changeset in rtems [1465e78a] by Sebastian Huber <sebastian.huber@…>
validation: HasInterruptVectorEntriesInstalled?() Update #3269.
13:37 Changeset in rtems [f89cf8e8] by Sebastian Huber <sebastian.huber@…>
validation: Add CallWithinISR() Update #3269.
13:11 Changeset in rtems [09960369] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_entry_install() Update #3269.
13:10 Changeset in rtems [aa6c962] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_vector_disable() Update #3269.
13:10 Changeset in rtems [7a3e6c7] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_vector_enable() Update #3269.
13:09 Changeset in rtems [d8be2b97] by Sebastian Huber <sebastian.huber@…>
validation: rtems_interrupt_vector_is_enabled() Update #3269.
13:09 Changeset in rtems [e2894df] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_get_attributes() Update #3269.
12:36 Changeset in rtems-central [e71edde] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_vector_disable()
12:06 Changeset in rtems [32f5a195] by Sebastian Huber <sebastian.huber@…>
bsps/irq: bsp_interrupt_vector_disable() Return a status code for bsp_interrupt_vector_disable(). Update #3269.
12:01 Changeset in rtems [bc86a5fa] by Sebastian Huber <sebastian.huber@…>
bsps/irq: bsp_interrupt_vector_enable() Return a status code for bsp_interrupt_vector_enable(). Update #3269.
08:22 Changeset in rtems-central [a52a39f] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_vector_enable()
07:29 Changeset in rtems-central [00862d3] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_get_attributes()
07:05 Changeset in rtems [3dcfdc3b] by Richi Dubey <richidubey@…>
Update test smpstrongapa01 Update smpstrongapa01 to account for task shifting.

06/28/21:

23:48 Ticket #4462 (CID 1437638: Logically dead code) created by Harrison Gerber
In rtems-fdt.c: The indicated dead code may have performed some …
14:36 Changeset in rtems-central [341b08c] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_vector_is_enabled()
13:03 Changeset in rtems [c18b041b] by Kinsey Moore <kinsey.moore@…>
bsps/cadence-spi: Fix moduleid offset Move the moduleid register to the correct offset according to Cadence IP documentation.
12:53 Changeset in rtems [fe6ce5ac] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Implement new directives for GICv2/3 Update #3269.
07:36 Changeset in rtems [eebecd0] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add rtems_interrupt_get_attributes() Add a default implementation which clears the attributes to zero and just returns RTEMS_SUCCESSFUL for valid parameters. Update #3269.
06:44 Changeset in rtems [9832652c] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add rtems_interrupt_raise() Add rtems_interrupt_raise_on() and rtems_interrupt_clear(). Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.
06:20 Changeset in rtems [781213f9] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add rtems_interrupt_vector_is_enabled() Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.

06/27/21:

08:39 Changeset in rtems [01e7c36] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_vector_is_enabled() Update #3269.

06/26/21:

15:55 GSoC/2021 edited by Ida Delphine
(diff)
15:13 Changeset in rtems-central [eb97b54] by Sebastian Huber <sebastian.huber@…>
specview.py: Do not print N/A states
15:09 Changeset in rtems-central [37dd801] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_entry_install()
12:08 GSoC/2021 edited by pranav
(diff)

06/25/21:

18:43 Changeset in rtems-libbsd [8f870a3] by Gedare Bloom <gedare@…>
aarch64/nexus: add GEM definitions for Versal
13:52 Changeset in rtems [e518323] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add rtems_interrupt_entry_install() Add rtems_interrupt_entry_remove(). Split up irq-generic.c into several files. In particular, place all functions which use dynamic memory into their own file. Add optional macros to let the BSP customize the vector installation after installing the first entry and the vector removal before removing the last entry: * bsp_interrupt_vector_install() * bsp_interrupt_vector_remove() Use these new customization options in the m68k/genmcf548x BSP so re-use the generic interrupt controller support. Update #3269.
13:26 Changeset in rtems [70357f1] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Move bsp_interrupt_handler_is_empty() This function is only used by one BSP. Update #3269.
09:06 Changeset in rtems [04c2c08] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Move handler iterate to separate file Update #3269.
08:20 Changeset in rtems [efb3fc2] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Move get/set affinity to separate file Update #3269.
03:35 Changeset in rtems-tools [b1ad7e2] by Alex White <alex.white@…>
covoar/Explanations.cc: Remove unnecessary newline strip This corrects an issue where the starting line numbers of explanations had their last digit removed. This was caused by code left over for handling C file IO where the newline was included in the buffer.

06/24/21:

16:02 Changeset in rtems [17a9103] by Gedare Bloom <gedare@…>
aarch64: whitespace fixes in start.S
15:33 Changeset in rtems [93088fb8] by Gedare Bloom <gedare@…>
bsps/aarch64: replace boot options with asm switch code
15:14 Changeset in rtems [63d9e84] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add bsp_interrupt_check_and_lock() Return RTEMS_INCORRECT_STATE instead of RTEMS_INTERNAL_ERROR in case the interrupt support is not initialized. This is similar to rtems_timer_server_fire_after() for example. Update #3269.
11:11 Changeset in rtems [9b84adb] by Sebastian Huber <sebastian.huber@…>
arm: Fix AARCH32_PMSA_ATTR_XN value Update #4202.
10:20 Changeset in rtems [bb9a4b8] by Sebastian Huber <sebastian.huber@…>
arm: For AArch32 use non-shareable memory The Cortex-R52 does not support cache coherency and the shareable memory attribute. If a region is configured to be shareable, then it falls back to use non-cacheable memory. Update #4202.
10:15 Changeset in rtems [b357680] by Sebastian Huber <sebastian.huber@…>
arm: Fix AArch32 memory attribute defines Update #4202.
06:54 Ticket #4461 (grlib: Register system console as "/dev/console") closed by Sebastian Huber <sebastian.huber@…>
fixed: In 499a89b/rtems: […]
06:26 Changeset in rtems [499a89b] by Sebastian Huber <sebastian.huber@…>
grlib: Register system console as /dev/console Close #4461.
06:25 Ticket #4461 (grlib: Register system console as "/dev/console") created by Sebastian Huber
The driver manager console driver did not register the system console …

06/23/21:

19:20 Changeset in rtems [8416e7c] by Vijay Kumar Banerjee <vijay@…>
bsps/powerpc, bsps/shared: Move remaining legacy networking header files
16:57 Changeset in rtems [26d61c86] by Kinsey Moore <kinsey.moore@…>
bsps/zynq-uart: Make post baud change kick global The existing fix for the ZynqMP UART hardware bug only caught the vast majority of instances where it could occur. To fully fix the data corruption, this fix must be applied after every baud rate change. This makes the logic reset and kick apply in any locations where the baud rate could be changed.
16:01 GSoC/2021 edited by Matthew Joyce
(diff)
08:10 Changeset in rtems-central [65f7a18] by Sebastian Huber <sebastian.huber@…>
Revert "spec: Add unit test link role" This reverts commit dff03a3a98a09ad71970ca3a9d008abf8b718206. This was accidentally committed.
08:06 Changeset in rtems-central [dff03a3] by Sebastian Huber <sebastian.huber@…>
spec: Add unit test link role
06:24 Changeset in rtems [005c79be] by Sebastian Huber <sebastian.huber@…>
bsps: bsp_interrupt_handler_dispatch_unchecked() Add bsp_interrupt_handler_dispatch_unchecked() as an alternative to bsp_interrupt_handler_dispatch(). It may be used if the caller can ensure that the vector number is valid.
06:11 Changeset in rtems [a0a8262] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Fix compile error Fix compile error with RTEMS_DRVMGR_STARTUP = True.
04:31 Changeset in rtems-tools [2650d70] by Gedare Bloom <gedare@…>
tester: add xilinx_versal_lp64_qemu
02:19 Changeset in rtems-docs [7a91021] by Gedare Bloom <gedare@…>
user/bsps: add aarch64 xilinx-versal
02:01 Changeset in rtems [76c6caad] by Gedare Bloom <gedare@…>
bsps/aarch64: add non-secure mode and versal support
01:57 Changeset in rtems [2076129] by Gedare Bloom <gedare@…>
bsps/aarch64: add physical secure timer
01:55 Changeset in rtems [bcad0aae] by Gedare Bloom <gedare@…>
bsps/aarch64: add mnemonic for ICC_IGRPEN1_EL3
01:52 Changeset in rtems [fedd279f] by Gedare Bloom <gedare@…>
bsps/dev/irq: make icspicfgr an indexable array

06/22/21:

19:57 Ticket #4460 (CID 1437647: Explicit null dereferenced) created by Harrison Gerber
A null pointer dereference will occur. In rtems_fdt_unload: …
14:26 Changeset in rtems [b9d5f516] by Sebastian Huber <sebastian.huber@…>
sparc: Move FP frame offset defines to cpuimpl.h This makes them usable in multiple files. Update #4458.
13:40 Changeset in rtems [5c30e3d3] by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Use rtems_interrupt_handler_install() Avoid using set_vector() which depends on _ISR_Vector_table(). Prepare for a statically initialized trap table. Update #4458.
13:28 Changeset in rtems [955c045b] by Sebastian Huber <sebastian.huber@…>
sparc: Move ISR handler install routines Move _CPU_ISR_install_raw_handler() and _CPU_ISR_install_vector() to separate files. The goal is to make their use optional. Update #4458. Update #4459.
13:15 Changeset in rtems [89c1e879] by Sebastian Huber <sebastian.huber@…>
score: Move _ISR_Vector_table[] to separate file The _ISR_Handler_initialization() does not touch the _ISR_Vector_table[]. Move the definition of _ISR_Vector_table[] to a separate file. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
13:11 Changeset in rtems [8d999f30] by Sebastian Huber <sebastian.huber@…>
score: Remove bogus _ISR_Nest_level setting This variable is actually contained in _Per_CPU_Information[] which is already zero initialized. Remove superfluous includes.
13:08 Changeset in rtems [26a09f2c] by Sebastian Huber <sebastian.huber@…>
score: Remove _CPU_Initialize_vectors() This CPU port macro was not used. Since the _ISR_Vector_table[] is statically allocated, CPU ports could initialize this table in _CPU_Initialize() if necessary. Remove _CPU_Initialize_vectors() to simplify the CPU port interface.
06:13 Changeset in rtems [13b18d12] by Sebastian Huber <sebastian.huber@…>
arm: Disable alignment check in PMSA init Disable the alignment check through SCTLR[A] in _AArch32_PMSA_Initialize(). Update #4202.

06/21/21:

18:12 Changeset in rtems [b47dbbc5] by Ryan Long <ryan.long@…>
cpukit: Add timespecisnonnegative to Makefile.am
14:12 Ticket #4450 (cpu/armv7m: MPU initialized incorrect) closed by Christian Mauderer <christian.mauderer@…>
fixed: In 8476715a/rtems: […]
09:24 Changeset in rtems [d73e657e] by Sebastian Huber <sebastian.huber@…>
sparc: More reliable bad trap handling Statically initialize the trap table in start.S to jump to _SPARC_Bad_trap() for all unexpected traps. This enables a proper RTEMS fatal error handling right from the start. Do not rely on the stack and register settings which caused an unexpected trap. Use the ISR stack of the processor to do the fatal error handling. Save the full context which caused the trap. Fatal error handler may use it for error logging. Unify the _CPU_Exception_frame_print() implementations and move it to cpukit. Update #4459.
08:49 Ticket #4459 (Handling of unexpected traps is unreliable on SPARC) created by Sebastian Huber
Currently, all traps without special functions are handled by …
08:15 Ticket #4456 (bsps/i386: TSC calibration inaccurate (cloned)) closed by Jan Sommer <jan.sommer@…>
fixed: In 4925ab4/rtems: […]
08:11 Ticket #4455 (bsps/i386: TSC calibration inaccurate) closed by Jan Sommer <jan.sommer@…>
fixed: In 93f9645/rtems: […]

06/19/21:

12:24 Changeset in rtems [6b7a3858] by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNT Fix an off by one error. Update #3269.
12:15 Changeset in rtems [fdf2ee7] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Default BSP_INTERRUPT_VECTOR_COUNT == 0 Change the default value of BSP_INTERRUPT_VECTOR_COUNT so that no interrupt vectors are supported and all related directives return RTEMS_INVALID_ID. Update #3269.
10:58 Changeset in rtems [900a84c5] by Sebastian Huber <sebastian.huber@…>
smpcapture02: Fix use of BSP_INTERRUPT_VECTOR_MAX This define represents the last valid interrupt vector number. Update #3269.
10:53 Changeset in rtems [049e2b6] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Remove BSP_INTERRUPT_VECTOR_NUMBER Replace it with BSP_INTERRUPT_VECTOR_COUNT. Update #3269.
10:51 Changeset in rtems [3fee6620] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNT Use BSP_INTERRUPT_VECTOR_COUNT instead of BSP_INTERRUPT_VECTOR_MAX. Update #3269.
10:48 Changeset in rtems [94cf67c] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX This define is no longer used. Update #3269.
10:40 Changeset in rtems [cd5573c] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNT Assert BSP_INTERRUPT_VECTOR_MAX + 1 == BSP_INTERRUPT_VECTOR_COUNT. After building all BSPs with this patch, BSP_INTERRUPT_VECTOR_MAX can be removed and replaced by BSP_INTERRUPT_VECTOR_COUNT. The BSP_INTERRUPT_VECTOR_COUNT allows a default implementation which supports no interrupt vector at all. Using COUNT instead of MAX may avoid some interpretation issues, for example is the maximum value a valid vector number or not. Update #3269.
09:31 Changeset in rtems [f3acb8b] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Assert BSP_INTERRUPT_VECTOR_MIN == 0 After building all BSPs with this patch, this BSP-specific define can be removed to simplify the implementation. Update #3269.
09:25 Changeset in rtems [5210c7c] by Sebastian Huber <sebastian.huber@…>
bsp/generic_or1k: Remove incomplete IRQ support Update #3269.
09:20 Changeset in rtems [4146d39] by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Change BSP_INTERRUPT_VECTOR_MIN This BSP uses a customized implementation of the interrupt extension API. It was the only BSP which defined BSP_INTERRUPT_VECTOR_MIN to a value other than zero. Define it to zero and use a custom bsp_interrupt_is_valid_vector() function instead. Update #3269.

06/18/21:

20:52 Changeset in rtems-tools [654e090] by Alex White <alex.white@…>
covoar/Explanations.cc: Handle newline at end of file
17:28 Changeset in rtems [7a140e2e] by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Add a symbol for each trap table entry This makes it easier to review start.o and set break points to trap table entries. This change was checked by inspecting the trap table in start.o with objdump. Update #4458.
17:20 Changeset in rtems [c07e238] by Andre Przywara <andre.przywara@…>
fdtget: Fix signedness comparisons warnings With -Wsign-compare, compilers warn about a mismatching signedness in the different legs of the conditional operator, in fdtget.c. In the questionable expression, we are constructing a 16-bit value out of two unsigned 8-bit values, however are relying on the compiler's automatic expansion of the uint8_t to a larger type, to survive the left shift. This larger type happens to be an "int", so this part of the expression becomes signed. Fix this by explicitly blowing up the uint8_t to a larger *unsigned* type, before doing the left shift. And while we are at it, convert the hardly readable conditional operator usage into a sane switch/case expression. This fixes "make fdtget", when compiled with -Wsign-compare. Signed-off-by: Andre Przywara <andre.przywara@…> Message-Id: <20210618172030.9684-3-andre.przywara@…> Signed-off-by: David Gibson <david@…>
14:44 Changeset in rtems [be96cb43] by Sebastian Huber <sebastian.huber@…>
sparc: Simplify trap table initialization Move _ISR_Handler() to a separate file since it is now only used if a handler is installed by _CPU_ISR_install_raw_handler(). Statically initialize the traps for external interrupts to use the new _SPARC_Interrupt_trap() which directly dispatches the interrupt handlers installed by rtems_interrupt_handler_install() via the BSP-provided _SPARC_Interrupt_dispatch(). Since the trap table is now fully statically initialized, there is no longer a dependency on the Cache Manager in the default configuration. Update #4458.
13:57 Ticket #4458 (Simplify trap table initialization) created by Sebastian Huber
Currently, the trap table is statically initialized (see start.S). …
09:46 Ticket #3853 (Add and use project-wide glossary to documentation) closed by Sebastian Huber
fixed: Glossary term handling is implemented in: https://git.rtems.org/rtems-central/
09:27 Ticket #3073 (Improve configuration of interrupt servers) closed by Sebastian Huber
fixed: Fixed by #4033.
09:07 Ticket #2338 (rtems/c/src/lib/libbsp/arm/nds/tools/ndstool/source/header.cpp:418: ...) closed by Sebastian Huber
wontfix: The sources are no longer present.
09:07 Ticket #2337 (rtems/c/src/lib/libbsp/arm/nds/tools/ndstool/source/passme.cpp:107: ...) closed by Sebastian Huber
wontfix: The sources are no longer present.
08:47 Ticket #2330 (nios2 missing atomics, fails to link C++) closed by Sebastian Huber
fixed
08:46 Ticket #2322 (2.5. Distributing and Archiving A Build) closed by Sebastian Huber
wontfix: No activity for several years.
08:45 Ticket #2321 (Distributing and Archiving A Build) closed by Sebastian Huber
wontfix: No activity for several years.
08:44 Ticket #2316 (SPARC simulator SIS BSP) closed by Sebastian Huber
wontfix: No user feedback for several years.
08:42 Ticket #2301 (cpukit is built in BSP, and BSP custom, specific part of build tree ...) closed by Sebastian Huber
wontfix: BSP variants may be added in the new build system for each multilib.
08:39 Ticket #2000 (Re-add removed LINK_OBJS to MP tests) closed by Sebastian Huber
wontfix: Fixed by the new build system.
08:08 Ticket #3726 (Select a requirements engineering tool) closed by Sebastian Huber
fixed: The work to select a requirements management tool was done: https://docs.rtems.org/branches/master/eng/req/tooling.html
05:37 Changeset in rtems [af73b7b6] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Remove BSP_INTERRUPT_VECTOR_MIN Remove BSP_INTERRUPT_VECTOR_MIN and unconditionally let interrupt vector numbers start with zero. The BSP_INTERRUPT_VECTOR_MIN == 0 invariant was tested by the previous commit and building all BSPs. Update #3269.

06/17/21:

21:05 Ticket #4383 (covoar keeps DWARF info in memory too long) closed by Alex White <alex.white@…>
fixed: In ac56fce/rtems-tools: […]
20:02 Changeset in rtems [e613068e] by Kinsey Moore <kinsey.moore@…>
aarch64: add support to drop EL3 to EL2
15:47 Changeset in rtems [73fcbf4] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Use rtems_interrupt_entry Update #3269.
15:35 Changeset in rtems [61d0be72] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGE Remove the support for BSP_INTERRUPT_NO_HEAP_USAGE. This was only used by one BSP and provides no real benefit. Update #3269.
14:17 GSoC/2021 edited by Ida Delphine
(diff)
14:01 Changeset in rtems [3ee19b7a] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Change license to BSD-2-Clause Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
14:01 Changeset in rtems [8d4382b]5 by Sebastian Huber <sebastian.huber@…>
bsps/irq: Change license to BSD-2-Clause Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
13:16 Changeset in rtems [81358d7] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_entry_install() Add RTEMS_INTERRUPT_ENTRY_INITIALIZER(), rtems_interrupt_entry_initialize(), and rtems_interrupt_entry_remove(). This allows to install interrupt handlers using user-provided storage as an alternative to rtems_interrupt_handler_install() which has to allocate memory. Update #3269.
12:20 Changeset in rtems-central [b04d86d] by Sebastian Huber <sebastian.huber@…>
spec: Add interrupt entry directives
12:02 GSoC/2021 edited by Matthew Joyce
(diff)
11:40 Changeset in rtems [96265c8] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_vector_enable() Add rtems_interrupt_vector_disable(). Update #3269.
11:37 Changeset in rtems [5e33aec] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_get_attributes() Add a directive to query the attributes of an interrupt vector. This can be used for generic tests and system diagnostics. Update #3269.
11:17 Changeset in rtems [c4eafae2] by Sebastian Huber <sebastian.huber@…>
rtems: Generate <rtems/irq-extension.h> Use <rtems/score/chain.h> which just provides the data types and avoid a dependency on <rtems/chain.h> which contains the full chain implementation. Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3269. Update #3899. Update #3993.

06/16/21:

17:06 Changeset in rtems-central [cdb62c9] by Sebastian Huber <sebastian.huber@…>
validation: Split file
12:54 GSoC/2021 edited by Matthew Joyce
(diff)
12:24 GSoC/2021 edited by Matthew Joyce
(diff)
12:23 GSoC/2021 edited by Matthew Joyce
(diff)
12:11 GSoC/2021 edited by pranav
(diff)
10:37 Changeset in rtems [abe2d15] by Sebastian Huber <sebastian.huber@…>
rtems: Fix rtems_task_set_affinity() docs
10:37 Changeset in rtems-central [9c2bfab] by Sebastian Huber <sebastian.huber@…>
spec: Fix parameter direction
06:50 Changeset in rtems [ba937459] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_raise() Add rtems_interrupt_raise_on(). Document the currently not implemented rtems_interrupt_clear(). Remove the not implemented and badly named rtems_interrupt_cause() directive. Update #3269.
06:37 Changeset in rtems-central [2ffb38e] by Sebastian Huber <sebastian.huber@…>
spec: Add interrupt vector directives
06:00 Changeset in rtems [6c23252] by Richi Dubey <richidubey@…>
Update Strong APA Scheduler This change allows for the migration of higher priority tasks on the arrival of a lower priority task limited by affinity constraints. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.

06/15/21:

16:44 Changeset in rtems-libbsd [7e71191] by Sebastian Huber <sebastian.huber@…>
README: Mention SMP requirements
16:44 Changeset in rtems-libbsd [ec8eacc]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
README: Mention SMP requirements
10:28 Changeset in rtems [98cef40] by Sebastian Huber <sebastian.huber@…>
score: Comment _Thread_queue_Surrender_sticky() The change also helps to avoid reports from static analysers since most callers of _Thread_queue_Make_ready_again() check the unblock status.
09:37 Changeset in rtems [f89a527] by Sebastian Huber <sebastian.huber@…>
arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR() Update #4202.
06:38 Changeset in rtems-central [45b1ab5] by Sebastian Huber <sebastian.huber@…>
interface: Fix mapper prefix
00:42 Changeset in rtems-lwip [5857da3] by Vijay Kumar Banerjee <vijay@…>
lwip: Add bbb and tms570 drivers + Add networking01 and telnetd01 tests
Note: See TracTimeline for information about the timeline view.