On 28/09/2021 13:56, Петр Борисенко wrote> Oh, I got it. Does FS enabled
by default and I am supposed to disable it
during the build process?
You need these configuration options:
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 0
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
#define CONFIGURE_APPLI
Oh, I got it. Does FS enabled by default and I am supposed to disable it
during the build process?
On Tue, Sep 28, 2021, 2:52 PM Петр Борисенко wrote:
> No. there is no filesystem.
> The application is build upon the stm32f4 bsp, and linker script's kept
> unchanged.
>
>
> On Tue, Sep 28, 2021,
No. there is no filesystem.
The application is build upon the stm32f4 bsp, and linker script's kept
unchanged.
On Tue, Sep 28, 2021, 8:28 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> Hello,
>
> On 24/09/2021 20:08, Петр Борисенко wrote:
> > Hello everyone!
> > I am current
Hello,
On 24/09/2021 20:08, Петр Борисенко wrote:
Hello everyone!
I am currently creating a aerial robot application upon the arm/stm32f4 bsp
(extending it, possibly will contribute soon)
I have just moved from RTEMS5 to RTEMS6 and have a few questions.
1. I don't understand how to build a sys
Hello everyone!
I am currently creating a aerial robot application upon the arm/stm32f4 bsp
(extending it, possibly will contribute soon)
I have just moved from RTEMS5 to RTEMS6 and have a few questions.
1. I don't understand how to build a system fully statically allocated. For
safety reasons I s