Re: SAMA5 secure fuse controller driver

2023-04-28 Thread Gregory Nutt
struct efuse_param Also .. does not follow the naming standard for structures.   The coding standard requires that all structure names end with _s so, if this is needed, it must be efuse_param_s If it is not needed, then it should be removed.

RE: SAMA5 secure fuse controller driver

2023-04-28 Thread Tim Hardisty
I am trying to make use of the template/skeleton in include/nuttx/efuse.h It defines: struct efuse_param { FAR const efuse_desc_t **field; size_t size; FAR uint8_t *data; }; With the explanation: /* The efuse_param is used by the application to inform which field(s) * will be passed to

RE: SAMA5(D2) SPI speed is restricted by the driver

2023-04-28 Thread TimH
>From: Tomek CEDRO >Sent: Friday, April 28, 2023 5:15 PM > >On Thu, Apr 27, 2023 at 5:27 PM Tim Hardisty wrote: >> (..) >> I have been investigating poor MTD performance with a GD25 memory on >SPI0 of a SAMA5D27 processor. >> (..) >> I am very happy to work on the fix and a PR after some feedback.

Re: SAMA5(D2) SPI speed is restricted by the driver

2023-04-28 Thread Tomek CEDRO
On Thu, Apr 27, 2023 at 5:27 PM Tim Hardisty wrote: > (..) > I have been investigating poor MTD performance with a GD25 memory on SPI0 of > a SAMA5D27 processor. > (..) > I am very happy to work on the fix and a PR after some feedback. I do not have this board / mcu to help testnig, but I guess b

Re: FAQ :-)

2023-04-28 Thread Gregory Nutt
> 1. Daemon / Service: > > 1.1. I would like to have application running as daemon in the > background all the time. Is this possible? NuttX supports the daemon() API. https://man7.org/linux/man-pages/man3/daemon.3.html Lots of examples to look at: $ grep -ri daemon apps | wc -l 2384

ARMv7-m strcmp broken?

2023-04-28 Thread Nathan Hartman
I posted this as a comment on GitHub [1] but writing this here in case it isn't seen: Has anyone tried to use the ARMv7-m optimized (assembly-coded) strcmp? I cannot seem to build with CONFIG_ARMV7M_STRCMP: ``` $ tools/configure.sh tm4c129e-launchpad:nsh (snip) $ make menuconfig ``` Here I en

Re: SAMA5(D2) SPI speed is restricted by the driver

2023-04-28 Thread Nathan Hartman
On Thu, Apr 27, 2023 at 11:27 AM Tim Hardisty wrote: > Just posted this same text on GitHub: > > https://github.com/apache/nuttx/issues/9127#issue-1687069010. > > Content copied here for those that don't go there. > > --- > > I have been investigating poor MTD performance with a G

Re: FAQ :-)

2023-04-28 Thread Nathan Hartman
On Thu, Apr 27, 2023 at 6:03 PM Tomek CEDRO wrote: > Hello world :-) > > I have some in-development question that could probably go to DOC/FAQ > as I found some questions/answers there already :-) Any hints > appreciated. Also the logic / approach errors and valid solution > propositions welcome

Re: BL616/618 Support

2023-04-28 Thread Yebin Lee
That's great news! Thanks for letting me know. YB 2023년 4월 28일 (금) 오후 3:49, Xiang Xiao 님이 작성: > bouffalolab is porting BL616 to NuttX, you can ask FAE for the detailed > schedule. > > On Fri, Apr 28, 2023 at 1:40 PM Yebin Lee wrote: > > > Is anyone working on adding BL616/618 to NuttX? > > It s