Timeline



07/29/21:

14:43 Ticket #4469 (rtems-exeinfo.cpp: Not restoring ostream format errors spotted by Coverity) reopened by Ryan Long
14:43 Ticket #4470 (CoverageMapBase.cc: Not restoring ostream format error spotted by Coverity) reopened by Ryan Long
14:43 Ticket #4471 (ReportsHtml.cc: Not restoring ostream format error spotted by Coverity) reopened by Ryan Long
14:42 Ticket #4472 (ReportsText.cc: Not restoring ostream format error spotted by Coverity) reopened by Ryan Long
12:48 Changeset in rtems [d999f865] by Sebastian Huber <sebastian.huber@…>
rtems: Generate <rtems/bspIo.h> Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group. Add all source files to the group. Update #3899. Update #3993. Update #4482.
11:05 Changeset in rtems-central [1ccc248] by Sebastian Huber <sebastian.huber@…>
spec: Specify kernel input/output support
07:46 Changeset in rtems-central [353a102] by Sebastian Huber <sebastian.huber@…>
spec: Specify some cache manager directives
07:14 Changeset in rtems [0ea26384] by Sebastian Huber <sebastian.huber@…>
bsps/cache: Optimize smp_cache_broadcast() Directly call the handler on the executing processor instead of doing this indirectly via a per-CPU job.
06:48 Changeset in rtems [6c39df7e] by Sebastian Huber <sebastian.huber@…>
score: Change _SMP_Send_message() parameter type Use the processor control to specify the target processor since this is what the callers have available.
06:40 Changeset in rtems [c61b855c] by Sebastian Huber <sebastian.huber@…>
score: Assert job properties in _Per_CPU_Add_job()
06:34 Changeset in rtems [98a5751] by Sebastian Huber <sebastian.huber@…>
score: Add _Per_CPU_Submit_job()
06:05 Changeset in rtems [59168e2a] by Sebastian Huber <sebastian.huber@…>
score: Split SMP multicast action module Split up the SMP multicast action module since the use of the SMP multicast action variants depend on the architecture and BSP.
05:49 Changeset in rtems-libbsd [882425f]6-freebsd-12 by Chris Johns <chrisj@…>
kern/sys: Add NFSv4 client Update #4475
03:35 Changeset in rtems-libbsd [6138f24]6-freebsd-12 by Chris Johns <chrisj@…>
kern/sys: Import NFS and NFS file system client Update #4475
03:24 Changeset in rtems-libbsd [c6dbc96]6-freebsd-12 by Chris Johns <chrisj@…>
kern/sys: Add the kernel RPC and XDR support Updates #4475

07/28/21:

