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

Timeline



10/11/17:

23:47 Ticket #2946 (Add a top level global testsuite configuration file (.tcfg) and a ...) closed by Joel Sherrill
fixed: Chris says he fixed this.
23:45 Ticket #2863 (Update POSIX 1003.1 Compliance Guide for ReST) closed by Joel Sherrill
duplicate: This is a duplicate of #3177
23:42 Ticket #2693 (Update doc to reflect obsoleting rtems_clock_get()) closed by Joel Sherrill <joel@…>
fixed: In [changeset:"21e0fcd28f54d8d57106fe14b6e5ed13e2685be7/rtems-docs" 21e0fcd/rtems-docs]: […]
23:26 Developer/Tools/RTEMS_Tester created by Chris Johns
Initial page.
23:24 Developer/Tools/RTEMS_Linker created by Chris Johns
Initial page.
23:19 Ticket #2487 (Should https://devel.rtems.org/wiki/TBR/Delete/SpecBuilder be Deleted?) closed by Chris Johns
fixed: I cannot find the page in the wiki.
23:17 Ticket #2464 (RSB: Tool patches use the RTEMS version) closed by Chris Johns
wontfix: We should use patches from tickets rather that using the rtems-tools.git repo. This means this any changed in the RSB can be avoided.
23:14 Ticket #2428 (Add 4.12 Tool Target Configurations to RSB) closed by Chris Johns
fixed: This was done a long time ago.
23:08 Ticket #3009 (Provide invalid link handler for docs.rtems.org so old docs can be removed.) closed by Chris Johns
wontfix: The old paths have been remove for a while and it looks like Google has indexed the site. The www.rtems.org pages have been updated.
22:56 Release edited by Chris Johns
Match the start page's table. (diff)
22:37 WikiStart edited by Chris Johns
Fix create bug for 4.12.0 (diff)
22:36 Ticket #3177 (Replace/update POSIX Compliance Guide) created by Joel Sherrill
The POSIX Compliance Guide was never converted from texinfo. Beyond …
10:38 Developer/Tools/RSB edited by Cillian O'Donnell
fixed RSB docs link (diff)
10:10 WikiStart edited by Chris Johns
Change to use the table from the All releases page. Much nicer. (diff)
10:03 Release edited by Chris Johns
Update to 4.11.2 (diff)
10:00 WikiStart edited by Chris Johns
Update the Releases section to make the info more compact and add a download link. (diff)

10/10/17:

14:40 Ticket #3176 (__getreent in libc.a and generated by confdefs.h) created by Joel Sherrill
Some applications are getting duplicate symbol definitions for …
05:50 Ticket #3175 (Merge FreeBSD timecounter changes from 2015-01-20 to now) created by Sebastian Huber
05:44 Ticket #3174 (Remove rtems_pthread_attribute_compare()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"da9f5f113332459444a2a89cbb011c2bbea202da/rtems" da9f5f1/rtems]: […]
05:43 Tickets #3145,​3168 batch updated by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"af9115f35cfb3d0adeb3e105fd608883596f2637/rtems" af9115f3/rtems]: […]

10/09/17:

13:24 Ticket #3174 (Remove rtems_pthread_attribute_compare()) created by Sebastian Huber
The rtems_pthread_attribute_compare() function is undocumented and …
12:16 Ticket #2740 (Suboptimal type for Timestamp_Control) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"65012bfebbc03088f0740b086abb26d2ff6ebd8b/rtems" 65012bf/rtems]: […]
10:50 Ticket #3173 (XIlinx AXI I2C driver IP race condition causes clock glitch.) created by Chris Johns
The Xilinx AXI I2C IP has a race condition when the PIRQ read FIFO …
03:26 Ticket #3172 (i386 PC BSP does not reset when bsp_reset is called.) closed by Joel Sherrill <joel@…>
fixed: In [changeset:"19cbd1943da39c0bfc9236667edcfa717229bc8a/rtems" 19cbd194/rtems]: […]
02:56 Ticket #3172 (i386 PC BSP does not reset when bsp_reset is called.) created by Chris Johns
Removal of the Edison support removed the standard PC reset using the …

10/07/17:

