G0: Support Xtensa targets for G0-only compilation

G0-only example now supports Xtensa targets. This means that G0 layer
does not depend on G1+ layers anymore
This commit is contained in:
Omar Chebib
2022-06-16 17:06:39 +08:00
parent 692b9980b5
commit 8fae0f0753
32 changed files with 85 additions and 76 deletions

View File

@@ -5,6 +5,7 @@
*/
#pragma once
#include <stddef.h> /* For NULL declaration */
#include <stdint.h>
#include <stdbool.h>
#include "hal/misc.h"