Timeline



06/21/19:

04:58 Changeset in rtems [dc581f2]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Enable configuration of SDRAMC_LPR

06/20/19:

21:19 Changeset in rtems [0b83b822]5 by Rob Herring <robh@…>
libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Replace instances of dual GPLv2 or BSD license boilerplate with SPDX tags. Signed-off-by: Rob Herring <robh@…> Message-Id: <20190620211944.9378-3-robh@…> Signed-off-by: David Gibson <david@…>
08:40 GSoC/2019 edited by Nils Hölscher
(diff)
08:32 GSoC/2019 edited by Nils Hölscher
(diff)

06/19/19:

16:31 GSoC/2019 edited by Vaibhav Gupta
(diff)
16:21 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
15:50 GSoC/2019 edited by Gedare Bloom
(diff)
11:16 Changeset in rtems-docs [5a51c73]5 by Sebastian Huber <sebastian.huber@…>
c-user: Add RTEID and ORKID references
08:40 Changeset in rtems-source-builder [e8f1820]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

06/18/19:

10:52 Changeset in rtems [a67b9b06]5 by Sebastian Huber <sebastian.huber@…>
atsam: Add ATSAM_POWER_WAIT_MODE
09:31 Changeset in rtems [522cde4]5 by Sebastian Huber <sebastian.huber@…>
atsam: Enable fast startup via RTC alarm
09:10 Changeset in rtems [bb24892]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Use proper API
03:09 Changeset in rtems [b33c3d4] by Masahiro Yamada <yamada.masahiro@…>
jffs2: Remove C++ style comments from uapi header Linux kernel tolerates C++ style comments these days. Actually, the SPDX License tags for .c files start with . On the other hand, uapi headers are written in more strict C, where the C++ comment style is forbidden. I simply dropped these lines instead of fixing the comment style. This code has been always commented out since it was added around Linux 2.4.9 (i.e. commented out for more than 17 years). 'Maybe later...' will never happen. Signed-off-by: Masahiro Yamada <yamada.masahiro@…> Acked-by: Richard Weinberger <richard@…> Signed-off-by: Richard Weinberger <richard@…>

06/17/19:

02:46 Ticket #3760 (BBB MMU update crashes) created by Chris Johns
Calling arm_cp15_set_translation_table_entries() on a BBB …

06/14/19:

21:43 Changeset in rtems-source-builder [9e8e023]5 by Jiri Gaisler <jiri@…>
Build standalone sis for SPARC and RISC-V targets
12:25 GSoC/2019 edited by Vaibhav Gupta
(diff)
06:41 Changeset in rtems-docs [248c708]5 by Chris Johns <chrisj@…>
user: Split the ARM BSPs source into separate files.
05:59 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
05:41 Changeset in rtems [2be6ab7f]5 by Sebastian Huber <sebastian.huber@…>
dev/sc16is752: Add set/get EFCR IO controls
05:35 Changeset in rtems [6ff1da40]5 by Sebastian Huber <sebastian.huber@…>
dev/sc16is752: Add RS485 mode variants

06/13/19:

19:29 Changeset in rtems [d9fcb22]5 by Vaibhav Gupta <vaibhavgupta40@…>
psxtests: Add psxinttypes01 for <inttypes.h> methods
14:02 Ticket #3759 (Add rtems-test support for atsam BSP) created by xispa
Hi, I am currently trying to install and test RTEMS on an ATMEL …
09:10 Changeset in rtems-source-builder [2198d6b]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
08:28 Changeset in rtems-tools [48afbab]5 by Chris Johns <chrisj@…>
misc/boot-image: Fix image convert. Add --build option. - Change the build directory away from build, avoid the tool wiping out a libbsd build directory.
08:13 Changeset in rtems-tools [6f99d80]5 by Chris Johns <chrisj@…>
misc/boot-image: Fix Linux bugs.
06:54 Changeset in rtems-libbsd [1e98999]5 by Sebastian Huber <sebastian.huber@…>
if_atsam: Remove WDT_Disable() The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
06:54 Changeset in rtems-libbsd [eeb3fd5]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Remove WDT_Disable() The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
06:44 Changeset in rtems [d7d0bba]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Do not disable the WDT The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
05:05 GSoC/2019 edited by Ravindra Kumar Meena
(diff)

06/12/19:

17:12 GSoC/2019 edited by Gedare Bloom
(diff)
16:54 GSoC/2019 edited by Vijay Kumar Banerjee
(diff)
16:26 GSoC/2019 edited by Nils Hölscher
(diff)
14:29 Ticket #3758 (rtems-tools: Trace linker wrapper with trace buffer fails to compile ...) created by Martin Erik Werner
Using rtems-tools 4.11 and enabling the trace buffer generator, I'm …
12:28 Changeset in rtems-source-builder [8156748]5 by Jiri Gaisler <jiri@…>
Add bare target to build standalone sis (devel/sis)
10:53 Changeset in rtems [ee36616]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Improve RTC power driver Accept a time interval up to 24h.
10:51 Changeset in rtems [5d4a81f5]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Fix RTC_SetTimeAlarm() Set the alarm time according to the note in the datasheet.
07:21 Changeset in rtems-libbsd [103d31c]5-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
config: Control the interface from the command line net config file.
07:21 Changeset in rtems-libbsd [7136550]5 by Chris Johns <chrisj@…>
config: Control the interface from the command line net config file.
07:13 Changeset in rtems-libbsd [c099dbe]5 by Chris Johns <chrisj@…>
Remove junk folders.
07:13 Changeset in rtems-libbsd [ddc7300]5-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
Remove junk folders.
05:22 Changeset in rtems [38b29232]5 by zhengxiaojun <jameszxj@…>
libdl/rap: fix RAP file load error.
04:44 Changeset in rtems-tools [d73ce80]5 by Chris Johns <chrisj@…>
misc/boot-image: Fix macro set logic and --net-boot-dhcp processing.
04:19 Changeset in rtems-docs [8c3fac9]5 by Chris Johns <chrisj@…>
user: Add the boot image tool command.
00:14 Changeset in rtems-source-builder [bb1a9b8]5 by Chris Johns <chrisj@…>
5/rtems-tools: Update RTEMS tools.

06/11/19:

11:42 Changeset in rtems-docs [cf0c79a]5 by Chris Johns <chrisj@…>
shell: Add CONFIGURE_MAXIMUM_POSIX_KEYS entry.

06/10/19:

22:37 Changeset in rtems-tools [cbff4c8]5 by Chris Johns <chrisj@…>
rtemstoolkit/macros: Convert all keys to str from unicode.
07:08 Changeset in rtems-tools [757578d]5 by Chris Johns <chrisj@…>
rtemstoolkit/configuration: Fix interpolation support. - It was disabled always. Now optional by the constructor.

06/08/19:

08:38 Ticket #3757 (Alternative memory allocators) created by Sebastian Huber
The current memory allocator in RTEMS uses a first fit strategy. This …
Note: See TracTimeline for information about the timeline view.