[PATCH] mm/mm_heap/mm_mallinfo.c: fix assertion broken in 312ea9f9

2020-02-17 Thread Juha Niskanen (Haltian)
Hi, Recent commit supposedly silenced warnings in mm_heap, in fact it botched mm_mallinfo() assertions completely. Attached patch fixes this. Best Regards, Juha Niskanen From 0639469819648a33d37694d6b8f5fadc25e3fa6f Mon Sep 17 00:00:00 2001 From: Juha Niskanen Date: Mon, 17 Feb 2020 11:12:40

NuttX 2020 International Workshop - Call for Participation

2020-02-17 Thread Alan Carvalho de Assis
Hi Everyone, The biggest NuttX 2020 that will be held in Japan on May 13-15 is open for participation: https://nuttx.events/call-for-participation/ Active Participation (Speakers) can submit their proposals until Feb 28. Passive Participants will have until March 27 to assigned. This year Sony

Re: [PATCH] mm/mm_heap/mm_mallinfo.c: fix assertion broken in 312ea9f9

2020-02-17 Thread Gregory Nutt
Recent commit supposedly silenced warnings in mm_heap, in fact it botched mm_mallinfo() assertions completely. Attached patch fixes this. Merged.  Thanks! Greg

Re: Seg fault on BeagleBone Black Wireless

2020-02-17 Thread Alan Carvalho de Assis
Hi Merlin, On 2/17/20, Merlin Hansen wrote: > Hi, > > I'm new to NuttX and BBBW, any assistance would be appreciated. > > I followed Alan Assis' blog post on how to get NuttX running on the > BeagBone Black board. I have the wireless version but I don't know if that > is causing my issue. > http

Re: Seg fault on BeagleBone Black Wireless

2020-02-17 Thread Ishikawa, Masayuki (SHES)
Hi, >arm_dataabort: Data abort. PC: 8a010e64 DFAR: 8a019b04 DFSR: 0001 According to the Arm Technical Reference Manual, DFSR: 0001 means that alignment fault happened at PC:8a010e64 when accessing data at DFAR: 8a019b04. http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi