On 24/05/2017 15:30, Sebastian Huber wrote:
../../../../../.././lpc1768_mbed/lib/include/bsp/lpc-i2s.h:26:25:
fatal error: bsp/utility.h: No such file or directory
#include
^
compilation terminated.
Maybe its time to get rid of the make preinstall.
I have not
On Tue, May 23, 2017 at 3:09 AM, Sebastian Huber
wrote:
> On 22/05/17 16:49, Gedare Bloom wrote:
>
>> Everything. 'hello' doesn't even work. I can't debug until later.
>> Probably gem5 deals with some processor context a bit differently and
>> may be incorrectly.
>
>
> It works on Qemu, a real Cor
Update ticket #2891 and my GSOC project
add c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c
modify c/src/lib/libbsp/arm/beagle/include/i2c.h
modify c/src/lib/libbsp/arm/beagle/include/bbb-gpio.h
modify c/src/lib/libcpu/arm/shared/include/am335x.h
modify c/src/lib/libbsp/arm/beagle/Makefile.am
Now can r
---
cpukit/dev/include/linux/fb.h | 1188 +
1 file changed, 1188 insertions(+)
create mode 100644 cpukit/dev/include/linux/fb.h
diff --git a/cpukit/dev/include/linux/fb.h b/cpukit/dev/include/linux/fb.h
new file mode 100644
index 000..eebe1d4
--- /dev/
---
c/Makefile.am | 4 +-
c/src/Makefile.am | 2 +-
c/src/automake/subdirs.am | 117 +++--
c/src/lib/Makefile.am | 7 +-
c/src/lib/libbsp/Makefile.am
Hi Sichen,
Am 24.05.2017 um 05:50 schrieb Sichen Zhao:
> Hi Christian,
>
>
> I got you, and there are some advice i don't understand:
>
>
>> +static void am335x_i2c_continue_write(bbb_i2c_bus *bus,
>> + volatile bbb_i2c_regs *regs)
>> +{
>> +
>> +
>
>
> Why the two empty lines? And aga