Timeline
11/15/22:
- 23:22 Changeset in rtems-source-builder [1116c5f]55.2 by Chris Johns <chrisj@…>
- rtems: Add back gcc-4.6 build configuration Updates #4715
- 21:42 Ticket #4761 (RSB fatal error on missing hash checksums (cloned)) closed by Chris Johns <chrisj@…>
- fixed: In 0a7ecef/rtems-source-builder: […]
- 10:50 Changeset in rtems-source-builder [3ec6441]5 by Chris Johns <chrisj@…>
- rtems: Update source and patch URLs to valid locations Updates #4715
- 10:46 Changeset in rtems-source-builder [0a7ecef]5 by Chris Johns <chrisj@…>
- sb/downloads: Raise errors on no hash present Close #4761
- 10:31 Ticket #4757 (RSB freetype 2.4.10 source not hosted any longer) closed by Chris Johns
- fixed
- 02:25 Ticket #4761 (RSB fatal error on missing hash checksums (cloned)) created by Chris Johns
- Cloned from #4760: ---- The time has come to raise a fatal error if a …
- 02:25 Ticket #4760 (RSB fatal error on missing hash checksums) created by Chris Johns
- The time has come to raise a fatal error if a hash is missing rather …
11/14/22:
- 20:58 Ticket #4758 (Net-Snmp referenced patch missing) closed by Chris Johns <chrisj@…>
- fixed: In c7e85e3/rtems-source-builder: […]
- 20:58 Ticket #4754 (Set RSB GDB source path to https) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 2eda12e/rtems-source-builder: […]
- 10:01 Changeset in rtems [3f644aa] by Daniel Cederman <cederman@…>
- testsuites/smptests: Change license to BSD-2 for files with Gaisler copyright This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Updates #3053.
- 10:00 Changeset in rtems [18a181c2] by Daniel Cederman <cederman@…>
- bsps/riscv: Change license to BSD-2 for files with Gaisler copyright This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
- 09:59 Changeset in rtems [e01e499] by Daniel Cederman <cederman@…>
- bsps/sparc: Change license to BSD-2 for files with Gaisler copyright This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
- 09:59 Changeset in rtems [5d5b9ee] by Daniel Cederman <cederman@…>
- bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyright This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
- 09:55 Changeset in rtems [9384ac2] by Daniel Cederman <cederman@…>
- cpukit: Change license to BSD-2 for files with Gaisler copyright This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
- 06:44 Changeset in rtems [33f6e34] by Daniel Cederman <cederman@…>
- bsps/include/grlib: Change license to BSD-2 for files with Gaisler copyright This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
- 06:44 Changeset in rtems [fa427fa1] by Daniel Cederman <cederman@…>
- bsps/include/libchip: Remove legacy networking header file
- 03:03 Changeset in rtems-source-builder [b57948f]5 by Chris Johns <chrisj@…>
- rtems: Update source and patch URLs to valid locations Updates #4715
- 00:31 Ticket #4759 (TLS support is broken for ARMv6) created by jkillelea
-
I have found two possible memory exceptions under
rtems_shell_init
…
11/13/22:
- 22:29 Changeset in rtems-source-builder [c7e85e3]5 by Chris Johns <chrisj@…>
- rtems/net-snmp: Update to 5.9.3 with the RTEMS patch The 5.7.2.1 patch referenced in the configuration cannot be located so update the version to the latest. Checked with Zynq A9 qemu and libbsd. Closes #4758
- 22:25 Changeset in rtems-source-builder [5992bc9]5 by Chris Johns <chrisj@…>
- bare/gcc: Remove gcc-4.8.2 because newlib references the unsupported CVS Updates #4715
- 20:59 Ticket #4758 (Net-Snmp referenced patch missing) created by Chris Johns
- The Net-SNMP configuration references a patch that is missing. I …
11/11/22:
- 22:00 Changeset in rtems-lwip [f5d8160] by Kinsey Moore <kinsey.moore@…>
- wscript: Allow deeper lwIP configuration This adds a basic configuration mechanism in config.ini to control which BSPs are enabled and to alter lwIP's define/macro-based configuration directives. Existing builds using --rtems-bsps are unaffected if config.ini is not used.
- 18:47 Release/6/Waf BSP Checklist edited by Gedare Bloom
- rename bsp_defaults to bspdefaults (diff)
- 15:47 Changeset in rtems [68e1dc87] by Sebastian Huber <sebastian.huber@…>
- validation: Fix unused variable warning
- 15:35 Changeset in rtems [908ffc7] by Sebastian Huber <sebastian.huber@…>
- bsps/noel: Fix interrupt support
- 15:30 Changeset in rtems [55318d17] by Sebastian Huber <sebastian.huber@…>
- validation: Improve spurious interrupt test case Use the tm27 support to test a spurious interrupt. This helps to run the validation test case on targets which have no software interrupt available for tests (for example riscv/PLIC/CLINT in the SMP configuration).
- 12:58 Changeset in rtems [77c8d822] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Fix software interrupt dispatching In SMP configurations, there may be no software interrupt handler installed when the software interrupt is processed. Add the new interrupt handler dispatch variant bsp_interrupt_handler_dispatch_unlikely() for this special case.
- 02:57 Ticket #4715 (RSB get sources misses a number of files) reopened by Chris Johns
- More missed files.
- 02:34 Ticket #4757 (RSB freetype 2.4.10 source not hosted any longer) created by Chris Johns
- The source is not present any longer. I think the simplest solution …
11/10/22:
- 22:22 Changeset in rtems-docs [031cb12]5 by Chris Johns <chrisj@…>
- waf: Handle the enable options for singlehtml and ditaa/puml Close #4755
- 22:22 Changeset in rtems-docs [8f5f371] by Chris Johns <chrisj@…>
- waf: Handle the enable options for singlehtml and ditaa/puml Close #4756
- 22:14 Ticket #4755 (Docs build system does not build singlehtml) closed by Chris Johns <chrisj@…>
- fixed: In 031cb12/rtems-docs: […]
- 22:05 Ticket #4756 (Docs build system does not build singlehtml (cloned)) created by Chris Johns
- Cloned from #4755: ---- The configure logic does not handle the …
- 22:04 Ticket #4755 (Docs build system does not build singlehtml) created by Chris Johns
-
The configure logic does not handle the
inliner
detection correctly. - 20:43 Ticket #4754 (Set RSB GDB source path to https) created by Chris Johns
- Backport …
- 15:22 Changeset in rtems-source-builder [94a5f52] by Sebastian Huber <sebastian.huber@…>
- 7: Update Binutils, GDB, and GCC
- 15:22 Changeset in rtems-source-builder [b08686e] by Sebastian Huber <sebastian.huber@…>
- 6: Update GCC 10 and 12
- 15:22 Changeset in rtems-source-builder [66a85b9] by Sebastian Huber <sebastian.huber@…>
- 6/7: Update Newlib
- 14:15 Changeset in rtems [bfdfc979] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Fix PLIC enable register count Each PLIC enable register has 32 bits, so we have to divide by 32.
- 14:11 Changeset in rtems-source-builder [2eda12e]5 by Sebastian Huber <sebastian.huber@…>
- gdb: Use https for downloads Close #4754
- 14:11 Changeset in rtems-source-builder [949cf50] by Sebastian Huber <sebastian.huber@…>
- gdb: Use https for downloads
- 10:08 Changeset in rtems [8f6dd3ca] by Sebastian Huber <sebastian.huber@…>
- arm: Fix Armv7-M TLS support Set the thread ID register in the CPU context. Update #3835. Close #4753.
- 09:58 Ticket #4753 (Encountered "fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)" when ...) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 8f6dd3c/rtems: […]
- 09:10 Changeset in rtems-central [dc81957] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems-docs
- 09:09 Changeset in rtems-central [ef0c80c] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 07:53 Changeset in rtems [e4210d5a] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Skip init on not configured processors
- 07:40 Changeset in rtems [3e5ccdd] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Simplify riscv_plic_init()
- 07:21 Changeset in rtems [d2bac3d7] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Simplify riscv_clint_init()
- 06:53 Ticket #4753 (Encountered "fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)" when ...) created by cal
- Hi, I have followed the RTEMS Quick Start webpage and have …
- 04:48 Changeset in rtems-lwip [3c6f038] by Kinsey Moore <kinsey.moore@…>
- rtemslwip: Add note to intentionally blank files
- 04:32 Changeset in rtems-docs [07f151f]5 by Chris Johns <chrisj@…>
- waf: Backport from main build fixes Closes #4752
- 04:28 Ticket #4752 (RTEMS docs do not build with a recent sphinx) closed by Chris Johns <chrisj@…>
- fixed: In 07f151f/rtems-docs: […]
- 04:00 Ticket #4752 (RTEMS docs do not build with a recent sphinx) created by Chris Johns
- The build does not configure: […]
- 01:07 Ticket #4362 (about error number) closed by Chris Johns
- invalid: I do not understand the issue.
- 01:06 Ticket #4609 (support for DMA access) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 01:05 Ticket #4608 (Added support for Intel 82580) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 01:04 Ticket #4606 (TFTP server protocols) closed by Chris Johns
- invalid
- 01:03 Ticket #4605 (TFTP client protocols) closed by Chris Johns
- invalid: It does support TFTP.
- 01:03 Ticket #4604 (Telnet client protocols) closed by Chris Johns
- invalid: It does in the legacy and libbsd stacks.
- 01:02 Ticket #4603 (Added support for Intel I210) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 01:01 Ticket #4602 (support commands such as rename) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 01:00 Ticket #4601 (support for 64KB clusters DOSFS) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available. We do not know where the sources are you refer to.
- 00:59 Ticket #4600 (non-alignment exception) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 00:58 Ticket #4599 (support pmu under MIPS platform) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 00:58 Ticket #4598 (about MIPS architecture support) closed by Chris Johns
- invalid: Please reopen when being worked on or a fix is available.
- 00:49 Ticket #4751 (chmod problem in shell of RTEMS 6) created by chenjin_zhong
- Cloned from #4558: ---- Hi, I find one problem in …
- 00:42 Ticket #4539 (rtems_filesystem_table compile) closed by Chris Johns
- invalid: If you have referenced a function that pulls in the file system this will happen.
- 00:41 Ticket #4457 (shell command problem) closed by Chris Johns
- invalid: Not sure what the issue is.
- 00:12 Ticket #4408 (RTEMS ARM Toolchain: armv8.0-m and armv8.1-m arch support) closed by Chris Johns
- wontfix: Please reopen if this is an issue or please ask on the users list if help is needed.
- 00:11 Ticket #4353 (the pci initialization part cannot pass the initialization) closed by Chris Johns
- wontfix: Please reopen when being worked on or a fix is available.
- 00:10 Ticket #4352 (about get cpu number) closed by Chris Johns
- wontfix: Please reopen when being worked on or a fix is available.
- 00:09 Ticket #4325 (Ubuntu's gcc preventing QEMU from being built) closed by Chris Johns
- wontfix: Please reopen when being worked on or a fix is available.
- 00:08 Ticket #4210 (rtems-record-lttng '-e' option does not verify existance) closed by Chris Johns
- wontfix: Please reopen when a fix is provided.
- 00:07 Ticket #4170 (Raspberry Pi booting files from master branch not working) closed by Chris Johns
-
wontfix: Please use RTEMS 6 (
main
branch) - 00:06 Ticket #4139 (low efficiency of sending inter-core interrupts) closed by Chris Johns
- wontfix: Please reopen when the fixes are provided.
- 00:02 Ticket #4138 (the atomicity of some operations cannot be guaranteed.) closed by Chris Johns
- wontfix: Please reopen with the mentioned changes.
- 00:01 Ticket #4137 (The select mechanism does not support asynchronous device communication) closed by Chris Johns
- invalid: We need more information to work on this.
11/09/22:
- 23:48 Ticket #4727 (RSB decode exception stops build) closed by Chris Johns
- fixed: Fixed https://git.rtems.org/rtems-source-builder/commit/?h=5&id=ddfcc320ab740cd6ac30d70aaff7987dda25ee7f
- 23:33 Ticket #4717 (Add RSB Deployment support) closed by Chris Johns
- fixed
- 23:32 Ticket #4716 (Backport RSB fixes from Development) closed by Chris Johns
- fixed
- 23:32 Ticket #4715 (RSB get sources misses a number of files) closed by Chris Johns
- fixed
- 23:32 Ticket #4711 (RSB does not expand dir type macros correctly (cloned)) closed by Chris Johns
-
fixed: Fixed with backports from
main
for deployment. - 23:29 Ticket #4687 (Documentation List for Releases Completely Missing 5.x) closed by Chris Johns
- fixed: The website now handles the 5.1 release correctly.
- 23:26 Ticket #4515 (Make [out/in] le and be calls conditional) closed by Chris Johns
- fixed: Fixed https://git.rtems.org/rtems/commit/?h=5&id=cfef84a007bac32b6f3852ab3d9367f7cdcf2c6b
- 23:25 Ticket #4359 (Priority discipline is broken for semaphores and message queues in SMP ...) closed by Chris Johns
- wontfix: Please use RTEMS 6 for SMP. Please reopen if this is to be fixed on the RTEMS 5 branch.
- 23:24 Ticket #4357 (rtems_semaphore_set_priority() uses an invalid SMP lock (cloned)) closed by Chris Johns
- wontfix: Please use RTEMS 6 for SMP
- 23:17 Ticket #4119 (rtems-bsp-tester: Off By One for Completed Jobs) closed by Chris Johns
- wontfix: Please reopen if this is still valid and important for the 5 branch.
- 23:16 Ticket #4102 (rtems-pairs includes invalid BSP) closed by Chris Johns
- wontfix
- 23:14 Ticket #4064 (RSB needs to support waf with no python command) closed by Chris Johns
- fixed: RTEMS 5 has a hack'ish detect that has been removed in RTEMS 6.
- 23:12 Ticket #3641 (Gitlab mirror) closed by Chris Johns
- wontfix: Please repopen if this is to be worked on.
- 23:11 Ticket #3619 (Docs location for docs.rtems.org) closed by Chris Johns
- wontfix: Please reopen if this is to be worked on.
- 23:08 Ticket #3601 (Block device disk management implementation can underflow ...) closed by Chris Johns
- wontfix: Sebastian has recommended avoiding this API.
- 23:06 Ticket #3540 (How To Use SPARC memscrub) closed by Chris Johns
- wontfix: Please reopen if this is going to be worked on.
- 22:53 Changeset in rtems-lwip [331dcec] by Kinsey Moore <kinsey.moore@…>
- zynqmp: Add support for the CFC-400X BSP This adds support for the CFC-400X BSP including an option to select SGMII instead of the default RGMII PHY interface and adds a way for ZynqMP BSPs to provide additional configuration via lwipbspopts.h.
- 22:49 Changeset in rtems-lwip [bf02a3d] by Kinsey Moore <kinsey.moore@…>
- lwip.py: Move bsp-specific information out This moves all BSP-specific information out of lwip.py and into JSON descriptions of the files required to compile the drivers for each BSP. Note that file-import.json is kept separate because it is used to manage updating from upstream.
- 22:39 Ticket #4683 (Leaked BSP section flags in Makefile.inc breaks EPICS) closed by Chris Johns
-
invalid: This topic has been discussed in an EPICS github issue #288 and Michael thinks the flags are fine. Further testing has shown no real issue. I will set this ticket to
invalid
and close it. It can be reopened if it is a problem. - 22:34 Ticket #4549 (Timecounter: Add NTP support (cloned)) closed by Chris Johns
- fixed: Closing as instructed.
- 22:32 Ticket #4106 (RSB Missing BSP bset for xilinx_zynq_a9_qemu) closed by Chris Johns
- wontfix: Please reopen when the bset is added.
- 22:31 Ticket #4071 (RSB does not pass BSP options correctly.) closed by Chris Johns
- fixed: The RTEMS 5 RSB has been updated to support deployment and I think this will now be fixed. Please refer to the RTEMS Deployment repo for example configurations known to work.
- 22:21 Ticket #4059 (RSB: UnicodeDecodeError) closed by Chris Johns
- fixed: Fixed here https://git.rtems.org/rtems-source-builder/commit/?h=5&id=ddfcc320ab740cd6ac30d70aaff7987dda25ee7f
- 22:17 Ticket #4011 (Test compilation error in riscv bsps) closed by Chris Johns
- wontfix: Please use the RISCV support in RTEMS 6.
- 22:14 Ticket #2746 (RTEMS gdb python script do not load.) closed by Chris Johns
-
wontfix: The scripts are too hard to maintain on the 5 branch because a lot of detail in the
score
has changed. On 6 and laterlibdebugger
provides a highlevel access to a number of pieces or data. - 17:01 Changeset in rtems [b5983c5] by Kinsey Moore <kinsey.moore@…>
- cpukit/fdt: Fix typos and clarify params
- 16:12 Changeset in rtems-central [46392cd] by Sebastian Huber <sebastian.huber@…>
- spec: Properly teardown test cases
- 15:08 Changeset in rtems [47d156d7] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: bsp_interrupt_get/set_affinity() Provide bsp_interrupt_get_affinity() and bsp_interrupt_set_affinity() only if RTEMS_SMP is enabled. Replace fatal error with a status code.
- 13:46 Changeset in rtems [ba53a17] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Always dispatch software interrupts This helps to run the interrupt API validation tests.
- 13:46 Changeset in rtems [9c80a88] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: bsp_interrupt_is_valid_vector() Implement this function.
- 13:45 Changeset in rtems [ccf09a6e] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Add tm27 support
- 13:41 Changeset in rtems [f151e6f] by Sebastian Huber <sebastian.huber@…>
- validation: Properly teardown test cases Make sure that the state of the testable interrupt vector is restored to the state at the test case begin.
- 09:18 Changeset in rtems [1bf1c77] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: bsp_interrupt_raise_on() Implement bsp_interrupt_raise_on() and bsp_interrupt_raise().
- 09:17 Changeset in rtems [8a51ecc7] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: bsp_interrupt_is_pending() Implement this function.
- 07:33 Changeset in rtems [d156d7b] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: bsp_interrupt_get_attributes() Implement this function.
- 07:20 Changeset in rtems [a52fc42] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Improve bsp_interrupt_vector_disable() Add support for hart-specific software and timer interrupts.
- 07:19 Changeset in rtems [e19d490f] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Improve bsp_interrupt_vector_enable() Add support for hart-specific software and timer interrupts.
- 05:07 Changeset in rtems-libbsd [02d38392]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
- freebsd/cgem: Add SGMII support This adds support to the CGEM driver for selection of SGMII PHY interfaces specified via device tree parameters.
- 05:06 Changeset in rtems-libbsd [fef8b88]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
- freebsd/cgem: Add device tree support This reintroduces device tree support to the CGEM driver while preserving the ability to statically define CGEM interfaces.
- 05:03 Changeset in rtems-libbsd [93b259b]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
- nexus/zynqmp: Use device trees for CGEM This moves the ZynqMP BSPs over to using device trees for CGEM instantiation now that all BSP variants provide appropriate device trees.
11/08/22:
- 14:06 Changeset in rtems [16c352de] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: bsp_interrupt_vector_is_enabled() Implement this function.
- 13:23 Changeset in rtems [4a46161] by Sebastian Huber <sebastian.huber@…>
- riscv: Simplify _CPU_ISR_Set_level() Where CPU_ENABLE_ROBUST_THREAD_DISPATCH == TRUE, the only supported interrupt level allowed to set is 0 (interrupts enabled). This constraint is enforced by the API level functions which return an error status for other interrupt levels.
- 09:31 Changeset in rtems [b66cda78] by Sebastian Huber <sebastian.huber@…>
- libmd: Remove extra digest copy in SHA256_Final() The extra digest copy was introduced by an erroneous merge conflict resolution for commit "crypto routines: Hint minimum buffer sizes to the compiler".
- 09:20 Changeset in rtems [3a38a017] by Sebastian Huber <sebastian.huber@…>
- riscv: Remove superfluous init/fini functions
- 06:38 Changeset in rtems-docs [0213597d] by Sebastian Huber <sebastian.huber@…>
- c-user: Adjust URL for struct timespec
- 06:36 Changeset in rtems [df81434] by Sebastian Huber <sebastian.huber@…>
- rtems: Fix type in description
- 05:48 Changeset in rtems-central [4e4fb78] by Sebastian Huber <sebastian.huber@…>
- spec: Fix type in description
11/07/22:
- 15:00 Ticket #4750 (Linker discards RTEMS_SYSINIT_ITEM object) closed by Sebastian Huber
- invalid
- 10:20 Changeset in rtems-docs [a382919] by Matt Joyce <matthew.joyce@…>
- c-user/clock: Fix typo
- 10:20 Changeset in rtems-docs [c881d1e] by Matt Joyce <matthew.joyce@…>
- eng: Fix typos
- 09:07 Changeset in rtems [e15c5e5] by Sebastian Huber <sebastian.huber@…>
- build: Disable can01 for small memory BSPs
- 07:53 Changeset in rtems [0f92310] by Sebastian Huber <sebastian.huber@…>
- config: Place init task storage area in .rtemsstack This avoids a superfluous zero initialization of the task storage area. This reduces the system initialization time.
11/04/22:
- 20:22 Changeset in rtems [dc8539c] by Gedare Bloom <gedare@…>
- wscript: fix formatting with yapf
- 13:40 Ticket #4750 (Linker discards RTEMS_SYSINIT_ITEM object) created by dsa93
- Hi I am developing device driver in custom BSP in RTEMS. I applied my …
- 12:47 Changeset in rtems [b4ffaa7c] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Use start data for object Maybe this helps to ensure that the object is properly aligned. Update #4658.
- 11:50 Ticket #4749 (Clock Driver Validation) created by Matt Joyce
- The current testsuite requires additional work to properly validate …
- 11:10 Changeset in rtems-source-builder [f6907014] by Sebastian Huber <sebastian.huber@…>
- 7: Update Binutils, GDB, and GCC
- 11:07 Changeset in rtems-source-builder [682431a] by Sebastian Huber <sebastian.huber@…>
- 6: Update GCC 10 and 12
- 11:06 Changeset in rtems-source-builder [be99f1c] by Sebastian Huber <sebastian.huber@…>
- 6/7: Update Newlib
- 11:02 Changeset in rtems-source-builder [481233a] by Sebastian Huber <sebastian.huber@…>
- sis: update to version 2.30
11/03/22:
- 16:33 Changeset in rtems-docs [1b7a2ad] by Gedare Bloom <gedare@…>
- eng: show how to set local default subject-prefix
- 15:56 Changeset in rtems-docs [9ef41e4] by Gedare Bloom <gedare@…>
- eng, user: update bsp_list to bsplist
- 15:54 Changeset in rtems-docs [168ed27] by Gedare Bloom <gedare@…>
- eng, user: update bsp_defaults to bspdefaults
- 14:31 Changeset in rtems [a640854b] by Gedare Bloom <gedare@…>
- wscript: rename bsp_list to bsplist
- 14:28 Changeset in rtems [9c15524] by Gedare Bloom <gedare@…>
- wscript: rename bsp_defaults to bspdefaults
11/02/22:
- 18:54 Ticket #4748 (Rename 'master' branches to 'main') created by Gedare Bloom
- In keeping with the general trends across the open-source community, …
11/01/22:
- 18:54 Changeset in rtems-docs [82b3a44] by Kinsey Moore <kinsey.moore@…>
- user/zynqmp: Add information about CFC-400X Add a list of known working hardware and commentary about bitstream loading for specific hardware.
Note: See TracTimeline
for information about the timeline view.