Timeline



02/16/18:

17:21 Ticket #3307 (PowerPC linkcmds.base missing wildcards on some sections) created by Joel Sherrill
Some sections were missing sections. Wildcards needed to be added.
17:17 Ticket #3306 (Add paravirtualization support to PowerPC) created by Joel Sherrill
The PowerPC port does not currently have paravirtualization support.
17:15 Ticket #3305 (Add paravirtualization support to ARM) created by Joel Sherrill
The Arm port does not currently have paravirtualization support.
16:29 Changeset in rtems-source-builder [d30be31]5 by Maksim E. Kozlov <maksim.e.kozlov@…>
sb: Add option to set location of the patches directory Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@…>
07:09 Ticket #3304 (docs.rtems.org catalogue is wrong) created by Chris Johns
The catalogue for 4.11.3 is wrong. This was fixed on master. Also …
07:07 Ticket #3303 (PDF documentation is formatted as multi-column) created by Chris Johns
The PDF generated documents is in a 2 column format.
01:06 Release/4.11/4.11.5 created by Chris Johns
Add 4.11.5.
01:04 Release/4.11 edited by Chris Johns
Release 4.11.3 changes. (diff)
01:03 WikiStart edited by Chris Johns
Update for Release 4.11.3. Also change the format of the table. (diff)

02/15/18:

22:18 Changeset in rtems-release [559b836]54.11.3 by Chris Johns <chrisj@…>
Update the release note's coverpage year to 2018.
05:01 Ticket #3302 (Build System conversion of BSP Config (.cfg) files to pkg-config (.pc) ...) created by Chris Johns
= Build System conversion of BSP Config (.cfg) files to Package Config …
00:40 Milestone 4.11.3 completed

02/14/18:

23:16 Changeset in rtems-docs [9c9ba8f]5 by Joel Sherrill <joel@…>
posix-compliance: Add description of standards
15:20 Ticket #3301 (src/c/src/lib/libbsp/sparc/shared/tmtc/grtc.c:1871]: (style) ...) created by David Binderman
src/c/src/lib/libbsp/sparc/shared/tmtc/grtc.c:1871]: (style) …
15:13 Ticket #3300 (src/c/src/lib/libbsp/i386/pc386/console/uart_bus_pci.c:323: bad if ...) created by David Binderman
[src/c/src/lib/libbsp/i386/pc386/console/uart_bus_pci.c:324]: …
15:08 Ticket #3299 (src/c/src/lib/libbsp/arm/stm32f4x/hal/STM32F4xx_HAL_Driver/Src/stm32f4x ...) created by David Binderman
[src/c/src/lib/libbsp/arm/stm32f4x/hal/STM32F4xx_HAL_Driver/Src/stm32f4 …

02/13/18:

06:47 Changeset in rtems [2fbe2ef3]5 by Daniel Hellstrom <daniel@…>
leon, greth: 10/100 MAC enable TX BD interrupt Missed to enable interrupt per TX descriptor. Could lead to TX buffer starvation. Does not affect the GBit code.

02/12/18:

21:03 Changeset in rtems [682ecda]5 by Boris Brezillon <boris.brezillon@…>
mtd: Unconditionally update ->fail_addr and ->addr in part_erase() ->fail_addr and ->addr can be updated no matter the result of parent->_erase(), we just need to remove the code doing the same thing in mtd_erase_callback() to avoid adjusting those fields twice. Note that this can be done because all MTD users have been converted to not pass an erase_info->callback() and are thus only taking the ->addr_fail and ->addr fields into account after part_erase() has returned. While we're at it, get rid of the erase_info->mtd field which was only needed to let mtd_erase_callback() get the partition device back. Signed-off-by: Boris Brezillon <boris.brezillon@…> Reviewed-by: Richard Weinberger <richard@…>
21:03 Changeset in rtems [808c092]5 by Boris Brezillon <boris.brezillon@…>
mtd: Stop assuming mtd_erase() is asynchronous None of the mtd->_erase() implementations work in an asynchronous manner, so let's simplify MTD users that call mtd_erase(). All they need to do is check the value returned by mtd_erase() and assume that != 0 means failure. Signed-off-by: Boris Brezillon <boris.brezillon@…> Reviewed-by: Richard Weinberger <richard@…>
13:07 Changeset in rtems [b2e26b7]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Check return values. Escalate a failed installation of the interrupts to the next higher level.

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.
Note: See TracTimeline for information about the timeline view.