arch/z16: Correct file naming for coding standard

Rename all up_* files to conform to the name conventions of https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ

Rename all internal functions from up_* z16_
This commit is contained in:
Gregory Nutt
2020-04-29 16:31:24 -06:00
committed by Alan Carvalho de Assis
parent d0bb7c137a
commit f23a756349
42 changed files with 726 additions and 1222 deletions
@@ -50,7 +50,7 @@
#include <nuttx/board.h>
#include <arch/board/board.h>
#include "up_internal.h"
#include "z16_internal.h"
/****************************************************************************
* Pre-processor Definitions