Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



11/23/15:

15:40 Ticket #2413 (Untar_FromMemory breaks on create directory if they exists, even on ...) closed by Pavel Pisa <pisa@…>
fixed: In [changeset:"9394aa5ed7ef6db28045e0103a6a174d9540d6c2/rtems"]: […]

11/20/15:

15:11 Ticket #2475 (Various bugfixes for rtems-source-builder) created by Goetz Pfeiffer
Hello, I tried to build rtems 4.9, 4.10, 4.11 and 4.12 with …

11/19/15:

02:05 GCI/Obsolete/RefactorBSPs edited by Gedare Bloom
(diff)
02:04 GCI/Coding/POSIXTimingTest edited by Gedare Bloom
Update TOC (diff)

11/18/15:

22:48 WikiStart edited by Chris Johns
Add GCI. (diff)
22:46 GCI created by Chris Johns
Add a top level GCI page.
22:37 Ticket #2473 (mvme162 has invalid code in start up) created by Eric Williams
TRAP #7 generated in code for bsp_start(). This is same issue as …

11/17/15:

20:24 PageTemplates/GCITaskTemplate created by Gedare Bloom
20:22 GCI/Design/CoverImage created by Gedare Bloom
20:21 GCI/Outreach/WikiTBR created by Gedare Bloom
20:19 GCI/QA/InvestigateTicket created by Gedare Bloom
20:19 GCI/QA/ImproveEnglish created by Gedare Bloom
20:15 GCI/Outreach/Middleware created by Gedare Bloom
Import from GCI/Projects
19:48 GCI/Outreach/HelloWorldVideo created by Gedare Bloom
19:46 GCI/Outreach/Tutorials created by Gedare Bloom
Import from GCI/Projects
19:44 GCI/Documentation/ClassicAPIRequirements created by Gedare Bloom
Import from GCI/Projects
19:37 GCI/Documentation/DoxygenCleanup edited by Gedare Bloom
Import more from GCI/Projects (diff)
19:31 GCI/Documentation/FileHeaders created by Gedare Bloom
Import from GCI/Projects
19:27 GCI/Documentation/DoxygenCleanup created by Gedare Bloom
Import from GCI/Projects
19:13 GCI/Obsolete/RefactorBSPs created by Gedare Bloom
Import from GCI/Projects
19:11 GCI/Coding/POSIXTimingTest created by Gedare Bloom
Import from GCI/Projects
19:09 GCI/Coding/HelloWorld created by Gedare Bloom
import from GCI/Projects
07:59 Ticket #2472 (Wrong value in PSR register after task switch on SPARC) closed by Daniel Cederman <cederman@…>
fixed: In [changeset:"2d7aad73ea79fdfd80fa466233c7dbeceb98d43c/rtems"]: […]
07:34 Ticket #2472 (Wrong value in PSR register after task switch on SPARC) created by daniel.cederman
The task switching code does not update the PSR if the heir changes …
06:52 Ticket #2470 (Interrupt epilogue is broken on ARMv7-AR and PowerPC) closed by Sebastian Huber
fixed: [0c9bf40b89cd6763f9ec5d913d440c8b0074a092/rtems]
06:49 Ticket #2471 (Race condition on SMP for events and timeouts) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"72857659c1f8fc71da4a30833caab583a2cfac6d/rtems"]: […]
06:48 Ticket #2471 (Race condition on SMP for events and timeouts) created by Sebastian Huber
06:46 Ticket #2470 (Interrupt epilogue is broken on ARMv7-AR and PowerPC) created by Sebastian Huber

11/13/15:

