Niall Parker

Results 10 comments of Niall Parker

A related feature would be the capability to erase the EEPROM space, the bulk erase presently only clears the main FLASH.

@manuvelayudhan your fork works for me to allow for eeprom writing, would be nice to see it pulled into mainline.

@manuvelayudhan ... I haven't looked too deeply but it seems a fairly minor tweak for useful functionality, all I'd suggest is merging in master and making sure nothing breaks in...

On 2020-03-20 9:02 a.m., Nightwalker-87 wrote: > > I see, but it may be useful for others. This makes me feel like we > should leave this open, but of...

It looks like the download problem is getting worse, bastoul.net has been offline the last couple of days. I found another copy of a cloog tarball on github but it...

alternatively can replace $(CC) with $CC (ie simple variable expansion for the cross compile prefix) Definitely doesn't work as straight cut'n paste.

Just ran into something similar for 4.13.2, try adding diff --git a/driver/spi-slave-dev.c b/driver/spi-slave-dev.c index 13027b2..70e75dd 100644 --- a/driver/spi-slave-dev.c +++ b/driver/spi-slave-dev.c @@ -23,6 +23,9 @@ #include #include +// needed for kernel...

Just tried it on one of my Launchpad boards and it is acting the same ... telnet is fine, ftp locks up when logging in.

On 2017-02-15 09:28 AM, dmartauz wrote: > > Did you set your FTP client to passive mode with only one simultaneous > connection and without encryption (plain FTP) ? >...

latest working compiler: [https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q2-update/+download/gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2](url) first broken build: [https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-linux.tar.bz2](url) the GCC v6 series all appear to be broken as well. The version options are identical between working or not, unclear whether...