nuttx/arch/sim
YAMAMOTO Takashi a94c52b204 sim: Postpone constructor calls on macOS
For Linux, we rename the section so that they are not invoked.
However, it doesn't work for macOS.

Notes:

* Renaming the sections (as the Linux version does) doesn't work
  because the section is looked by its flags, not by its names.

* No convenient tools available to alter the relevant bit in
  the section flags.

* The constructors are invoked before the program entry point.
2022-01-20 01:16:56 +08:00
..
include arch: Add _wchar_t typedef like other basic types 2021-12-09 16:57:23 +09:00
src sim: Postpone constructor calls on macOS 2022-01-20 01:16:56 +08:00
Kconfig arch/sim: Move the dummy ioe driver to drivers/ioexpender 2022-01-09 11:06:06 +08:00