nuttx/arch/arm
YAMAMOTO Takashi da57a7d6aa Fix a few nxstyle complaints in arm hostfs
Unfortunately nxstyle is still not happy because it doesn't
like the following construct.  I'm not sure what to do here.

      struct
      {
        const char *pathname;
        long mode;
        size_t len;
      } open =
      {
        .pathname = pathname,
        .mode = host_flags_to_mode(flags),
        .len = strlen(pathname),
      };
2020-03-13 11:28:30 -06:00
..
include stm32h7: Added basic support for STM32H753II. (#527) 2020-03-10 07:55:18 -07:00
src Fix a few nxstyle complaints in arm hostfs 2020-03-13 11:28:30 -06:00
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00