Timeline
05/22/23:
- 19:20 Changeset in rtems [853429c3] by Kinsey Moore <kinsey.moore@…>
- bsps/xqspipsu: Break out RDID Expose a function to read the NOR flash chip ID information beyond the minimum 3 bytes for the lookup table.
- 13:58 Changeset in rtems [63415655] by Joel Sherrill <joel@…>
- score/src/pheap*: Remove unreferenced methods * _Protected_heap_Get_block_size * _Protected_heap_Iterate * _Protected_heap_Resize_block Closes #4909.
- 07:36 Changeset in rtems-libbsd [484186e]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- ipsec-tools: Fix copying fd_set prior to select The racoon session code copies an fd_set from one variable into another prior to calling select. That works well for simple structures. In libbsd we have to allocate fd_sets instead of using fixed structures to avoid a problem with file numbers bigger than FD_SETSIZE. The simple assignment didn't work in that case. This patch makes sure that a memcpy is used instead. Close #4914
- 07:36 Changeset in rtems-libbsd [8ed211f]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- ipsec-tools: Fix copying fd_set prior to select The racoon session code copies an fd_set from one variable into another prior to calling select. That works well for simple structures. In libbsd we have to allocate fd_sets instead of using fixed structures to avoid a problem with file numbers bigger than FD_SETSIZE. The simple assignment didn't work in that case. This patch makes sure that a memcpy is used instead. Update #4913
- 07:36 Changeset in rtems-libbsd [dfb2144] by Christian Mauderer <christian.mauderer@…>
- ipsec-tools: Fix copying fd_set prior to select The racoon session code copies an fd_set from one variable into another prior to calling select. That works well for simple structures. In libbsd we have to allocate fd_sets instead of using fixed structures to avoid a problem with file numbers bigger than FD_SETSIZE. The simple assignment didn't work in that case. This patch makes sure that a memcpy is used instead. Update #4913
05/21/23:
- 11:54 Ticket #4909 (Multiple Protected Heap Functions are Ununused) created by Joel Sherrill
- The following functions are unused and should be removed: * …
05/20/23:
- 10:10 Changeset in rtems-central [eadc814] by Sebastian Huber <sebastian.huber@…>
- Fix JSON format errors
- 09:30 Changeset in rtems-central [be31d42] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems-docs
- 09:30 Changeset in rtems-central [1814ee6] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
05/19/23:
- 17:47 Changeset in rtems [a67aab6] by Kinsey Moore <kinsey.moore@…>
- bsps/xqspipsu: Ensure NOR writes align This change causes NOR writes to be broken according to page boundaries. Writes across page boundaries cause the writes beyond the boundary to fail silently. This also introduces a new function that will explicitly write pages.
- 14:53 Changeset in rtems-source-builder [ceed4bd] by Joel Sherrill <joel@…>
- rtems-gcc-*-newlib-head.cfg: Update to include true long double math Previously newlib only had long double math functions when the sizeof(double) was equal to sizeof(long double). Newlib now includes support for true long double on x86, x86_64, and aarch64. These files were not included in the previous commit.
- 06:18 Changeset in rtems [bcef89f2] by Sebastian Huber <sebastian.huber@…>
- Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
- 06:06 Changeset in rtems [976f208] by Sebastian Huber <sebastian.huber@…>
- validation: Add checks to static assert tests This ensures that the test cases have at least one test step. Update #3716.
- 06:03 Changeset in rtems-central [7a7ed32] by Sebastian Huber <sebastian.huber@…>
- spec: Add checks to static assert only tests This ensures that the test cases have at least one test step.
- 05:58 Changeset in rtems-central [3390ba9] by Sebastian Huber <sebastian.huber@…>
- Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
- 05:42 Changeset in rtems-central [a5bf92a] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems-docs
- 05:34 Changeset in rtems-docs [bbb8b7a] by Sebastian Huber <sebastian.huber@…>
- Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
- 05:26 Changeset in rtems-central [940b7ea6] by Sebastian Huber <sebastian.huber@…>
- Update company name The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
- 05:25 Ticket #3715 (Add Requirements Engineering chapter to RTEMS Software Engineering Handbook) closed by Sebastian Huber
- fixed: The initial work for this chapter is now done. The specification of the specification items in rtems-central is in line with the rtems-docs repository. Further work in this area should be done under a new ticket.
- 05:21 Ticket #4901 (rtems_task_construct Documentation Missing Some Details) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In e33eae1/rtems-docs: […]
- 05:19 Changeset in rtems-central [2686a6e] by Sebastian Huber <sebastian.huber@…>
- spec: Remove common place sentence
- 05:18 Changeset in rtems-central [3f0395d] by Sebastian Huber <sebastian.huber@…>
- spec: Fix typo
- 04:10 Ticket #4908 (Unable to build with LLVM 16) created by Jeffrey H. Johnson
- Building with LLVM 16 fails on all host platforms when compiling …
05/18/23:
- 18:47 Changeset in rtems [9b7a1da] by Alex White <alex.white@…>
- bsps/microblaze: Add device tree support to GPIO
- 18:43 Changeset in rtems [59f9ed2] by Alex White <alex.white@…>
- bsps/microblaze: Remove GPIO build system options The number of GPIO devices along with each of their particular configurations is application-specific. Encoding this information as build options also introduced a lot of clutter.
05/17/23:
- 21:11 Changeset in rtems-source-builder [56161b3] by Joel Sherrill <joel@…>
- rtems-gcc-12-newlib-head.cfg: Update to include true long double math Previously newlib only had long double math functions when the sizeof(double) was equal to sizeof(long double). Newlib now includes support for true long double on x86, x86_64, and aarch64.
- 04:23 Ticket #4771 (Versal UART issues) closed by Aaron N
- fixed
- 00:03 Changeset in rtems [c2913ec] by Aaron Nyholm <aaron.nyholm@…>
- libmisc/shell: Fix file pointer leak and improved input data sanitation. Coverity #1530126 Coverity #1530125
05/16/23:
- 15:20 Ticket #4907 (libbsd: Header installed multiple times) created by Kinsey Moore
- There are several headers that are installed multiple times to the …
- 13:21 Ticket #4905 (SuperCore _TOD_Adjust No Longer Referenced and Should be Removed) closed by Joel Sherrill <joel@…>
- fixed: In 3f4454b/rtems: […]
- 07:27 GSoC/2023 edited by Amna Mannan
- Adding myself into contributor list (diff)
- 05:25 Changeset in rtems-source-builder [7e52fd7] by Chris Johns <chrisj@…>
- rtems/net: Add net services build support
- 03:31 Changeset in rtems [e06152b8] by Tian Ye <tianye@…>
- bsps/aarch64: Fix 128bit q register print bug
05/15/23:
- 17:42 Ticket #4906 (libbsd not working on nucleo-h743ZI) created by yangn0
- libbsd not working on nucleo-h743ZI. I run the libbsd testsuit …
- 17:11 Changeset in rtems [3f4454b] by Joel Sherrill <joel@…>
- _TOD_Adjust method is unused. Remove it. Use of this method was likely eliminated during the rework to use FreeBSD bintime/sbintime. Close #4905.
- 13:39 Ticket #4905 (SuperCore _TOD_Adjust No Longer Referenced and Should be Removed) created by Joel Sherrill
- Apparently with the rework of time handling, this method has become …
05/14/23:
- 10:29 Ticket #4904 (Application build with vendor target toolchain fails with rtems make ...) created by Martin Erik Werner
- When building an application using the make build support (as given by …
- 05:14 GSoC/2023 edited by Mohd Noor Aman
- adding noor to contributor list (diff)
05/13/23:
- 06:01 GSoC/2023 edited by Muhammad Sulthan Mazaya
- (diff)
- 06:00 GSoC/2023 edited by Muhammad Sulthan Mazaya
- (diff)
- 05:59 GSoC/2023 edited by Muhammad Sulthan Mazaya
- (diff)
- 01:58 GSoC/2023 edited by Utkarsh Verma
- Initial content (diff)
05/11/23:
- 14:09 Changeset in rtems-central [9fa010e] by Sebastian Huber <sebastian.huber@…>
- util: Add argparse and logging helpers
- 13:34 GSoC/2023 edited by Muhammad Sulthan Mazaya
- (diff)
05/10/23:
- 13:20 Changeset in rtems [6bc3ad3e] by Kinsey Moore <kinsey.moore@…>
- libdl: Add support for LDST128_ABS_LO12_NC
- 08:30 Changeset in rtems-central [356edbf] by Sebastian Huber <sebastian.huber@…>
- items: Add link_is_enabled()
- 08:22 GSoC/2023 edited by Muhammad Sulthan Mazaya
- (diff)
- 08:19 GSoC/2023/add-support-for-renode-simulator created by Muhammad Sulthan Mazaya
05/09/23:
- 14:04 Changeset in rtems-central [ffa266d] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
- 12:56 Ticket #4902 (Update zlib to version 1.2.13) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 1f00afc/rtems: […]
- 12:03 Changeset in rtems [c588daec] by Sebastian Huber <sebastian.huber@…>
- rtems: Reference types in construct directives
- 11:59 Changeset in rtems-docs [9c2498a] by Sebastian Huber <sebastian.huber@…>
- eng: Add unspecified header file item type Update #3715.
- 10:57 Changeset in rtems-central [c994653] by Sebastian Huber <sebastian.huber@…>
- spec: Reference types in construct directives
- 10:53 Changeset in rtems-docs [e33eae1] by Sebastian Huber <sebastian.huber@…>
- c-user: Generate API type documentation Close #4901.
- 08:46 Changeset in rtems [38ad41ec] by Christian Mauderer <christian.mauderer@…>
- bsp/imxrt: Update support library from mcux-sdk This imports new files from the mcux-sdk support library. NXP now offers the library as a git repository instead of a zip package. The git repository supports multiple CPUs from the i.MXRT family: https://github.com/nxp-mcuxpresso/mcux-sdk.git The imported files are from revision 2b9354539e6e4f722749e87b0bdc22966dc080d9 This revision is the same as MCUXpresso 2.13.0 with small bug fixes. For importing the files, a script has been used, that parses the mcux-sdk cmake files and creates the yaml files for RTEMS: https://raw.githubusercontent.com/c-mauderer/nxp-mcux-sdk/d21c3e61eb8602b2cf8f45fed0afa50c6aee932f/export_to_RTEMS.py
- 06:29 Changeset in rtems-central [295933d] by Sebastian Huber <sebastian.huber@…>
- spec: Add constraint for opaque types
- 06:08 Changeset in rtems [60c291a] by Sebastian Huber <sebastian.huber@…>
- rtems: Add constraint to types
05/08/23:
- 20:16 Changeset in rtems-central [1c05a41] by Sebastian Huber <sebastian.huber@…>
- spec: Fix formatting
- 20:05 Changeset in rtems [9db2080] by Sebastian Huber <sebastian.huber@…>
- validation: RTEMS_STATIC_ANALYSIS Improve the validation of this define which is not defined for normal builds. Update #3716.
- 20:04 Changeset in rtems [1a2d797a] by Sebastian Huber <sebastian.huber@…>
- validation: Fix formatting Update #3716.
- 20:03 Changeset in rtems [28fabc29] by Sebastian Huber <sebastian.huber@…>
- validation: rtems_scheduler_get_maximum_priority() Validate this directive for the EDF SMP scheduler. Update #3716.
- 20:02 Changeset in rtems [367427d0] by Sebastian Huber <sebastian.huber@…>
- validation: Improve formatting This enables automatic Doxygen links. Update #3716.
- 18:03 GSoC/2023 edited by Gedare Bloom
- (diff)
- 15:16 Changeset in rtems [ee74893] by Sebastian Huber <sebastian.huber@…>
- validation: Add group for runtime measurements Update #3716.
- 15:04 Changeset in rtems [649dc37] by Sebastian Huber <sebastian.huber@…>
- validation: Use spec:* references Update #3716.
- 15:01 Changeset in rtems [94df7a01] by Sebastian Huber <sebastian.huber@…>
- basedefs.h: Improve formatting
- 15:01 Changeset in rtems [69635b3b] by Sebastian Huber <sebastian.huber@…>
- basedefs.h: Add proper brief description
- 14:59 Changeset in rtems [35106bd] by Sebastian Huber <sebastian.huber@…>
- rtems: Conditionally include MPCI header
- 14:41 Changeset in rtems [64fdb08] by Sebastian Huber <sebastian.huber@…>
- validation: Fix formatting Update #3716.
- 14:41 Changeset in rtems [72465f86] by Sebastian Huber <sebastian.huber@…>
- validation: Fix typo Update #3716.
- 13:38 Changeset in rtems [6f034c1] by Christian Mauderer <christian.mauderer@…>
- imx_iomux: Don't set reserved bits in PAD_CTL On most i.MX* the upper bits in SW_PAD_CTL are reserved. On some chips, like the i.MXRT1166, they are a domain write protection. Setting them to 1 can have unexpected side effects. The device tree uses these bits for some flags. Make sure that they are not accidentally written to some value.
- 11:46 Ticket #4903 (TMS570 console driver, SCI frame error (baudrate calculation error)) created by Usha
- bsps/arm/tms570/console/tms570-sci.c: tms570_sci_set_attributes() …
- 10:37 Changeset in rtems-central [a596b89] by Sebastian Huber <sebastian.huber@…>
- spec: Add unspecified header file item type
Note: See TracTimeline
for information about the timeline view.