20:14 Changeset in rtems-tools [a08a564] by Ryan Long <ryan.long@…>
Remove app_common and all references to it - Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
20:10 Changeset in rtems-tools [d607f42] by Ryan Long <ryan.long@…>
app_common: Remove functions and macros - Moved functions from app_common to the file they are used - Got rid of FileIsNewer?() since it's not being used - Removed macros
19:39 Changeset in rtems-tools [7f7ad03] by Ryan Long <ryan.long@…>
Remove TargetInfo? global variable - Remove TargetInfo? from app_common - Created the targetInfo_m member variable in CoverageReaderBase?, TraceWriterBase?, and ObjdumpProcessor? - Made functions to set the value of targetInfo_m
19:08 Changeset in rtems [2802896] by Sebastian Huber <sebastian.huber@…>
score: Return value in _SMP_Process_message()
18:06 Changeset in rtems-tools [b93e8dd] by Ryan Long <ryan.long@…>
Remove BranchInfoAvailable? global variable - Removed BranchInfoAvailable? from app_common - Created member variable in CoverageReaderBase? and ReportsBase? and a function to get the value of the member variable
17:20 Changeset in rtems-tools [a1d0e55] by Ryan Long <ryan.long@…>
Remove SymbolsToAnalyze? global variable - Removed SymbolsToAnalyze? from app_common and replaced it with the symbolsToAnalyze_m member variable in DesiredSymbols?, GcovData?, and ObjdumpProcessor? - Added a parameter to constructors to initialize symbolsToAnalyze_m - Moved the definition of objdumpLine_t out of ObjdumpProcessor? to make it work with DesiredSymbols?
17:02 Changeset in rtems [6e82e9e8] by Sebastian Huber <sebastian.huber@…>
libcsupport: Consistent rtems_putc() output Use the same function to output the '\r\n' combination produced by rtems_putc(). Fix the format. Change licence according to file history. Update #3053.
14:48 Changeset in rtems [79b94a2d] by Sebastian Huber <sebastian.huber@…>
libcsupport: Fix TOCTOU in getchark() Use the same function pointer value to check against NULL and call the function (if non-NULL). Fix format, add Doxygen comments, and reduce includes.
14:29 Changeset in rtems [34099baa] by Sebastian Huber <sebastian.huber@…>
libtest: Return fixture context in T_case_begin() This makes it similar to T_push_fixture().
14:28 Changeset in rtems-central [c8bb49f] by Sebastian Huber <sebastian.huber@…>
validation: Support freestanding test cases
13:23 Changeset in rtems-tools [d5178b8] by Ryan Long <ryan.long@…>
Remove input buffer global variables - Removed input buffers from app_common and added them as a local variable to functions where inputBuffer was being used - Added #define for MAX_LINE_LENGTH in files where it is used - Changed Explanations::load to use a string instead of a C-string
12:41 Changeset in rtems [8b65b574] by Sebastian Huber <sebastian.huber@…>
score: Canonicalize _CPU_Fatal_halt() Move _CPU_Fatal_halt() declaration to <rtems/score/cpuimpl.h> and make sure it is a proper declaration of a function which does not return. Fix the type of the error code. If necessary, add the implementation to cpu.c. Implementing _CPU_Fatal_halt() as a function makes it possible to wrap this function for example to fully test _Terminate().
11:11 Changeset in rtems [f799b452] by Sebastian Huber <sebastian.huber@…>
score: Move per-CPU jobs support Add percpujobs.c to contain the per-CPU jobs implementation.
11:06 Changeset in rtems [70ec9bd] by Sebastian Huber <sebastian.huber@…>
score: Remove SMP message multicast/broadcast Remove the unused _SMP_Send_message_multicast() and _SMP_Send_message_broadcast().
07:59 Changeset in rtems-central [e51c38b] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:16 Changeset in rtems-central [a54146c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:16 Changeset in rtems-central [0306ae5] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
07:15 Changeset in rtems-central [d16869e] by Sebastian Huber <sebastian.huber@…>
config.yml: Update enabled
06:45 Changeset in rtems-docs [18746fb] by Sebastian Huber <sebastian.huber@…>
c-user: Remove _Internal_errors_What_happened This global object no longer exists.
06:13 Changeset in rtems-libbsd [3da45ae]6-freebsd-12 by Chris Johns <chrisj@…>
freebsd/sys: Import RPC and XDR support Update #4475

07/27/21:

22:56 Changeset in rtems-tools [df75483] by Ryan Long <ryan.long@…>
Remove outputDirectory global variable - Replaced outputDirectory in app_common with a local variable in covoar() - Created the outputDirectory_m member variable - Added parameters to Reports* constructors to initialize outputDirectory_m and non member functions
21:41 Changeset in rtems-tools [987d912] by Ryan Long <ryan.long@…>
Remove projectName global variable - Replaced projectName in app_common with a local variable in covoar() - Changed datatype to string - Changed conditionals to reflect this - Created projectName_m member variable for ReportsBase? - Added parameter to Reports* constructors to initialize projectName_m
21:16 Changeset in rtems-tools [283e6fd] by Ryan Long <ryan.long@…>
Remove dynamicLibrary global variable - Replaced dynamicLibrary in app_common with local variables - Changed data type to string - Changed conditionals to reflect this
21:02 Changeset in rtems-tools [c159160] by Ryan Long <ryan.long@…>
Remove Verbose global variable Replaced Verbose in app_common with local variables that are passed as a parameter into numerous functions
20:32 Changeset in rtems-tools [d566c2f] by Ryan Long <ryan.long@…>
Remove objdumpProcessor global variable - Replaced objdumpProcessor in app_common with a local variable in TraceConverter?.cc and covoar.cc - Added objdumpProcessor as a parameter for GenerateReports?() and the processFile() member function of TraceReaderBase? and its derived classes - Changed previous objdumpProcessor member functions calls from pointer to direct call syntax
19:50 Changeset in rtems-tools [75111a1] by Ryan Long <ryan.long@…>
ReportsHtml?.cc: Initialize lastState_m When not initialized, an extra code segment would be added to annotated.html
19:49 Changeset in rtems-tools [0c6f57a] by Ryan Long <ryan.long@…>
Remove AllExplanations? global variable - Replaced AllExplanations? in app_common with a local variable in covoar() - Added the allExplanations_m member variable to ReportsBase? - Added a parameter to ReportsBase? and its derived classes' constructors to initialize allExplanations_m - Added parameter to GenerateReports?() to pass the variable from covoar() to the constructors for Reports*
18:42 Ticket #4472 (ReportsText.cc: Not restoring ostream format error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In df484a5/rtems-tools: […]
18:42 Ticket #4471 (ReportsHtml.cc: Not restoring ostream format error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In f7887ec/rtems-tools: […]
18:42 Ticket #4470 (CoverageMapBase.cc: Not restoring ostream format error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In d417918/rtems-tools: […]
18:42 Ticket #4469 (rtems-exeinfo.cpp: Not restoring ostream format errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In e146927/rtems-tools: […]
11:40 Changeset in rtems [cbb1103] by Sebastian Huber <sebastian.huber@…>
score: Simplify SMP processor state handling The per-CPU states which control the SMP system initialization were added quite early during the SMP support development. Replace this initial implementation with a simplified one. There is no longer a global SMP lock required which serialized the state changes of all processors. The new implementation better integrates with the per-CPU jobs.
09:08 Changeset in rtems [4adaed73] by Sebastian Huber <sebastian.huber@…>
score: Remove processor event broadcast/receive Remove _CPU_SMP_Processor_event_broadcast() and _CPU_SMP_Processor_event_receive(). These functions are hard to use since they are subject to the lost wake up problem.
08:09 Changeset in rtems [bf338f04] by Sebastian Huber <sebastian.huber@…>
score: Remove _Internal_errors_What_happened Users have access to the fatal error source and code though the fatal error extension. The user-specific fatal error handling should be done in statically initialized fatal error handlers. The _Internal_errors_What_happened was updated after the fatal error extension. In addition, there was no API to get the information stored in _Internal_errors_What_happened. In SMP configurations, this object could contain a mix of different fatal errors. Remove this object to save some bytes of storage.
07:58 Changeset in rtems [c7b4eca7] by Sebastian Huber <sebastian.huber@…>
bsps/irq: bsp_interrupt_facility_initialize() Do not return a status code in bsp_interrupt_facility_initialize() since this leads to unreachable code in bsp_interrupt_initialize(). Use RTEMS_DEBUG assertions in bsp_interrupt_facility_initialize() if necessary.
07:41 Changeset in rtems-libbsd [f700edc]6-freebsd-12 by Chris Johns <chrisj@…>
waf: Fix clashing symbols in the user land symbols Update #4475
07:39 Changeset in rtems-libbsd [59f652fe]6-freebsd-12 by Chris Johns <chrisj@…>
Implement portable kernel symbol namespace tool - The script's use of sort proved to not be portable - No need to check the commits as symbols are only added - Regenerated kernel header to reset the sort order Update #4475
06:11 Changeset in rtems-central [b7a8cf3] by Sebastian Huber <sebastian.huber@…>
spec: Specify APBUART support functions
05:50 Ticket #3269 (Make the IRQ extensions API a standard API) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 056886f/rtems-docs: […]

07/26/21:

20:52 Changeset in rtems [3647725] by Kinsey Moore <kinsey.moore@…>
bsps/shared: Add PSCI SMP startup support This adds the SMP function that supports spinup of additional CPU cores using the ARM standard PSCI inteface. This interface is provided by QEMU as well as ARM Trusted Firmware running in monitor mode (EL3) on ARMv7 and AArch64 CPUs. This supports activation va SMC or HVC instructions depending on BSP configuration.
20:43 Changeset in rtems [5f652cb2] by Kinsey Moore <kinsey.moore@…>
cpukit: Add AArch64 SMP Support This adds SMP support for AArch64 in cpukit and for the ZynqMP BSPs.
13:58 Changeset in rtems-central [568342a] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_interrupt_handler_iterate()
13:53 Changeset in rtems [67c033d3] by Sebastian Huber <sebastian.huber@…>
validation: Test rtems_interrupt_handler_iterate() Update #3269.
13:19 Changeset in rtems-central [ffd083c] by Sebastian Huber <sebastian.huber@…>
spec: Improve validation test Cover also bsp_interrupt_handler_dispatch_unchecked().
12:40 Changeset in rtems-central [d77baf8] by Sebastian Huber <sebastian.huber@…>
spec: Specify support directives
12:23 Changeset in rtems-central [738bd49] by Sebastian Huber <sebastian.huber@…>
spec: Simplify test descriptions
12:15 Changeset in rtems-central [3bec871] by Sebastian Huber <sebastian.huber@…>
spec: Fix status specification
11:57 Changeset in rtems-central [115c284] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
11:57 Changeset in rtems-central [1062dc1] by Sebastian Huber <sebastian.huber@…>
spec: Fix rtems_object_get_local_node() validation
11:12 Changeset in rtems-central [004ee94] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
11:11 Changeset in rtems-central [80cbbed] by Sebastian Huber <sebastian.huber@…>
spec: Fix bsp_interrupt_spurious() validation
10:13 Changeset in rtems-central [1d0351c] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_object_get_local_node()
10:00 Changeset in rtems-central [27a681d] by Sebastian Huber <sebastian.huber@…>
spec: Specify status directives
09:23 Changeset in rtems-central [0769d59] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:23 Changeset in rtems-central [af941ca] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:14 Changeset in rtems-central [6c80527] by Sebastian Huber <sebastian.huber@…>
spec: Adjust rtems_interrupt_get_affinity()

07/25/21:

17:29 Ticket #4481 (Define and use proper _init and _fini symbols for MicroBlaze) created by Alex White
GCC currently defines __init and __fini (double underscore) …
15:09 Changeset in rtems [827c6ca] by Sebastian Huber <sebastian.huber@…>
build: Remove superfluous library from rcxx01
15:08 Changeset in rtems [cc0bd08] by Sebastian Huber <sebastian.huber@…>
build: Bring Item.link() in line with waf link The LDFLAGS are placed after the static libraries in the standard waf link command, see "waflib/Tools/c.py" in the waf sources.

07/24/21:

00:31 Changeset in rtems-libbsd [ac4db4c]6-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd: Remove DHCP init wrapper - Object files cannot config init and resided in libbsd.a Update #4475

07/23/21:

14:48 Changeset in rtems-central [d382499] by Sebastian Huber <sebastian.huber@…>
config.yml: Update extra files
14:32 Changeset in rtems-central [038f8f1] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
14:26 Changeset in rtems-central [a415045] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
14:00 Changeset in rtems [78b83601] by Sebastian Huber <sebastian.huber@…>
bsps: Fix bsp_fatal_extension() The heap protection is conditional.
09:03 Changeset in rtems-central [50aea7a] by Sebastian Huber <sebastian.huber@…>
spec: Remove always enabled interrupt attribute
08:47 Changeset in rtems-central [fc3586f] by Frank Kühndel <frank.kuehndel@…>
spec: Fix unstable test of clock manager The tests of specification get-tod.yml and set.yml were expecting that no more than five ticks pass between consecutive calls to rtems_clock_set() and rtems_clock_get_tod(). Yet, in coverage tests this limit was exceeded. * All tests are placed in a test suite without clock driver so that all ticks must be triggered by the test suite. * The grace period of five ticks has been removed. * Test which require that the realtime clock has not been set manipulate RTEMS internal data with _TOD.is_set = false. The old function get_tod_before_set_tod() has been removed in favor of this new solution.
06:45 Changeset in rtems [ebdfa24b] by Sebastian Huber <sebastian.huber@…>
build: Merge default-by-family into by-variant Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.

07/22/21:

14:41 Changeset in rtems-central [e579dbc] by Sebastian Huber <sebastian.huber@…>
spec: Fix typos
14:14 Changeset in rtems-central [b2f87ba] by Sebastian Huber <sebastian.huber@…>
spec: Rename "cause" in "raise"
12:52 Changeset in rtems-central [4f5f877] by Sebastian Huber <sebastian.huber@…>
specview.py: Filter items by validated status
09:20 Changeset in rtems-central [306c315] by Sebastian Huber <sebastian.huber@…>
spec: Fix link which produced a cycle
05:28 Changeset in rtems-central [b31b812] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
01:50 Changeset in rtems-libbsd [1739d74]6-freebsd-12 by Chris Johns <chrisj@…>
freebsd/sys: Import VFS support Update #4475

07/21/21:

19:20 Changeset in rtems [217bf7be] by Sebastian Huber <sebastian.huber@…>
build: Add "bsps/" prefix to BSP family enable BSP family and BSP variant names may be equal. This prefix avoids ambiguity in the enabled-by expressions.
17:17 Changeset in rtems [25f126e] by Sebastian Huber <sebastian.huber@…>
score: Regenerate <rtems/score/basedefs.h> Reflect renamed specification item.
15:57 Packages/LWIP edited by Vijay Kumar Banerjee
(diff)
14:12 Changeset in rtems-central [8b34a18] by Sebastian Huber <sebastian.huber@…>
specview.py: Display link roles
13:54 Changeset in rtems-central [1f0f040] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
13:42 Changeset in rtems-central [61bd4d5] by Sebastian Huber <sebastian.huber@…>
config.yml: Use gr712rc BSP
07:59 Changeset in rtems-libbsd [e56b5cb]6-freebsd-12 by Chris Johns <chrisj@…>
kern: Add kernel trace support (KTR) Update #4475
05:59 Changeset in rtems-central [94ac94d] by Sebastian Huber <sebastian.huber@…>
spec: Reorder some interface groups
05:22 Changeset in rtems-libbsd [9800a0f]6-freebsd-12 by Chris Johns <chrisj@…>
kern: Import kern_ktr.c Update #4475
05:16 Changeset in rtems [350f501a] by Chris Johns <chrisj@…>
bsp: Remove fatal from exit(0). Add extended heap error output
03:46 Changeset in rtems-libbsd [c7427fc]6-freebsd-12 by Chris Johns <chrisj@…>
kern: Add a proc0 - Provides the thread's proc pointer and with that access to creds Update #4475

07/20/21:

22:41 Changeset in rtems-libbsd [761fd693]6-freebsd-12 by Chris Johns <chrisj@…>
kern: Import kern_prot.c fnd kern_resource.c for proc0 Update #4475
21:02 Changeset in rtems-libbsd [c5e81a2]6-freebsd-12 by Joel Sherrill <joel@…>
linker_set.h: Add alignof implementation for when not C11 or C++11 The default implementation was completely broken. Use the GCC specific alignof if compiling for C99 or C++03. If not C++11, C11, or GCC, then it is an error.
18:27 Ticket #4473 (AddressToLineMapper.h: Pointer to local outside scope error spotted by ...) closed by Alex White <alex.white@…>
fixed: In 2380886/rtems-tools: […]
14:49 Changeset in rtems [2aff2d03] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Move leon3_power_down_loop()
13:51 Changeset in rtems-tools [68348ad] by Ryan Long <ryan.long@…>
rtems-utils.h: Create ostream_guard
13:37 Changeset in rtems [8c9daf5] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Move system control register support Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
07:42 Changeset in rtems-central [62d7a6f] by Sebastian Huber <sebastian.huber@…>
specview.py: Substitute attributes during view This helps to catch invalid attribute references.
07:29 Changeset in rtems-central [9278d49] by Sebastian Huber <sebastian.huber@…>
spec: Fix glossary references
06:24 Changeset in rtems-libbsd [46a15fa]6-freebsd-12 by Chris Johns <chrisj@…>
sys/kern: Add lockmgr support - See man lockmgr - Implement the lock_object and move the RTEMS mutex to that object - Add debug support to track the locks with gdb Update #4475
04:09 Changeset in rtems-libbsd [e1ca99b]6-freebsd-12 by Chris Johns <chrisj@…>
testsuite: Optionally allow all command in a shell Update #4475

07/19/21:

14:29 Changeset in rtems [32ff602] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Move and simplify bsp_irq_fixup()
13:43 Changeset in rtems [1577a48] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Remove <leon.h> include form <bsp.h> The <leon.h> header file contains a lot of implementation details. Hide them from <bsp.h>.
09:06 Changeset in rtems [31494546] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_L2CACHE_BASE
09:05 Changeset in rtems [37880fc6] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use new L2CACHE register block API
08:57 Changeset in rtems-libbsd [2a01430]6-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd: Catch timeout overflows Update #4475
08:57 Ticket #4475 (Add NFSv4 client support to libbsd) created by Chris Johns
Add NFSv4 client support to libbsd. The client support is part of …
08:52 Changeset in rtems [ac9c55b] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMER
07:26 Changeset in rtems [d85c505a] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use new GPTIMER register block API

07/18/21:

13:48 Ticket #4474 (module.h not regenerating) created by Husni Faiz
When I built the libbsd with some modules enabled and then agian …

07/16/21:

18:01 Changeset in rtems-tools [2380886] by Alex White <alex.white@…>
AddressToLineMapper?.h: Remove pointer to temporary string CID 1505281: Pointer to local outside scope Closes #4473
17:58 Ticket #4473 (AddressToLineMapper.h: Pointer to local outside scope error spotted by ...) created by Alex White
CID 1505281: Pointer to local outside scope […]
14:07 Changeset in rtems [c77a20e] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use new IRQ(A)MP register block API
13:34 Changeset in rtems-central [938c279] by Sebastian Huber <sebastian.huber@…>
spec: Add IRQ(A)MP support function
12:35 Changeset in rtems [a5f95cb] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Untangle interrupt controller support Separate the probing of the interrupt controller from the initialization.
12:32 Changeset in rtems [b24e8142] by Robin Mueller <robin.mueller.m@…>
STM32H7 ethernet pin corrections These patches were submitted a few months ago, but it was found out that the default-by-family: [] were missing in the GPIO .yml lines. This was fixed in this patch. This patch accounts for different pins for the ETH peripheral on STM32H7 devices. For example, the Nucleo H743ZI has slightly different pins than other STM32H7 boards.
12:15 Changeset in rtems-source-builder [c938bd7] by Robin Mueller <robin.mueller.m@…>
setbuilder minor list-host option This adds a way to print the host triplet Can be useful for cross-compiling toolchains
11:27 Changeset in rtems [36655b8] by Sebastian Huber <sebastian.huber@…>
cpukit: occured -> occurred
09:32 Changeset in rtems [de278269] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTER
09:31 Changeset in rtems [c71e34b] by pranav <dangipranav@…>
bsps: Move optfdt* files to shared parent directory
09:28 Changeset in rtems [3f1186f] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMP
09:19 Changeset in rtems [824556e0] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_IRQAMP_BASE
09:18 Changeset in rtems [8f23579] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_GPTIMER_BASE
08:35 Changeset in rtems [fc97810] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add LEON3_APBUART_BASE
07:06 Changeset in rtems-central [7aa538b] by Sebastian Huber <sebastian.huber@…>
interface: Do not add group dependencies Do not use the interface groups for interface dependencies. Since this could lead to cyclic dependencies. For example, a group could be placed in a header file and the header file could belong to the group.

07/15/21:

17:24 Changeset in rtems-tools [df484a5] by Ryan Long <ryan.long@…>
ReportsText?.cc: Restore ostream format CID 1505940: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4472
17:21 Changeset in rtems-tools [f7887ec] by Ryan Long <ryan.long@…>
ReportsHtml?.cc: Restore ostream format CID 1505939: Not restoring ofstream format Save format of stream before changing it, and change it back before returning. Closes #4471
17:20 Changeset in rtems-tools [d417918] by Ryan Long <ryan.long@…>
CoverageMapBase?.cc: Restore ostream format CID 1503022: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4470
17:00 Changeset in rtems-central [24eb00e] by Sebastian Huber <sebastian.huber@…>
spec: Add APBUART functions
16:24 Changeset in rtems-docs [205f755] by Stephen Clark <stephen.clark@…>
README: Added centOS 8 instructions Added some instructions for setting up CentOS 8.
16:08 Changeset in rtems-docs [84f7c6a] by Stephen Clark <stephen.clark@…>
README: Minor clarifications and fixes Fixed some minor typographical errors. Updated a dead link. Reworded some sentences for clarity.
15:32 Changeset in rtems-tools [e146927] by Ryan Long <ryan.long@…>
rtems-exeinfo.cpp: Restore ostream format CID 1503006: Not restoring ostream format CID 1503007: Not restoring ostream format Used a variable to store the format of the ostream before any changes, and copied what was originally there back into the stream before returning from the function. Closes #4469
14:52 Ticket #4472 (ReportsText.cc: Not restoring ostream format error spotted by Coverity) created by Ryan Long
CID 1505940: Not restoring ostream format in PutSymbolSummaryLine?(). […]
14:51 Changeset in rtems [d0de6fd] by Sebastian Huber <sebastian.huber@…>
score: Add _IO_Relax() This function may be used to burn a couple of processor cycles with minimum impact on the system bus. It may be used in busy wait loops. Since it is a global function, it is possible to wrap it in device driver test code.
14:50 Ticket #4471 (ReportsHtml.cc: Not restoring ostream format error spotted by Coverity) created by Ryan Long
CID 1505939: Not restoring ostream format in PutSymbolSummaryLine?(). […]
14:49 Ticket #4470 (CoverageMapBase.cc: Not restoring ostream format error spotted by Coverity) created by Ryan Long
CID 1503022: Not restoring ostream format in dump(). […]
14:46 Ticket #4469 (rtems-exeinfo.cpp: Not restoring ostream format errors spotted by Coverity) created by Ryan Long
CID 1503006: Not restoring ostream format in …
14:13 Changeset in rtems-source-builder [8c8c374] by Jiri Gaisler <jiri@…>
sis: update to version 2.27
13:32 Changeset in rtems-central [5f3d5fa8] by Sebastian Huber <sebastian.huber@…>
validation: Support test cases in build objects
13:31 Changeset in rtems-docs [238b48f9] by Christian Mauderer <christian.mauderer@…>
user/imxrt: Add notes about problems with EVB There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
12:11 Changeset in rtems-central [e54b1d7] by Sebastian Huber <sebastian.huber@…>
spec: Add grlib register load/store
11:42 Changeset in rtems [19e4a3d2] by Sebastian Huber <sebastian.huber@…>
build: Use objects of build context for programs
10:47 Changeset in rtems [2ede66f] by Sebastian Huber <sebastian.huber@…>
validation: grlib Update #3716.
10:46 Changeset in rtems [394efd4] by Sebastian Huber <sebastian.huber@…>
rtems: Fix Doxygen comment
08:26 Changeset in rtems-central [5807c6f] by Sebastian Huber <sebastian.huber@…>
spec: Fix format of some references
08:06 Changeset in rtems-central [5685f4b] by Sebastian Huber <sebastian.huber@…>
spec: Fix sporadic test failures
08:02 Changeset in rtems [1410d5b8] by Sebastian Huber <sebastian.huber@…>
validation: Test Barrier Manager The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
06:15 Changeset in rtems [90f250e2] by Sebastian Huber <sebastian.huber@…>
build: Add the BSP family to the enable set This makes it possible to use the BSP family in expressions of the enabled-by attribute.
06:15 Changeset in rtems [8bfc208] by Sebastian Huber <sebastian.huber@…>
build: Fix format
06:06 Changeset in rtems [6c1928c] by Sebastian Huber <sebastian.huber@…>
build: Prefer variant default value over family Update #4468.
06:05 Changeset in rtems [b6092cb] by Sebastian Huber <sebastian.huber@…>
build: Fix bsp_defaults command Update #4468.
06:04 Changeset in rtems [6107148] by Sebastian Huber <sebastian.huber@…>
build: Add missing default-by-family Update #4468.
00:03 Ticket #4468 (waf build system does not generate the same bspopts.h) closed by Chris Johns <chrisj@…>
fixed: In 6f2aa8ad/rtems: […]
Note: See TracTimeline for information about the timeline view.