20:34 Ticket #3171 (RSB GCC does not build on High Sierra and APFS) created by Chris Johns
The issue has been reported upstream as …

10/06/17:

19:41 Ticket #3158 (Examples v2 does not build) reopened by Joel Sherrill
I think this is still broken for me. I did a "git module update" and it didn't seem to pull anything. The configure was this: ./waf configure --rtems=$HOME/rtems-work/tools/4.12/bsps \ --rtems-tools=$HOME/rtems-work/tools/4.12 \ --rtems-bsps=sparc/erc32 I did "./wak -k" and multiple tests do not build currently. I cd'ed to file_io/crc and then did this: $ ../../waf clean 'clean-sparc-rtems4.12-erc32' finished successfully (0.065s) [joel@localhost crc]$ ../../waf Waf: Entering directory `/home/joel/rtems-work/examples-v2/build/sparc-rtems4.12-erc32' [0/2] Compiling rootfs/image.img [1/2] Compiling ../../build/sparc-rtems4.12-erc32/file_io/crc/fs-root.tar [2/6] Compiling crc_32.c [3/6] Compiling ../../build/sparc-rtems4.12-erc32/file_io/crc/fs-root-tar.c [4/6] Compiling init.c ../../file_io/crc/init.c:18:10: fatal error: FilesystemImage?.h: No such file or directory #include "FilesystemImage?.h" compilation terminated. Waf: Leaving directory `/home/joel/rtems-work/examples-v2/build/sparc-rtems4.12-erc32' Build failed -> task in 'crc.exe' failed with exit status 1 (run with -v to display more information) I did a "git submodule deinit ." and reinitialized the modules but that didn't help either.
12:48 Ticket #3142 (POSIX: Reduce size of pthread_once_t and make it zero-initialized) closed by Sebastian Huber
fixed: Fixed with latest RSB.
11:47 Ticket #3166 (New default ticket assignee: NeedsReview) closed by Sebastian Huber
fixed: I removed the default owner for all components.
04:02 Ticket #3170 (Use BSP_output_char via RTEMS printer or simple console driver for ...) created by Chris Johns
Test runs with a interrupt driven console driver result in unreliable …

10/05/17:

21:34 Ticket #3159 (Examples v2 trace linker ini files reference non-existing dump-on-error) closed by Chris Johns
fixed: Replying to Joel Sherrill: > This still fails for me. Did you actually push the fix? https://git.rtems.org/examples-v2/commit/?id=c7dfbaf83c5b119106f9ee38c902988cc463b0aa It removes the dump-on-error issue which is the subject of this ticket. Are you seeing #3160?
21:33 Ticket #3169 (Trac view change set results in a Trac error.) created by Chris Johns
https://devel.rtems.org/changeset/c7dfbaf83c5b119106f9ee38c902988cc463b
14:07 Ticket #3159 (Examples v2 trace linker ini files reference non-existing dump-on-error) reopened by Joel Sherrill
This still fails for me. Did you actually push the fix? I fixed a few other examples-v2 failures. But these remain: -> task in 'hello-deep.texe' failed with exit status 10 (run with -v to display more information) Looks like missing update from recent changes. -> task in 'fat_ramdisk.texe' failed with exit status 10 (run with -v to display more information) Looks like missing update from recent changes. -> task in 'fdopen.texe' failed with exit status 10 (run with -v to display more information) Not building filesystem image -> task in 'crc.exe' failed with exit status 1 (run with -v to display more information) Not building filesystem image -> task in 'psx_sched_report.exe' failed with exit status 1 (run with -v to display more information) RTEMS confdefs.h and newlib libc.a both define getreent.
13:28 Ticket #3168 (Simplify POSIX_API_Control) created by Sebastian Huber
There is no need to have a copy of the thread attributes used for the …
07:46 Ticket #3167 (Internal status codes must not depend on RTEMS_POSIX_API) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"5cf5d46ec864d99be72c99f3a6eed970a34548b7/rtems" 5cf5d46e/rtems]: […]
07:24 Ticket #3167 (Internal status codes must not depend on RTEMS_POSIX_API) created by Sebastian Huber
The internal status codes encode a Classic rtems_status_code and error …

10/04/17:

19:48 Ticket #3157 (PowerPC tools don't build on 32-bit hosts) reopened by Jeff Mayes
OK. There are no RTEMS tools in my path. I deleted the build folder in my working dir and tried again. I also changed the #PREFIX to use a different directory. It still fails with the same error as reported. Any other ideas? Thanks
16:25 Ticket #3166 (New default ticket assignee: NeedsReview) created by Sebastian Huber
We have to many tickets with an unclear state if someone is working on …
16:23 Ticket #3165 (Rework components of the ticket system) created by Sebastian Huber
A look at https://devel.rtems.org/milestone/4.12.0 reveals that the …
07:26 Ticket #3164 (aio_cancel() does not destroy the corresponding condition variables) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"c139a705979600f7e959ff8d58f6dc44ab80faa9/rtems" c139a70/rtems]: […]
07:18 Ticket #3164 (aio_cancel() does not destroy the corresponding condition variables) created by Sebastian Huber

10/03/17:

14:54 Developer/Coding/Doxygen edited by Gedare Bloom
Remove link to deleted page GCI/Projects. (diff)
14:48 GCI edited by Gedare Bloom
Comment out the manual way, and uncomment the automated way. (diff)
14:45 GCI edited by Joel Sherrill
Merge GCI/Projects (diff)
04:20 Boards/Beagle Board edited by Chris Johns
Minor edits. (diff)
04:08 Boards/Beagle Board created by Chris Johns
Initial page.

10/02/17:

11:47 Ticket #3161 (I2C EEPROM driver uses incorrect address format) closed by Sebastian Huber
fixed: [8ca15e26ba98f172ee1396f34269ca664925427d/rtems]
11:47 Ticket #3162 (I2C EEPROM driver uses incorrect program timeout handling) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"1a21831b3c8ed7925dbbfb3c3b04d90d5a16845d/rtems" 1a21831/rtems]: […]
11:41 Ticket #3163 (Add I2C device driver for temperature sensor LM75A) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"4cfce5cb6457514947f2ffeba9e3168945cd370d/rtems" 4cfce5c/rtems]: […]
11:40 Ticket #3163 (Add I2C device driver for temperature sensor LM75A) created by Sebastian Huber
11:28 Ticket #3162 (I2C EEPROM driver uses incorrect program timeout handling) created by Sebastian Huber
The RTEMS_MILLISECONDS_TO_TICKS() macro doesn't round up. Do not use …
09:02 Ticket #3161 (I2C EEPROM driver uses incorrect address format) created by Sebastian Huber
The I2C EEPROM driver must send the MSB of the address bytes first.
00:14 Ticket #3159 (Examples v2 trace linker ini files reference non-existing dump-on-error) closed by Chris Johns
fixed
00:13 Ticket #3158 (Examples v2 does not build) closed by Chris Johns
fixed

10/01/17:

00:23 Ticket #3160 (Trace linker score support is broken) created by Chris Johns
The trace linker needs to be updated to build. I am not sure which bit …
00:21 Ticket #3159 (Examples v2 trace linker ini files reference non-existing dump-on-error) created by Chris Johns
Remove the dump-on-error option.
00:20 Ticket #3158 (Examples v2 does not build) created by Chris Johns
Updating waf breaks the rootfs. Add rootfs support to rtems-waf.git.

09/30/17:

07:25 Ticket #3157 (PowerPC tools don't build on 32-bit hosts) closed by Sebastian Huber
duplicate: Duplicate of #2540.

09/29/17:

20:31 Ticket #3157 (PowerPC tools don't build on 32-bit hosts) created by Jeff Mayes
Using RSB and trying to build PowerPC. Updated RSB just a few days …
05:06 Ticket #3156 (rtems-fdt probably not supported on 64-bit PowerPC) created by Sebastian Huber
The following warnings indicate that there are some problems on 64-bit …
05:05 Ticket #3155 (libdl not supported on 64-bit PowerPC) created by Sebastian Huber
There are several warnings: […] Due to vast ABI differences …

09/28/17:

09:02 Ticket #3154 (Add recovery support for I2C bus) created by Sebastian Huber
FreeBSD has a recovery support for the I2C bus. Port this to RTEMS …
Note: See TracTimeline for information about the timeline view.