blob: ebaedf8e7b8412f58c81f8d780e19fdf3fcb5bda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/************************************************************************/
/* */
/* File: mdep.S */
/* Description: machine dependent code */
/* Version: 1.0 */
/* Author: Otto Mattik */
/* */
/* (C)Copyright Otto Mattik 2014-2021. */
/* */
/* This file is a part of 'armen' (a tiny operating system). */
/* 'armen' is distributed under the CeCILL-V2.1 licence. For more */
/* details about this licence, please visit the website cecill.info */
/* */
/************************************************************************/
#ifdef __AVR_ARCH__
#include "avr/core.S"
#endif
|