Timeline
10/31/22:
- 15:02 Ticket #4462 (CID 1437638: Logically dead code) closed by Gedare Bloom
- fixed
- 15:00 Ticket #4460 (CID 1437647: Explicit null dereferenced) closed by Gedare Bloom
- fixed
- 14:52 Ticket #4446 (CID 1472578: Uninitialized scalar variable) closed by Gedare Bloom
- wontfix: JFFS2 code should be updated or fixed upstream.
10/30/22:
- 23:42 Ticket #4747 (termios #if 1) created by Chris Johns
-
I do not understand this
#if 1
and if something more is needed or … - 20:52 Ticket #4744 (libdebugger arm backend does not single step) closed by Chris Johns <chrisj@…>
- fixed: In 18b1a591/rtems: […]
10/29/22:
- 00:53 Changeset in rtems-docs [6ed77a9] by Alan Cudmore <alan.cudmore@…>
- user: Add openSUSE host details This patch adds details on the packages needed for the RTEMS source builder on openSUSE Leap 15.4 64 bit. The commands were tested on a new install with the RTEMS source builder master branch.
10/27/22:
- 22:00 Ticket #4689 (mips/jmr3904 Massive Number of Test Failures) closed by Joel Sherrill <joel@…>
- fixed: In cb8821e/rtems-source-builder: […]
- 21:58 Changeset in rtems [698227e6] by Kinsey Moore <kinsey.moore@…>
- bsps/aarch64: Ensure FPU trap state is consistent RTEMS may be booted from a dirty environment. Ensure that FPU trap settings are consistent.
- 21:40 Changeset in rtems [d64e10e] by Chris Johns <chrisj@…>
- rtems-bsps: Generate empty config.ini for arc/bsp combinations - Generate a config for all BSPs in an arch
- 21:21 Changeset in rtems-lwip [1b1d85b] by Kinsey Moore <kinsey.moore@…>
- lwip.py: Remove redundant system includes These includes are already provided in the build by the pkgconfig (.pc) from the installed BSP.
- 21:21 Changeset in rtems-lwip [99e9191] by Kinsey Moore <kinsey.moore@…>
- lwip.py: Remove redundant assignment
- 21:04 Changeset in rtems-lwip [e02d02e] by Duc Doan <dtbpkmte@…>
- lwip.py: Use ant_glob instead of os.walk() Updates #4714
- 21:04 Changeset in rtems-lwip [bfef87f] by Duc Doan <dtbpkmte@…>
- lwip.py: Change arch and bsp check method
- 18:47 Changeset in rtems [18b1a591] by Chris Johns <chrisj@…>
- cpukit/libdebugger: Fix stepping on ARM architectures Closes #4744
- 12:40 Changeset in rtems [89ba2a98] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Workaround for sporadic linker issues Disable the linker relaxation in start.S to work around an issue described here: https://mail.gnu.org/archive/html/bug-binutils/2021-03/msg00164.html The real issue is probably in the linker command file or the linker itself. Update #4658.
10/26/22:
- 18:27 Changeset in rtems [26d50bd] by Prashanth S <fishesprashanth@…>
- bsps/arm/beagle/dcan: Added DCAN support
- 11:05 Changeset in rtems [7d17b996] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: RISCV_MAXIMUM_EXTERNAL_INTERRUPTS Increase RISCV_MAXIMUM_EXTERNAL_INTERRUPTS to 128 to support recent Qemu versions by default.
- 10:14 Changeset in rtems-docs [0f7e3a6] by Daniel Cederman <cederman@…>
- user: Add documentation for leon2 and leon3 BSP
- 10:13 Changeset in rtems-docs [34c4038] by Daniel Cederman <cederman@…>
- user: Add documentation for NOEL-V BSP
- 09:36 Ticket #4746 (Armv7-M SysTick clock driver uses off by one reload value) closed by Dariusz Sabala <dariusz.sabala@…>
- fixed: In 1eae6f2/rtems: […]
- 09:31 Ticket #4746 (Armv7-M SysTick clock driver uses off by one reload value) created by Sebastian Huber
10/25/22:
- 22:22 Ticket #2871 (Use bibtex references thoughout the documentation) closed by Joel Sherrill
- fixed: Classic API Guide has a generated references section now
- 17:41 Changeset in rtems-source-builder [cb8821e] by Joel Sherrill <joel@…>
- Update mipstx39 gdb version to pick up fix to make simulator work Closes #4689.
- 17:41 Changeset in rtems [080dc5d] by Kinsey Moore <kinsey.moore@…>
- cpukit/aarch64: Emulate FPSR for FENV traps The AArch64 TRM specifies that when FPCR is set to trap floating point exceptions, the FPSR exception bits are not set. This ensures that FPSR is updated as FENV expects even if floating point exception traps are enabled.
- 15:01 Changeset in rtems-docs [9d0f454] by Hesham Almatary <heshamelmatary@…>
- bsp/riscv: Add a section about running on QEMU
- 14:31 Changeset in rtems-docs [c234a7b] by Hesham Almatary <heshamelmatary@…>
- bsps/riscv: Remove inaccurate statement about reliance on a boot loader The BSP is capable of initialising the hardware being the first software that takes control on hardware reset (after the bootrom). For instance, using on QEMU's virt platforms, RTEMS runs as a bios without BBL. Similarily, RTEMS can also be run on harware/FPGA and loaded using GDB; the bootrom (or a GDB script) should just set the a0/a1 registers with the boot HART ID and DTB address respectively.
- 11:44 Ticket #4745 (Subscribing to the mailing lists is not working) created by dsa93
- Hi Subscribing to the devel and users lists is not working. No matter …
- 09:11 Changeset in rtems [1eae6f2] by Dariusz Sabala <dariusz.sabala@…>
- bsps/arm: fix Cortex-M7 systick reload value - see ARM DUI 0646C Arm Cortex-M7 Devices Generic User Guide "The RELOAD value is calculated according to its use. For example, to generate a multi-shot timer with a period of N processor clock cycles, use a RELOAD value of N-1. If the SysTick? interrupt is required every 100 clock pulses, set RELOAD to 99." - see routines used in CMSIS project for reference Close #4746.
- 05:59 Changeset in rtems [f6bcf163] by Sebastian Huber <sebastian.huber@…>
- sptests: Avoid fatal error to end a test End the test with a normal exit instead of INTERNAL_ERROR_THREAD_EXITTED.
- 03:11 Ticket #4744 (libdebugger arm backend does not single step) created by Chris Johns
- Single stepping with the ARM backend does not cleanly step instructions.
- 03:10 Ticket #3779 (arm_switch_reg undeclared when building libdebugger/rtems-debugger-arm) closed by Chris Johns
- fixed
10/24/22:
- 13:37 Changeset in rtems [c3e1401] by Alex White <alex.white@…>
- bsps/microblaze: Fix console interrupt build errors This fixes build errors seen when building with console interrupts enabled. A few places were missing bspopts.h includes, and one of the UART functions was not defined.
- 13:33 Changeset in rtems-source-builder [b02f778] by Karel Gardas <karel@…>
- devel/sis: fix compilation of SIS on Mac OS X SIS compiles on Mac OS X fine, but without providing --host/--build configure options. Removing them solves the issue of configure not being able to recognize arm64-darwin platform.
- 13:09 Changeset in rtems-central [817131c] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 11:29 Changeset in rtems [468f21e] by Sebastian Huber <sebastian.huber@…>
- bsps: Add Cache Manager implementation group Update #3707.
10/23/22:
- 21:28 Changeset in rtems-source-builder [0388c4b] by Karel Gardas <karel@…>
- testproc/gsed: fix compilation of GNU sed on Mac OS X GNU sed compiles on Mac OS X fine, but without providing --host/--build configure options. Hence removing them solved the issue of configure not being able to recognize arm64-darwin platform.
10/21/22:
- 20:49 Changeset in rtems-source-builder [3dc0431]5 by Chris Johns <chrisj@…>
- 5: Update RTEMS, LibBSD and Tools builds to the latest 5 hash
10/19/22:
- 18:46 Changeset in rtems [9d5354e] by Ryan Long <ryan.long@…>
- bsps/microblaze: Add device tree support to UART Lite
- 10:40 Ticket #4743 (rtems-libbsd license?) created by Sam Caulfield
- Hi there, What are the licensing implications for a user of …
- 09:54 Ticket #4742 (Deadlock risk of Immediate Ceiling Priority Protocol (ICPP) with ...) created by Junjie Shi
- In the current implementation of Immediate Ceiling Priority Protocol …
10/18/22:
- 22:36 Ticket #4740 (Teach libdebugger to wait for GDB to connect and ask to continue) closed by Chris Johns <chrisj@…>
- fixed: In d574e08/rtems: […]
- 17:11 Changeset in rtems [3fd8cf2d] by Ryan Long <ryan.long@…>
- bsps/microblaze: Add device tree support to JFFS2 QSPI
- 15:21 Changeset in rtems [cbac78a] by Ryan Long <ryan.long@…>
- bsps/microblaze: Add device tree support to AXI interrupt controller
10/17/22:
- 20:44 Changeset in rtems [eb94aaf] by Alex White <alex.white@…>
- bsps/microblaze: Add device tree support to timer
- 20:42 Changeset in rtems [63b21ad5] by Alex White <alex.white@…>
- bsps/microblaze: Add device tree getter This allows drivers to read configuration data from the device tree if the BSP is built with device tree support.
- 05:25 Changeset in rtems [d574e08] by Chris Johns <chrisj@…>
- libdebugger: Add a target break call to suspend all running threads - Optionally wait if there is no remote debugger connected and break when the remote connects Closes #4740
Note: See TracTimeline
for information about the timeline view.