You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
843 B
42 lines
843 B
|
6 days ago
|
// TEMPLATE FILE: Copy this file and rename the extension to .h before use.
|
||
|
|
// DO NOT edit this file directly.
|
||
|
|
#ifndef __COMMON_CFG_H__
|
||
|
|
#define __COMMON_CFG_H__
|
||
|
|
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
#if __cplusplus
|
||
|
|
extern "C"{
|
||
|
|
#endif
|
||
|
|
#endif /* __cplusplus */
|
||
|
|
|
||
|
|
#cmakedefine MEM_POOL_TOTAL_SIZE @MEM_POOL_TOTAL_SIZE@
|
||
|
|
|
||
|
|
#cmakedefine IOC_100PIN
|
||
|
|
#cmakedefine USE_TALNET
|
||
|
|
#cmakedefine USE_LUA_ST
|
||
|
|
#cmakedefine USE_UART
|
||
|
|
#cmakedefine CONFIG_UART_IT_IDLEDMA
|
||
|
|
#cmakedefine USE_LUA_ST_UART
|
||
|
|
#cmakedefine USE_PRINT
|
||
|
|
#cmakedefine USE_TIMER
|
||
|
|
#cmakedefine USE_USB
|
||
|
|
#cmakedefine USE_I2C
|
||
|
|
#cmakedefine USE_ONCHIP_FLASH
|
||
|
|
#cmakedefine USE_CAN
|
||
|
|
#cmakedefine USE_LUA_ST_CAN
|
||
|
|
#cmakedefine USE_FREERTOS
|
||
|
|
#cmakedefine USE_LWIP
|
||
|
|
|
||
|
|
#cmakedefine LUACOM_ID @LUACOM_ID@
|
||
|
|
#cmakedefine PRINT_ID @PRINT_ID@
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
#if __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
#endif /* __cplusplus */
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* __L_STM32_H__ */
|