nuttx/boards/arm/s32k1xx/rddrone-uavcan144
Gregory Nutt 037c9ea0a4 arch/arm: Rename all up_*.h files to arm_*.h
Summary

The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all MCU-private files begin with the name of the architecture, not up_.

This PR addresses only these name changes for the up_*.h files.  There are only three, but almost 1680 files that include them:

    up_arch.h
    up_internal.h
    up_vfork.h

The only change to the files is from including up_arch.h to arm_arch.h (for example).

The entire job required to be compatible with that Naming Convention will also require changing the naming of the up_() functions that are used only within arch/arm and board/arm.

Impact

There should be not impact of this change (other that one step toward more consistent naming).

Testing

stm32f4discovery:netnsh
2020-05-01 03:43:44 +01:00
..
configs Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
include S32K add support for Nxp drone boards (#224) 2020-02-07 04:53:40 -08:00
scripts Use EXTRAFLAGS instead of EXTRADEFINES to be used by make via command line 2020-04-11 08:31:08 -06:00
src arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
Kconfig S32K add support for Nxp drone boards (#224) 2020-02-07 04:53:40 -08:00
README.txt Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00

README
======

This directory holds the port to the NXP RDDRONE-UAVCAN board with S32K144 MCU.

Contents
========

  o Status

Status
======

  2020-01-23:  Configuration created (copy-paste from S32K146EVB).
    Tested: Serial console, I2C, SPI