15:31 Ticket #2469 (Convert RTEMS Add On Packages to RSB) created by Joel Sherrill
This ticket is to publish some patches in progress and hope to get …
15:16 Ticket #2468 (Add Thread Local Storage (TLS) support on x86) created by Joel Sherrill
The x86 is one of the architectures which does not support Thread …
13:06 Ticket #2418 (rtems_waf: SMP support is broken) closed by Sebastian Huber
fixed: https://git.rtems.org/chrisj/rtems_waf.git/commit/?id=b2ce230eb85d23d017f3e86fa9223e781e803f22
13:06 Ticket #2440 (rtems_waf: Install is broken for version != 4.11) closed by Sebastian Huber
fixed: https://git.rtems.org/chrisj/rtems_waf.git/commit/?id=080dbb5404c349afb97a129b5703f526c2185935
07:14 Ticket #2205 (RTEMS tools don't build on MinGW due to missing <sys/queue.h>) closed by Sebastian Huber
fixed: Fixed by using msys2 (2015-11-12) and [04a52040aef69910e9ac2218fea48077e34d4017/rtems-tools].

11/12/15:

15:16 Ticket #2467 (tems/c/src/lib/libbsp/arm/stm32f7x/hal/STM32F7xx_HAL_Driver/Src/stm32f7 ...) created by David Binderman
[rtems/c/src/lib/libbsp/arm/stm32f7x/hal/STM32F7xx_HAL_Driver/Src/stm32 …

11/11/15:

16:22 Ticket #2466 (Review and Incorporate Unified BSP Coding Rules) created by Joel Sherrill
Vipul Nayyar prepared a set of BSP coding guidelines as part of GSOC …
16:09 Ticket #2465 (Update Hello World Instructions to include MSYS2) created by Joel Sherrill
A ticket to prod Chris into adding to the ([wiki:GSoC/GettingStarted
13:37 Developer/Simulators/QEMU/CANEmulation edited by Pavel Pisa
Add links to CAN QEMU RTLWS 2015 article. (diff)

11/10/15:

14:16 Ticket #2464 (RSB: Tool patches use the RTEMS version) created by Sebastian Huber
In rtems/conifg/rtems-urls.bset the tool patches are set to an RTEMS …
09:17 Ticket #2434 (general gpio.h is no longer installed leading to build breakage) reopened by Sebastian Huber
On 06/11/15 23:57, André Marques wrote: > Hello, > > This issue was resolved earlier with the following patch > > https://git.rtems.org/rtems/commit/c/src/lib/libbsp/Makefile.am?id=a57b72ded94b4e77fd4f9bd3cc37380a02e3e35a > > where the inclusion of the GPIO API header file was removed from the libbsp/shared makefile and moved (in the case of the Raspberry Pi, but I forgot about the beagle BSP) to the BSP makefile which intends to use the API. This avoids these name clashes with BSPs that already have a gpio.h header file. > > However the following patch reintroduced the gpio API header on the libbsp/shared makefile > > https://git.rtems.org/rtems/commit/c/src/lib/libbsp/Makefile.am?id=6f6e5d758f6a1e7dcae74e151c3dd3d1034da232 > > This last patch should be reverted, and the shared/include/gpio.h should be included in the beagle BSP makefile that requires it, and motivated this reintroduction. > > I think it is better to have the BSPs include the gpio API header file if they actually implement the API, than forcing the header to all BSPs and creating these problems. > > > Às 14:29 de 05-11-2015, Sebastian Huber escreveu: >> On 05/11/15 15:17, Martin Galvan wrote: >>> The LPC1768 variants have a gpio.h file whose name clashes with the gpio.h from >>> the new GPIO API. This results on the BSPs failing to compile. >>> >>> This patch renames the LPC1768 gpio.* files to lpc-gpio.*, as it's done on other >>> BSPs (e.g. Beaglebone). >>> >>> Closes #2441. >> >> Thanks.
08:23 Ticket #2463 (rtems-syms assumes that 4.11 tools are installed) created by Sebastian Huber
For example: […]

11/09/15:

18:41 Ticket #2462 (shared/gpio.c possible memory leaks) created by Gedare Bloom
rtems_gpio_enable_interrupt() in libbsp/shared/gpio.c should free the …
17:41 TBR/BSP/Leon3 edited by Gedare Bloom
add cmdline for qemu leon3 (diff)
Note: See TracTimeline for information about the timeline view.