Re: Compilation error in compiling RISC-V bsps

2020-11-11 Thread somesh deshmukh
Hi All, Gentle reminder!! Can you please give some update on this query? I am looking into developing a custom bsp for risc-v board and an update on this query will be very helpful. Regards, Somesh On Fri, Nov 6, 2020 at 8:03 PM somesh deshmukh wrote: > Hi, > > I am trying to compile

Re: libbsd select timeout issue(critial!!)

2020-11-11 Thread Gedare Bloom
On Tue, Nov 10, 2020 at 7:51 PM RUI Zhengxin wrote: > > This issue is very critial, it can make the select abnormally return timeout > after long run time. > If the timeout is set to 5ms, when the system run after 7s(19.4h), > the select function will wait 10ms timeout, which is two times

SPI flash support using flashdisk.c or spi-memdrv.c

2020-11-11 Thread Philip Molloy
Hello, I'd like to store a bootable image as well as persistent configuration data on a Cypress S25FS128S SPI flash. A similar question on this mailing list in 2010 prompted two people to suggest using flashdisk.c. However spi-memdrv.c appears to be more generic. I'd appreciate any