On 22/07/2014 11:38 pm, Gedare Bloom wrote:
Thanks, I have added a section at
http://www.rtems.org/wiki/index.php/Coding_Conventions#Tools and
uploaded/linked to your configuration.
Why not add to the source tree with a note ? Wiki pages are great if you
know they exist !!
Chris
Hello,
thanks for clarifying the licensing issues with the hwlib Chris.
After that problem is resolved, you can find the resubmission of the second
patch as an answer to this mail.
Please don't hesitate to make any comments to this or one of the other two
patches.
Kind regards
Christian Mauder
Hi,
I have pushed RSB 0.4.0. It contains the following:
- GCC 4.8.3 targets are arm, avr, bfin, h8300, i386, m32c,
m32r, m68k, microblaze, mips, moxie, powerpc, sh, sparc,
sparc64. Newlib is CVS 26-Jul-2014.
- GCC 4.9.1 targets are lm32, nios2. Newlib is
CVS 26-Jul-201.4
- Show the
On 29/07/2014 5:37 pm, Christian Mauderer wrote:
After that problem is resolved, you can find the resubmission of the second
patch as an answer to this mail.
The original message has been approved.
Chris
___
devel mailing list
devel@rtems.org
http:
Hello,
The Raspberry Pi SPI bus on the P1 GPIO header is already working, both
through polling and interrupts on the bus FIFOS, and has been tested
with a microchip 23k256 SRAM device.
The bus code can be found in:
https://github.com/asuol/rtems/blob/GPIO_API/c/src/lib/libbsp/arm/raspberrypi
Original Message
From: Joel Brobecker
Sent: July 29, 2014 10:59:39 AM EDT
To: "g...@sourceware.org"
Subject: [ANNOUNCEMENT] GDB 7.8 released!
GDB 7.8 released!
Release 7.8 of GDB, the GNU Debugger, is now available via anonymous
FTP. GDB is a source-level deb
c/src/libchip/serial/serial.h
typedef struct _console_fns {
bool(*deviceProbe)(int minor);
int (*deviceFirstOpen)(int major, int minor, void *arg);
int (*deviceLastClose)(int major, int minor, void *arg);
int (*deviceRead)(int minor);
ssize_t (*deviceWrite)(int minor