On 26/07/16 03:17, Nickolay Kolchin wrote:
1. We were not aware about existing SDHC driver. We always considered
rtems-libbsd an experiment. Is it ready for production use?
Yes, its definitely ready for production use. Its documentation and
configuration is currently the weak point.
I would
OK to push.
On 25/07/2016 11:46 PM, Alexander Krutwig wrote:
---
cpukit/libmisc/Makefile.am| 2 +-
cpukit/libmisc/untar/untar.h | 33 +
cpukit/libmisc/untar/untar_tgz.c | 89 +++
testsuites/libtests/configure.ac | 3 +-
On Fri, Jul 22, 2016 at 3:06 AM, Chris Johns wrote:
> On 22/07/2016 17:05, Sebastian Huber wrote:
>>>
>>>
>>> _CPU_Context_Get_PC() ?
>>>
>>> I would like this to be localised to the CPU implementation and
>>> something that is figured out when a new port is done.
>>
>>
>> Yes, I think a _CPU_Cont
My suggestion is to get the complete original FreeBSD source with svn and
use something
like cscope to find the body. This appears to be a common helper and I am
surprised the
need for it hasn't turned up yet. But who knows.
Find the source in FreeBSD and make sure it is in the rtems-libbsd tree.
---
cpukit/libmisc/Makefile.am| 2 +-
cpukit/libmisc/untar/untar.h | 33 +
cpukit/libmisc/untar/untar_tgz.c | 89 +++
testsuites/libtests/configure.ac | 3 +-
testsuites/libtests/tar01/Makefile.am | 32 +++--
test
Hello,
just a short reminder for those interested:
we are currently planning an open RTEMS class "RTEMS Application
Development" in Munich/Germany to start on
October 18th, 2016.
This class has is main focus on application development based on the
RTEMS kernel.
Maybe you or som
Hello everyone,
I am trying to add USB mouse to Raspberry Pi, therefore adding related files.
There are some functions which are used by ā/dev/usb/input/ums.cā but are not
being compiled due to the switch/macro USB_HAVE_UGEN in the file
rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_usb.h.
Error