all: Add py/mphal.h and use it in all ports.
py/mphal.h contains declarations for generic mp_hal_XXX functions, such as stdio and delay/ticks, which ports should provide definitions for. A port will also provide mphalport.h with further HAL declarations.
This commit is contained in:
committed by
Paul Sokolovsky
parent
0bd3f3291d
commit
731f359292
@@ -30,6 +30,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "py/mphal.h"
|
||||
#include "py/mpprint.h"
|
||||
#include "py/obj.h"
|
||||
#include "py/objint.h"
|
||||
|
||||
Reference in New Issue
Block a user