1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __AMP_MACHINE_CONFIG_H__
6 #define __AMP_MACHINE_CONFIG_H__
7 
8 /* python engine root dir define */
9 #define MP_FS_ROOT_DIR "U:"
10 #define AMP_FS_ROOT_DIR "U:/pyamp"
11 #define AMP_FS_EXT_ROOT_DIR "/sdcard"
12 
13 #define MP_RECOVERY_UART_PORT 2
14 #define MP_RECOVERY_UART_PORT_BAUDRATE 115200UL
15 
16 #define MP_REPL_UART_PORT 3
17 #define MP_REPL_UART_BAUDRATE 115200UL
18 
19 #define MP_STATUS_IO 48
20 #define MP_STATUS_IO_ON 1
21 
22 #endif