Timeline



02/09/18:

12:17 Changeset in rtems [a3eec5c]5 by Sebastian Huber <sebastian.huber@…>
fsclose01: Fix task mode, use attribute Update #1971.
12:14 Changeset in rtems [48aa4b5d]5 by Sebastian Huber <sebastian.huber@…>
fsclose01: Use floating-point task The tmpfile() uses sprintf(). Update #1971.
07:59 Changeset in rtems [bf70702]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Add GPIO access via ioctl.
07:56 Changeset in rtems [dc8fd01]5 by Sebastian Huber <sebastian.huber@…>
tests: Support %g print format specifier

02/08/18:

22:34 Ticket #3297 (4.11: libtests in the testsuite does not set EXEEXT to .exe) closed by Chris Johns
fixed: http://git.rtems.org/rtems/commit/?id=1a304307a2f0527023b912595c70d0c7fb17a2d0
22:34 Ticket #2747 (dlerror non-conformance) closed by Chris Johns
fixed
22:31 Ticket #3292 (4.10: Do not build RTEMS by default in releases.) closed by Chris Johns <chrisj@…>
fixed: In 9f4ed7e/rtems-source-builder: […]
19:40 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
09:47 Changeset in rtems [ed24ed4e]5 by Sebastian Huber <sebastian.huber@…>
Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for operations that block the executing thread. This ensures that we get a fatal error (INTERNAL_ERROR_BAD_THREAD_DISPATCH_DISABLE_LEVEL) if we try to block in an invalid context, e.g. during system start or an interrupt handler.
09:46 Changeset in rtems [a49dfb1]5 by Sebastian Huber <sebastian.huber@…>
rtems: Use _Per_CPU_Get_executing()
09:01 Ticket #3090 (Add BSP for i.MX 7) closed by Sebastian Huber
fixed
08:59 Ticket #2843 (Use self-contained objects instead of Classic API for drivers and ...) closed by Sebastian Huber
fixed: All cpukit services use now self-contained objects, except: * gxx_wrappers.c (legacy, would need GCC patch) * ada_intrsupp.c (would need GCC patch) * libi2c.c (legacy, I2C drivers should use new framework) * sse_test.c (seems to be dead code)
08:37 Changeset in rtems [9ace2648]5 by Sebastian Huber <sebastian.huber@…>
fdt: Use self-contained mutex Update #2843.
05:13 Changeset in rtems-source-builder [9f4ed7e]4.10 by Chris Johns <chrisj@…>
rtems: Do not build the RTEMS kernel by default in releases. Close #3292
03:37 Ticket #3298 (dlerror non-conformance) created by Chris Johns
This is a port of the 4.11 patches from #2747 to master. Please …
03:18 Changeset in rtems [7093cb5e]4.114.11.3 by Chris Johns <chrisj@…>
libtest/dl01: Add dlerror tests. Update #2747
03:03 Changeset in rtems [1a304307]4.11 by Chris Johns <chrisj@…>
testsuites/libtest: Set EXENT to .exe so executable are correctly named. The configure order effects how it works. Close #3297
02:33 Ticket #3297 (4.11: libtests in the testsuite does not set EXEEXT to .exe) created by Chris Johns
A check of the 4.11 branch shows: […]

02/07/18:

