Re: Milestone: 40,000th Commit

2021-01-14 Thread Alan Carvalho de Assis
Kudos guys! Next month (Feb 17) the NuttX RTOS will become a 14 years old "teenager" ! $ git log --reverse BR, Alan On 1/13/21, Nathan Hartman wrote: > We have surpassed our 40,000th commit in the main NuttX repository. > > Many thanks to all of our past and present contributors who helped ge

Re: SD Card automounter events

2021-01-14 Thread Fotis Panagiotopoulos
Hi, So, it seems that it is not possible without kernel modifications. I was about to create a new driver to notify my application for such events, but as you correctly state, the automounter has to be modified as the driver does not know when the automounter has finished, or what was its return

Re: SD Card automounter events

2021-01-14 Thread Xiang Xiao
inotify is a very important addition to the NuttX filesystem, but the work isn't small too. On Thu, Jan 14, 2021 at 10:58 PM Fotis Panagiotopoulos wrote: > Hi, > > So, it seems that it is not possible without kernel modifications. > > I was about to create a new driver to notify my application f

Protected build MPU configuration on STM32F765II

2021-01-14 Thread Jukka Laitinen
Hi! I bumped into weirdest problem while running NuttX in protected mode build on the STM32F765II (Pixhawk 4 HW): If the user SRAM is configured as "shareable", I am not able to write anything into the SRAM (not even early in the boot, initializing user heaps fail). If I remove the MPU_RAS

Re: libcxx and buildroot toolchain

2021-01-14 Thread Anthony Merlino
Thanks for confirming your setup is working. I've checked my linker script and it does have the ARM.exidx and ARM.extab sections. I have to assume this is due to some libcxxabi/libgcc issue, but who knows. I'm open to suggestions. On Wed, Jan 13, 2021 at 1:59 AM Xiang Xiao wrote: > On Wed, Jan