G0: RISC-V targets have now an independent G0 layer

G0 doesn't depend on any G1+ layer for RISC-V based targets
This commit is contained in:
Omar Chebib
2022-04-27 11:37:08 +08:00
parent 4e4d0a5011
commit 5bcd9b2db8
24 changed files with 366 additions and 269 deletions

View File

@@ -5,6 +5,7 @@
*/
#pragma once
#include <stddef.h> /* Required for NULL constant */
#include <stdint.h>
#include <stdbool.h>
#include "soc/gdma_struct.h"