22:18 Changeset in rtems-source-builder [d2b25d1]5 by Chris Johns <chrisj@…>
sb: Option --source-only-download does not download the source. The option expansion is missing `--with-download'.
22:17 Ticket #3296 (4.10: RSB `--source-only-download` does not download the source) closed by Chris Johns <chrisj@…>
fixed: In e5ec968/rtems-source-builder: […]
22:17 Changeset in rtems-source-builder [e5ec968]4.10 by Chris Johns <chrisj@…>
sb: Option --source-only-download does not download the source. The option expansion is missing `--with-download'. Close #3296
22:16 Ticket #3296 (4.10: RSB `--source-only-download` does not download the source) created by Chris Johns
The option expansion is missing `--with-download'.
22:14 Ticket #3295 (4.11: RSB `--source-only-download` does not download the source) closed by Chris Johns <chrisj@…>
fixed: In 4671017/rtems-source-builder: […]
22:13 Changeset in rtems-source-builder [4671017]4.114.11.3 by Chris Johns <chrisj@…>
sb: Option --source-only-download does not download the source. The option expansion is missing `--with-download'. Close #3295
22:12 Ticket #3271 (Avoid using multiprocessor.org in rtems source builder) closed by Chris Johns
fixed: Check the 4.11 branch and it is now using the GNU ftp site: […]
22:09 Ticket #3295 (4.11: RSB `--source-only-download` does not download the source) created by Chris Johns
The option expansion is missing `--with-download'.
21:56 Ticket #3293 (4.10: gcc version report for released tools is wrong.) closed by Chris Johns <chrisj@…>
fixed: In f75dd49/rtems-source-builder: […]
21:55 Ticket #3291 (4.10 SPARC and LM32 do not build on Windows) closed by Chris Johns <chrisj@…>
fixed: In 70159fb/rtems-source-builder: […]
21:54 Ticket #3074 (gcc version report for released tools is wrong.) closed by Chris Johns <chrisj@…>
fixed: In 3822803/rtems-source-builder: […]
21:48 Ticket #3294 (gcc version report for released tools is wrong.) closed by Chris Johns <chrisj@…>
fixed: In 858b648/rtems-source-builder: […]
17:18 Changeset in rtems [dad79bb9]5 by Joel Sherrill <joel@…>
unhex.c: Remove unnecessary extern of errno Closes #2610.
16:44 TBR/UserManual/Simulators edited by Tony Richardson
(diff)
11:35 Changeset in rtems [5cbc9c5]5 by Jacob Hansen <jacob.hansen@…>
clang: Keep -qrtems and -B for compilers without -specs support This is needed for building rtems correctly with Clang. Note that this change does not mean rtems can build correctly with mainline clang. However the change allows building rtems with a Clang toolchain that has a rtems frontend similar that of GCC's builtin rtems specs.
08:23 Changeset in rtems [abc2164]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix redefinitions
08:23 Changeset in rtems [18f285c]5 by Sebastian Huber <sebastian.huber@…>
bsps/sparc64: Fix redefinitions
08:23 Changeset in rtems [0f7913b]5 by Sebastian Huber <sebastian.huber@…>
network: Fix integer types
07:57 Changeset in rtems [e16111b2]5 by Sebastian Huber <sebastian.huber@…>
NFS: Fix use of self-contained objects Update #2843.
05:15 Ticket #2538 (4.11 tools on RSB 4.11 branch fail to build) closed by Chris Johns
worksforme: I cannot repeat this and the related code looks OK so without further details I cannot do much with this but report.
05:12 Ticket #2439 (GCC 4.9.3 ARM build fails on OS X 10.11 (El Capitan)) closed by Chris Johns
fixed: ARM is building on MacOS: https://lists.rtems.org/pipermail/build/2018-February/000447.html
04:27 Changeset in rtems-source-builder [858b648]5 by Chris Johns <chrisj@…>
gcc: Use the RSB release for released tools. Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3294
04:25 Ticket #3294 (gcc version report for released tools is wrong.) created by Chris Johns
The release gcc version string has the RTEMS release and not the …
04:22 Changeset in rtems-source-builder [f75dd49]4.10 by Chris Johns <chrisj@…>
gcc: Use the RSB release for released tools. Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3293
04:18 Ticket #3293 (4.10: gcc version report for released tools is wrong.) created by Chris Johns
The release gcc version string has the RTEMS release and not the …
04:14 Changeset in rtems-source-builder [3822803]4.11 by Chris Johns <chrisj@…>
gcc: Use the RSB release for released tools. Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3074
03:23 Ticket #3292 (4.10: Do not build RTEMS by default in releases.) created by Chris Johns
The default is changing because it is not practical, and bugs can …
03:12 Ticket #3183 (Build of RTEMS 4.11.2 using RSB fails for ARM) closed by Chris Johns
fixed: This fix resolves the RSB side of things, the kernel is now not build by default with the following change so this error is avoided: https://git.rtems.org/rtems-source-builder/commit/?h=4.11&id=49033ffc66f75d10ba47df166be77827d0069b56 The underlying bug in the BSP is still present and if it is a problem a new ticket can be created.
03:04 Changeset in rtems-source-builder [70159fb]4.10 by Chris Johns <chrisj@…>
4.10: Disable building the simulator in GDB for SPARC and LM32. There is POSIX code that does not build on Windows. Close #3291
03:04 Ticket #3291 (4.10 SPARC and LM32 do not build on Windows) created by Chris Johns
GDB simulators do not build. The simulators need to be disabled for …
03:00 Ticket #2610 (unhex.c does not build on MSYS2) closed by Chris Johns
wontfix: I am closing this ticket. The tool can be fixed on master.
02:59 Ticket #3193 (NOT released from source builder) closed by Chris Johns
fixed: I download rtems-source-builder-4.11.2.tar.xz and the sb-check shows: […] which matches the output in this ticket. I copied the VERSION file from this version to the 4.11 branch version and got: […] I believe this issue is fixed on the branch.

02/06/18:

17:21 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
15:28 Changeset in rtems [6878519]5 by Christian Mauderer <christian.mauderer@…>
bsp/atsam: Fix cache / DMA handling in SPI. This patch fixes the cache handling for the atsam SPI driver. Note that this solution might doesn't have the best performance for small packets.
14:49 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
14:44 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
09:50 Developer/Projects/Open/AtomicAPI edited by Sebastian Huber
(diff)
09:49 Developer/Projects/Open/Condition_Variables edited by Sebastian Huber
(diff)
09:48 Developer/OpenProjects edited by Sebastian Huber
(diff)
09:03 Ticket #3290 (Add device tree support to Altera/Intel Cyclone V BSP) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c30fa94/rtems-libbsd: […]
08:29 Changeset in rtems-libbsd [2275776]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Default to USB host mode In case no "dr_mode" property is present in the device tree, then default to USB host mode. This is necessary to support the Cyclone V SoC Development Kit.
08:28 Changeset in rtems-libbsd [b79c025]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Add compatibility string, constify Support device tree of Cyclone V SoC Development Kit.
00:40 Ticket #3095 (Trac: Unable to login due to internal database error) closed by Chris Johns
fixed: Trac is working so must have been fixed.
00:39 Ticket #2311 (A git commit hook should reject patches with references to rtems.com) closed by Chris Johns
wontfix: I am closing this ticket. I think we have fixed most cases and I am hesitant starting to add pre-commit processing without careful consideration.
00:37 Ticket #2743 (No git commit hooks running on rtems-docs.git) closed by Chris Johns
fixed
00:37 Ticket #2199 (Automate doc build) closed by Chris Johns
fixed: This is working.
00:31 Changeset in rtems-tools [c2d0d0e]5 by Joel Sherrill <joel@…>
tester/rtems/rtems-bsps-powerpc.ini: Fix typo

02/05/18:

23:24 Ticket #3104 (Shell internal commands should be public.) closed by Chris Johns
fixed: https://git.rtems.org/rtems/commit/?h=4.11&id=89fd08eae6d3801a917daccc992b0ac5b32cf4d6
23:23 Ticket #3004 (Typos in RTEMS User Manual 4.11.99) closed by Chris Johns
fixed: https://git.rtems.org/rtems-docs/commit/?h=4.11&id=0319856bca6a0655e453a5faa20344d97ff78c64
23:22 Ticket #2910 (RSB docs for Mavericks has Incorrect Formatting Markup) closed by Chris Johns <chrisj@…>
fixed: In 739e0f9/rtems-docs: […]
23:20 Ticket #3287 (RSB backport changes to support mailing list posting of builds.) closed by Chris Johns <chrisj@…>
fixed: In 652a90f/rtems-source-builder: […]
23:17 Ticket #3289 (RSB backport changes to support mailing list posting of builds.) closed by Chris Johns
fixed
22:37 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
22:22 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
22:10 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
22:04 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
21:52 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
15:45 Changeset in rtems-libbsd [bcaa8a2]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dw_mmc: Properly init/reset DMA
15:45 Changeset in rtems-libbsd [138bf25]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dw_mmc: Add MMCBR_IVAR_TIMING
12:57 Changeset in rtems-libbsd [c30fa94]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add device tree support for Altera/Intel? Cyclone V Close #3290.
12:54 Changeset in rtems [3454179]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Add device tree support Update #3290.
12:54 Ticket #3290 (Add device tree support to Altera/Intel Cyclone V BSP) created by Sebastian Huber
11:13 Ticket #3270 (Remove unused support for MPC505) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 0f4a7391/rtems: […]
11:05 Changeset in rtems-libbsd [9906c4a]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tests: Fix configuration dependencies
10:50 Ticket #2840 (Use self-contained mutexes for Termios framework) closed by Sebastian Huber
fixed: Fixed by #2843.
10:45 Changeset in rtems [0f4a7391]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Remove support for mpc505 Close #3270.
10:43 Ticket #3281 (Add epiphany support to GDB 8.0.0) closed by Sebastian Huber
wontfix: GDB is support for ephiphany is not integrated in the FSF GDB. Adapteva didn't respond to e-mails.
10:41 Ticket #3277 (QorIQ: Add MAC-less DPAA driver to libbsd) closed by Sebastian Huber
fixed
09:43 Changeset in rtems-docs [13debfb]5 by Sebastian Huber <sebastian.huber@…>
c-user: Fix index directives Update #3229.
08:58 Changeset in rtems-docs [0851404]5 by Sebastian Huber <sebastian.huber@…>
c-user: Document obsolete termios config options Update #2843.
08:57 Changeset in rtems [53b6484]5 by Sebastian Huber <sebastian.huber@…>
termios: Remove obsolete configuration options Update #2843.
08:32 Ticket #1971 (Memory leak in tmpfile()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4ac5ffbb/rtems: […]
08:31 Changeset in rtems [4ac5ffbb]5 by Sebastian Huber <sebastian.huber@…>
fsclose01: Add tmpfile() test case Close #1971.
08:17 Ticket #2084 (Incorrect clock() return value if USE_TICKS_FOR_STATISTICS=1) closed by Sebastian Huber
wontfix: The USE_TICKS_FOR_STATISTICS is no longer supported.
07:53 Ticket #1662 (termios.c: semaphore not deleted, consequently resulting in failure of ...) closed by Sebastian Huber
fixed: Due to the reference counting of file descriptors (#3132) this problem no longer exists in RTEMS 5.1. If you close() a file descriptor which is still in use, you get an error (EBUSY).
07:49 Ticket #2363 (SPARC: Silent FP context corruption possible) closed by Sebastian Huber
duplicate: Fixed by #3077.
07:48 Ticket #2460 (arm-gic.h - GIC_ID_TO_TWO_BITS_REG_OFFSET(id) incorrectly defined) closed by Sebastian Huber
duplicate: Duplicate of #3002.
05:50 Ticket #2362 (ramdisk_initialize() returns an error code and driver initialization ...) closed by Chris Johns
wontfix
05:45 Ticket #2671 (moxie tools fail to build on 4.11) closed by Chris Johns
wontfix
05:42 Ticket #3068 (RTEMS 4.11.2 Moxie build fails) closed by Chris Johns
wontfix: If you want Moxie support use master.
05:42 Ticket #3067 (RTEMS 4.11.2 M32C build fails) closed by Chris Johns
wontfix: If you want M32C support use master.
05:41 Ticket #3066 (RTEMS 4.11.2 LM32 build fails) closed by Chris Johns
wontfix: If you want LM32 support use master.
05:29 Ticket #3065 (RTEMS 4.11.2 avr build fails) closed by Chris Johns
invalid: I cannot repeat this building the 4.11 branch tools and then RTEMS on FreeBSD 11.1. As a result I will close this PR. Note, the AVR BSP does not build as GCC fails with: […]
04:53 Changeset in rtems-docs [739e0f9]4.114.11.3 by Chris Johns <chrisj@…>
rsb: Minor fixes. Close #2910
04:47 Ticket #3196 (4-11.2 gdb generation fails) closed by Chris Johns
wontfix: This will not be fixed on this branch. Checking for a header is not simple to implement. Where do you check for python.h because the location can vary from host to host. For example on MacOS and Xcode it is /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h.
04:32 Changeset in rtems-source-builder [de9ca90]4.11 by Chris Johns <chrisj@…>
sb: RSB backport changes to support mailing list posting of builds. This requires moving to markdown for HTML and so asciidoc can be removed. Close 3289
03:50 Ticket #3289 (RSB backport changes to support mailing list posting of builds.) created by Chris Johns
To help the long term support of the 4.11 branch back port the RSB …
03:35 Changeset in rtems-docs [0319856]4.11 by Chris Johns <chrisj@…>
user: Fix typos in the User Manual. Close #3004
03:15 Ticket #3286 (RSB does not handle the `--rsb-file` option named sources with releases.) closed by Chris Johns <chrisj@…>
fixed: In 61d2c55/rtems-source-builder: […]
01:44 Ticket #3288 (Remove doc from RSB on 4.10 branch) created by Chris Johns
Back porting fixes from master means the top level doc directory …

02/03/18:

17:10 Changeset in rtems-source-builder [18e1ba6]5 by Stephan Gambke <s7eph4n@…>
sb: Switch some md5 hashes to sha256 Using md5 hashes will break the building of qemu.bset, so switch all involved hashes to sha256
15:02 Changeset in rtems-source-builder [dde330b]5 by Stephan Gambke <s7eph4n@…>
sb: Fix path.py is_abspath() now considers zero-length strings Also: Remove not needed line in expand()

02/02/18:

14:21 Ticket #3265 (Use second one based uptime for CLOCK_MONOTONIC for FreeBSD compatibility) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8fa4549/rtems: […]
14:21 Ticket #3264 (Add monotonic watchdog based on uptime) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9480815a/rtems: […]
07:00 Changeset in rtems [d71d1da]5 by Sebastian Huber <sebastian.huber@…>
spsyslock01: Fix object compare Due to structure internal padding the use of memcmp() may lead to sporadic test failures. Update #3082.
06:48 Changeset in rtems [cf56b18a]5 by Sebastian Huber <sebastian.huber@…>
smpschededf01: Use rtems_test_busy_cpu_usage() The rtems_test_busy() is not accurate enough and may lead to sporadic test failures.
06:43 Changeset in rtems [1e483a62]5 by Sebastian Huber <sebastian.huber@…>
test: Add rtems_test_busy_cpu_usage()
06:06 Changeset in rtems [538a0a8]5 by Christian Mauderer <christian.mauderer@…>
bsp/atsam: Allow to use a decoder for SPI CS. The SPI controller supports a decoder connected to the chip select lines. This patch allows to use this mode.

02/01/18:

23:59 Changeset in rtems-source-builder [652a90f]4.10 by Chris Johns <chrisj@…>
sb: Back port changes to support mailing list posting. Close #3287
23:56 Ticket #3287 (RSB backport changes to support mailing list posting of builds.) created by Chris Johns
To help the long term support of the 4.10 branch back port the RSB …
18:48 Changeset in rtems-tools [6e468c7]5 by Joel Sherrill <joel@…>
rtems-bsps-powerpc.ini: Add PowerPC qemu BSPs
14:14 Changeset in rtems [63fab5aa]5 by Sebastian Huber <sebastian.huber@…>
smpschedaffinity04: Fix configuration
14:11 Changeset in rtems [c9aba80]5 by Sebastian Huber <sebastian.huber@…>
smpcapture01: Fix configuration
12:49 Changeset in rtems [c1c71cd]5 by Sebastian Huber <sebastian.huber@…>
sp20: Fix print buffer size There were two issues: 1. The buffer size must be divisible by 8 on 64-bit targets 2. It must be large enough to service the begin of start message. Update #3082.
08:39 Changeset in rtems [5f0a6376]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Do not use internal cache API Update #3285.
06:14 Ticket #3284 (RSB uses hard coded GCC binary paths) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2a5c9da/rtems-source-builder: […]
04:00 Ticket #3173 (XIlinx AXI I2C driver IP race condition causes clock glitch.) closed by Chris Johns <chrisj@…>
fixed: In 05015dc1/rtems: […]
03:48 Changeset in rtems-source-builder [61d2c55]4.10 by Chris Johns <chrisj@…>
sb: Backport from 4.11 the --rsb-file with releases fixes. Close #3286
03:44 Ticket #3272 (Avoid using multiprocessor.org in rtems source builder (4.10)) closed by Chris Johns
fixed

01/31/18:

23:52 Ticket #3278 (bsp-builder has incorrect print (%s in output)) closed by Chris Johns <chrisj@…>
fixed: In 005f995/rtems-tools: […]
23:51 Changeset in rtems-tools [005f995]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Remove stray %s from the run log message. Close #3278
22:42 Changeset in rtems-tools [623a641]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Add a check for invalid ARCH and BSP names. If invalid characters are in a BSP or ARCH name generate an error. Add the missing ',' to the line in the PowerPC BSP configuration.
08:29 Changeset in rtems-source-builder [703532c]5 by Sebastian Huber <sebastian.huber@…>
5: Add versions to file names
08:21 Changeset in rtems-source-builder [2a5c9da]5 by Sebastian Huber <sebastian.huber@…>
Avoid hard coded GCC binary paths In order to build a tool chain with Ada support a native GCC with Ada support of the same version as the cross compiler is required. The RSB used hard coded paths for the gcc and g++ programs. This forced the RSB user to change the main GCC installation of the machine to build a particular RTEMS tool chain. This is undesired/infeasible in most situations. Close #3284.
07:18 Changeset in rtems [1c64c688]5 by Sebastian Huber <sebastian.huber@…>
epiphany: Workaround until next Newlib snapshot At least with Binutils 2.30 and GCC 7.3 we need symbol definitions without the leading underscore. Fixed in Newlib 1658a57715de93d50983f34e75216101eb373993.
07:02 Changeset in rtems [9819425]5 by Sebastian Huber <sebastian.huber@…>
epiphany: Fixes for GCC 7.3 GCC 7.3 defines USER_LABEL_PREFIX to nothing.
02:43 Ticket #3286 (RSB does not handle the `--rsb-file` option named sources with releases.) created by Chris Johns
This is the same as #3064 for the 4.11 branch.
00:11 Ticket #3283 (Bad URL in OpenOCD/Xilinx_Zynq Wiki Page) closed by Chris Johns
fixed: Wiki page links have been updated.
00:11 Debugging/OpenOCD/Xilinx_Zynq edited by Chris Johns
Close #3283 (diff)

01/30/18:

23:25 Changeset in rtems [ea7f4a0c]5 by Joel Sherrill <joel@…>
sparc/*/linkcmds*: Move ENTRY() from linkcmds.base to top linkcmds This was at the request of a user to make it easier to have a custom entry point. This way they just provide their own top level linkcmds and include linkcmds.base. Updates #3520.
09:48 Ticket #3285 (Reorganize BSP source directory) created by Sebastian Huber
Now, that all BSP header files are in * bsps/include * …
09:36 Ticket #3284 (RSB uses hard coded GCC binary paths) created by Sebastian Huber
In order to build a tool chain with Ada support you need a native GCC …

01/29/18:

12:53 Changeset in rtems [865b3027]5 by Sebastian Huber <sebastian.huber@…>
Avoid Newlib-specific _EXFUN()
06:23 Changeset in rtems-source-builder [6d9c77c]5 by Sebastian Huber <sebastian.huber@…>
5: Update to Binutils 2.30
03:26 Ticket #3279 (Make the XZ executable path based on the Darwin (MacOS) host.) closed by Chris Johns <chrisj@…>
fixed: In 892b416/rtems-source-builder: […]
03:24 Ticket #3280 (Make the XZ executable path based on the Darwin (MacOS) host.) closed by Chris Johns <chrisj@…>
fixed: In b0fc0b2/rtems-source-builder: […]

01/28/18:

18:19 Developer/OpenProjects edited by Gedare Bloom
(diff)
18:17 Ticket #2919 (RTEMS Tester Improvements) closed by Gedare Bloom
duplicate
18:07 Developer/OpenProjects edited by Gedare Bloom
(diff)

01/27/18:

13:37 Changeset in rtems [4cf93658]5 by Sebastian Huber <sebastian.huber@…>
bsps: Rework cache manager implementation The previous cache manager support used a single souce file (cache_manager.c) which included an implementation header (cache_.h). This required the use of specialized include paths to find the right header file. Change this to include a generic implementation header (cacheimpl.h) in specialized source files. Use the following directories and files: * bsps/shared/cache * bsps/@RTEMS_CPU@/shared/cache * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY/start/cache.c Update #3285.
10:12 Changeset in rtems [d8d6a08]5 by Sebastian Huber <sebastian.huber@…>
bsps: Move network define to source files Define INSIDE_RTEMS_BSD_TCPIP_STACK in the network interface driver source files to avoid some build system magic.

01/26/18:

15:10 Ticket #3283 (Bad URL in OpenOCD/Xilinx_Zynq Wiki Page) created by Joel Sherrill
https://devel.rtems.org/wiki/Debugging/OpenOCD/Xilinx_Zynq has a link …
14:39 Ticket #3282 (or1k GCC 4.9.3 and 5.3.0 do not build on FreeBSD 11) created by Sebastian Huber
[…]
08:06 Ticket #3281 (Add epiphany support to GDB 8.0.0) created by Sebastian Huber
06:46 Changeset in rtems-source-builder [d7fd320]5 by Sebastian Huber <sebastian.huber@…>
5: Update to Newlib 3.0.0 and GCC 7.3 Epiphany target can now use the default build set. The or1k and m32c targets still need special GCC versions.
03:30 Changeset in rtems [208ebf2] by eadler <eadler@…>
dd(1): Use a local swapbytes() function. swab(3) has restrict qualifiers for src and dst. Avoid relying on undefined overlapping swab behavior. Obtained From: OpenBSD
01:49 GSoC/GettingStarted edited by Gedare Bloom
(diff)
01:49 WikiStart edited by Gedare Bloom
(diff)
Note: See TracTimeline for information about the timeline view.