Timeline



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
14:28 Changeset in rtems-libbsd [33d8f3c7]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/priority.h>
14:24 Changeset in rtems-libbsd [39ac918]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/ttycom.h>
14:22 Changeset in rtems [8f3ec7c0]5 by Sebastian Huber <sebastian.huber@…>
Import latest <sys/ttycom.h> from FreeBSD Required by new network stack.
14:13 Changeset in rtems-libbsd [2dd7b49]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/sockio.h>
14:12 Changeset in rtems [f757bb7c]5 by Sebastian Huber <sebastian.huber@…>
Merge with latest <sys/sockio.h> from FreeBSD Required by new network stack.
14:04 Changeset in rtems-libbsd [25ce3e8]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/mman.h>
14:02 Changeset in rtems-libbsd [c9f679f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/filio.h>
13:57 Changeset in rtems [836803f]5 by Sebastian Huber <sebastian.huber@…>
Import latest <sys/filio.h> from FreeBSD Required by new network stack.
13:42 Changeset in rtems-libbsd [d5b64f2]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/endian.h>
07:59 Ticket #2472 (Wrong value in PSR register after task switch on SPARC) closed by Daniel Cederman <cederman@…>
fixed: In 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 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/16/15:

13:13 Changeset in rtems [2d7aad73]4.11 by Daniel Cederman <cederman@…>
sparc: Fix context switch on SMP We must not load registers (e.g. PSR) from the heir context area before the heir stopped execution. With this patch the write to PSR is divided into two steps. We first update the current window pointer and then we restore the status registers and enable traps. This allows us to move the first write to PSR to be before the write to WIM, as there is now no risk that we get an interrupt where the CWP and WIM would be inconsistent. We only need to make sure that we do not use any of the non-global registers or instructions that affects CWP for three instructions after the write. In the earlier code the non-global %o1 register was used right after the write to PSR, which required the use of three nop:s. Close #2472.
13:13 Changeset in rtems [78cac9b]5 by Daniel Cederman <cederman@…>
sparc: Fix context switch on SMP We must not load registers (e.g. PSR) from the heir context area before the heir stopped execution. With this patch the write to PSR is divided into two steps. We first update the current window pointer and then we restore the status registers and enable traps. This allows us to move the first write to PSR to be before the write to WIM, as there is now no risk that we get an interrupt where the CWP and WIM would be inconsistent. We only need to make sure that we do not use any of the non-global registers or instructions that affects CWP for three instructions after the write. In the earlier code the non-global %o1 register was used right after the write to PSR, which required the use of three nop:s.
08:51 Changeset in rtems-libbsd [d1558f3]4.11 by Sebastian Huber <sebastian.huber@…>
SOCKETPAIR(2): Port to RTEMS
08:51 Changeset in rtems-libbsd [dd96574]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
SOCKETPAIR(2): Port to RTEMS
06:32 Changeset in rtems-libbsd [330f9886]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update rtems_waf module for msys2 support

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
13:02 Changeset in rtems_waf [b548c77] by Sebastian Huber <sebastian.huber@…>
Fix module import for msys2
12:03 Changeset in rtems-libbsd [d639c30]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update rtems_waf module for Python 3 compatibility
10:44 Changeset in rtems_waf [adacadf] by Sebastian Huber <sebastian.huber@…>
Python 3 compatibility
10:19 Changeset in rtems-libbsd [7385d4a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update rtems_waf module for msys2 support
10:11 Changeset in rtems_waf [d319d03] by Sebastian Huber <sebastian.huber@…>
Add missing pkgconfig module
09:58 Changeset in rtems-libbsd [5aa22c6]4.11 by Sebastian Huber <sebastian.huber@…>
Update rtems_waf module
09:58 Changeset in rtems-libbsd [a76483d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use latest rtems_waf
09:39 Changeset in rtems_waf [4a549d2] by Sebastian Huber <sebastian.huber@…>
Delete non-existing RTEMS_ATOMIC
09:39 Changeset in rtems_waf [a0b06b0] by Sebastian Huber <sebastian.huber@…>
Derive default RTEMS version and path from prefix Now the configuration is quite simple for standard installations, e.g. waf configure --prefix=/opt/rtems-4.12 --rtems-bsps=sparc/sis
09:39 Changeset in rtems_waf [080dbb5] by Sebastian Huber <sebastian.huber@…>
Derive default paths from RTEMS version Close #2440.
09:39 Changeset in rtems_waf [b2ce230] by Sebastian Huber <sebastian.huber@…>
Do RTEMS CPU options check early Set mandatory C++ standard option in case SMP is enabled. Close #2418.
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:

22:11 Changeset in rtems [74172b7d]5 by Pavel Pisa <pisa@…>
bsp/tms570: use common tms570ls3137.inc file for all board ling variants. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [dec479b]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: use common tms570ls3137.inc file for all board ling variants. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [38404cb]5 by Premysl Houdek <kom541000@…>
bsp/tms570: separate Flash variants to one which boots directly and one for boot loader. The default tms570ls3137_hdk variant is for building RTEMS application image starting directly from start of Flash. Variant tms570ls3137_hdk_with_loader skips 256kB at start of Flash to allow use with application loader. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [85750d1]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: separate Flash variants to one which boots directly and one for boot loader. The default tms570ls3137_hdk variant is for building RTEMS application image starting directly from start of Flash. Variant tms570ls3137_hdk_with_loader skips 256kB at start of Flash to allow use with application loader. Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [416cd88]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: use POM only when application image does not start at address 0. Parameters overlay module is initialized and cleared first. It is used later to replace exception target vectors only if that is required. The application loader code with CPU and SDRAM setup code has to provide well defined pattern of instructions at addresses 0x00000000 and 0x0000001f, because only data read accesses can be processed reliably by POM. The expected instruction pattern can be seen in the next example https://github.com/hornmich/tms570ls3137-hdk-sdram/blob/master/SDRAM_SCI_configuration/source/sys_intvecs.asm Comments with detailed description of code, background and reasons for selected approach have been included in TMS570 bsp startup code. Signed-off-by: Pavel Pisa <pisa@…> Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [870ff8e9]5 by Pavel Pisa <pisa@…>
bsp/tms570: use POM only when application image does not start at address 0. Parameters overlay module is initialized and cleared first. It is used later to replace exception target vectors only if that is required. The application loader code with CPU and SDRAM setup code has to provide well defined pattern of instructions at addresses 0x00000000 and 0x0000001f, because only data read accesses can be processed reliably by POM. The expected instruction pattern can be seen in the next example https://github.com/hornmich/tms570ls3137-hdk-sdram/blob/master/SDRAM_SCI_configuration/source/sys_intvecs.asm Comments with detailed description of code, background and reasons for selected approach have been included in TMS570 bsp startup code. Signed-off-by: Pavel Pisa <pisa@…> Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [2f95794e]5 by Premysl Houdek <kom541000@…>
bsp/tms570: updated reserved space for vector overlay in internal RAM
22:11 Changeset in rtems [572f5df]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: updated reserved space for vector overlay in internal RAM
22:11 Changeset in rtems [08a98f7]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: fixed sci driver freeze when closing terminal bug tms570_sci_interrupt_last_close: do not wait for old data transmit. Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [7e18dd9]5 by Premysl Houdek <kom541000@…>
bsp/tms570: fixed sci driver freeze when closing terminal bug tms570_sci_interrupt_last_close: do not wait for old data transmit. Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [e5d5767e]5 by Premysl Houdek <kom541000@…>
bsp/tms570: Pinmux support and EMAC pin definition added Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [e73d932]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: Pinmux support and EMAC pin definition added Signed-off-by: Premysl Houdek <kom541000@…>
22:11 Changeset in rtems [6302c61]5 by Premysl Houdek <kom541000@…>
bsp/tms570: EMAC control header file corrected and EMAC interrupt vector added Signed-off-by: Premysl Houdek <kom541000@…> Signed-off-by: Pavel Pisa <pisa@…>
22:11 Changeset in rtems [fb5d60d]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: EMAC control header file corrected and EMAC interrupt vector added Signed-off-by: Premysl Houdek <kom541000@…> Signed-off-by: Pavel Pisa <pisa@…>
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 …
12:16 Changeset in rtems-libbsd [06d8316]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
testsuite/ppp01: Avoid build error on SMP
12:12 Changeset in rtems-libbsd [c689915]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use optimization level -O2
12:10 Changeset in rtems-libbsd [d6c6017]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Python 3 compatibility
12:01 Changeset in rtems-libbsd [ba44613]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Port to RTEMS
12:01 Changeset in rtems-libbsd [c5a141a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Import from FreeBSD trunk 2015-11-10
12:01 Changeset in rtems-libbsd [02279d6]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
USB: Update to FreeBSD trunk 2015-11-10
10:30 Changeset in rtems [06ef76e3]5 by Sebastian Huber <sebastian.huber@…>
Update config.guess and config.sub Update via: wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
10:15 Changeset in rtems-tools [04a5204]4.105 by Sebastian Huber <sebastian.huber@…>
Python 3 compatibility
06:48 Changeset in rtems-tools [ab922fe]4.105 by Chris Johns <chrisj@…>
Add tools patches for RTEMS 4.12.

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:47 Changeset in rtems [459ebc8]5 by Sebastian Huber <sebastian.huber@…>
libtests/termios04: Avoid use of freed memory
13:37 Developer/Simulators/QEMU/CANEmulation edited by Pavel Pisa
Add links to CAN QEMU RTLWS 2015 article. (diff)
11:05 Changeset in rtems [610909f]5 by Sebastian Huber <sebastian.huber@…>
irq-server: Fix race condition on SMP systems
10:49 Changeset in rtems [0c9bf40b]4.11 by Sebastian Huber <sebastian.huber@…>
Fix interrupt epilogue for ARMv7-AR and PowerPC Close #2470.
10:49 Changeset in rtems [5c7bfcf]5 by Sebastian Huber <sebastian.huber@…>
Fix interrupt epilogue for ARMv7-AR and PowerPC
09:47 Changeset in rtems [4fee129]5 by Sebastian Huber <sebastian.huber@…>
Introduce general purpose system server event Use this event for the interrupt server to avoid conflicts with application events used by interrupt handlers.
09:18 Changeset in rtems-tools [5cb66b4]4.105 by Sebastian Huber <sebastian.huber@…>
rtd-rtems.cpp: Default to version 4.12

11/10/15:

16:23 Changeset in rtems [72857659]4.11 by Sebastian Huber <sebastian.huber@…>
score: Fix race condition on SMP We must ensure that the Thread_Control::Wait information update is visible to the target thread before we update its wait flags, otherwise we may return out of date events or a wrong status. Close #2471.
16:23 Changeset in rtems [b84a51c]5 by Sebastian Huber <sebastian.huber@…>
score: Fix race condition on SMP We must ensure that the Thread_Control::Wait information update is visible to the target thread before we update its wait flags, otherwise we may return out of date events or a wrong status.
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:19 Changeset in rtems-libbsd [c164446]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Rename kernel space log() to _bsd_log() This avoids a conflict with the standard math library log() function.
09:19 Changeset in rtems-libbsd [e18bac8]4.11 by Sebastian Huber <sebastian.huber@…>
Rename kernel space log() to _bsd_log() This avoids a conflict with the standard math library log() function.
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 …
18:30 Changeset in rtems [f8bdd12]5 by Gedare Bloom <gedare@…>
gpio: free memory in error path Updates #2462.
17:41 TBR/BSP/Leon3 edited by Gedare Bloom
add cmdline for qemu leon3 (diff)

11/06/15:

15:18 Changeset in rtems-source-builder [7164e61]4.104.95 by Sebastian Huber <sebastian.huber@…>
Add RTEMS 4.12 build set

11/05/15:

19:53 Ticket #2460 (arm-gic.h - GIC_ID_TO_TWO_BITS_REG_OFFSET(id) incorrectly defined) created by Adit
This bug pertains to the ARM Generic Interrupt Controller (GIC) …
14:28 Ticket #2441 (lpc1768 variants fail to build with error in gpio.c) closed by Martin Galvan <martin.galvan@…>
fixed: In 1d55e157ca9f4a9ff806f8fa5fcc79b03a7b8178/rtems: […]
14:17 Changeset in rtems [1d55e15]5 by Martin Galvan <martin.galvan@…>
LPC1768: Fix compilation error 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.
10:51 Changeset in rtems [c1e98cd]5 by Sebastian Huber <sebastian.huber@…>
Resurrect make/Templates/Makefile.lib This file was accidentally removed by 370c09a1f4012139aebabb4f2c9ec081855fc94d.
10:33 Ticket #2459 (Add rtems_chain_get_first_unprotected() to chain API) closed by Sebastian Huber
fixed: [aa473025f70d144ef9b50e833e7d9b91aad134f9/rtems]
10:28 Ticket #2459 (Add rtems_chain_get_first_unprotected() to chain API) created by Sebastian Huber

11/04/15:

17:58 Changeset in rtems-source-builder [6bef80f]4.104.95 by Gedare Bloom <gedare@…>
doc: fix link to patch for CVS
17:37 GSoC/GettingStarted edited by Gedare Bloom
Fix link to RSB Doc (diff)
06:53 Ticket #2454 (Warning in threadqops.c) closed by Sebastian Huber <sebastian.huber@…>
fixed: In eab538cf9e6c16f3ff902bf340ed0111d58fc35b/rtems: […]
06:39 Changeset in rtems [eab538c]5 by Sebastian Huber <sebastian.huber@…>
score: Fix warning Close #2454.
06:37 Changeset in rtems [893f9ef]5 by Sebastian Huber <sebastian.huber@…>
sptests/spsimplesched02: Fix warning Close #2455.

11/03/15:

20:06 Ticket #2458 (Remove powerpc/score603e BSP) created by Joel Sherrill
Remove the powerpc/score603e BSP per the instructions at …
20:06 Ticket #2457 (Remove powerpc/ep1a BSP) created by Joel Sherrill
Remove the powerpc/ep1a BSP per the instructions at …
18:59 Ticket #2456 (Warning in beagle bbb-gpio.c) closed by Ben Gras <beng@…>
fixed: In 2502e26ddae7c8b5780b89c5d3b85fbe5b9ca6fa/rtems: […]
17:00 Changeset in rtems [2502e26d]5 by Ben Gras <beng@…>
Leftover gpio function rename Rename rtems_bsp_select_specific_io to rtems_gpio_bsp_select_specific_io. Should've gone with 5c337d7. Fixes #2456.
15:54 Ticket #2456 (Warning in beagle bbb-gpio.c) created by Joel Sherrill
../../../../../../../../rtems/c/src/lib/libbsp/arm/beagle/gpio/bbb-gpio …
15:53 Ticket #2455 (Warning in spsimplesched02) created by Joel Sherrill
This may apply to the 4.11 branch as well. I am not sure. …
15:52 Ticket #2454 (Warning in threadqops.c) created by Joel Sherrill
This may apply to the 4.11 branch as well. I am not sure. …
15:33 Developer/Removing_a_Port edited by Joel Sherrill
Add RTEMS repos which know about GNU tools (diff)
15:31 Ticket #2453 (Remove h8300/h8sim BSP) created by Joel Sherrill
Remove the h8300/h8sim BSP per the instructions at …
15:30 Ticket #2452 (Remove H8300 Architectual Port) created by Joel Sherrill
Remove the H8300 port per the instructions at …
15:25 Ticket #2451 (Remove arm/gp32 BSP) created by Joel Sherrill
Remove the arm/gp32 BSP per the instructions at …
15:22 Ticket #2450 (Remove arm/nds) created by Joel Sherrill
Remove the arm/nds BSP per the instructions at …
15:21 Ticket #2449 (Remove arm/gba BSP) created by Joel Sherrill
Remove the arm/gba BSP per the instructions at …
14:54 Ticket #2448 (Remove mips/mongoose BSP) created by Joel Sherrill
Remove the m32r/m32rsim BSP per the instructions at …
14:47 Developer/Removing_a_BSP edited by Joel Sherrill
Add miscellaneous things to clean up (diff)
14:42 Ticket #2447 (Remove m32r/m32rsim) created by Joel Sherrill
Remove the m32r/m32rsim BSP per the instructions at …
14:41 Ticket #2446 (Remove M32R Architectural Port) created by Joel Sherrill
Remove the M32R port per the instructions at …
10:44 Changeset in rtems [d9bd59da]5 by Sebastian Huber <sebastian.huber@…>
bsp/irq-server: Support shared interrupts
10:14 Changeset in rtems [8dbb14d5]5 by Sebastian Huber <sebastian.huber@…>
bsp/irq-server: Use proper chain API
10:10 Changeset in rtems [aa47302]5 by Sebastian Huber <sebastian.huber@…>
sapi: Add rtems_chain_get_first_unprotected() Close #2459.
00:25 Ticket #2445 (Remove m68k/sim68000 BSP) created by Joel Sherrill
Remove the m68k/sim68000 BSP per the instructions at …
00:25 Ticket #2444 (Remove m68k/mvme136 BSP) created by Joel Sherrill
Remove the m68k/mvme136 BSP per the instructions at …
00:23 Developer/Removing_a_Port edited by Joel Sherrill
Added more (diff)
00:10 Developer/Removing_a_Port edited by Joel Sherrill
Add first steps (diff)
Note: See TracTimeline for information about the timeline view.