Add wasm tacle-bench targets

This commit is contained in:
2026-06-12 20:06:22 +02:00
parent 30daa8a00c
commit 08c2e9c13d
1122 changed files with 520422 additions and 0 deletions

View File

@ -0,0 +1,36 @@
/*------------------------------------------------------------------------------
Copyright (C) 1998 : Space Systems Finland Ltd.
Space Systems Finland Ltd (SSF) allows you to use this version of
the DEBIE-I DPU software for the specific purpose and under the
specific conditions set forth in the Terms Of Use document enclosed
with or attached to this software. In particular, the software
remains the property of SSF and you must not distribute the software
to third parties without written and signed authorization from SSF.
System Name: DEBIE DPU SW
Module : target_reg52.h
Definitions for 80C32 Special Function Registers to be used
in portable parts of the DEBIE DPU software.
This "null" (DNI) version declares these Special Function Registers
as global "unsigned char" variables.
Created for the DEBIE-I WCET benchmark program. Not based directly
on any SSF sources.
- * --------------------------------------------------------------------------
*/
#ifndef TARGET_REG52_H
#define TARGET_REG52_H
extern unsigned char EA;
/* Interrupt enable register. */
#endif