|
monoZ docs
|
Go to the documentation of this file.
23#define MZ_UART1 (MZ_ENABLE)
24#define MZ_UART2 (MZ_ENABLE)
25#define MZ_UART3 (MZ_ENABLE)
26#define MZ_LPUART1 (MZ_ENABLE)
27#define MZ_I2C2 (MZ_ENABLE)
28#define MZ_I2C4 (MZ_ENABLE)
31#define MZ_MODEM (MZ_ENABLE)
32#define MZ_CLI (MZ_ENABLE)
35#define MZ_LWM2M_ENABLE (MZ_ENABLE)
36#define MZ_FLASH_DRIVER_ENABLE (MZ_ENABLE)
39#define MZ_FLASH_CONFIG_ENABLE (MZ_ENABLE)
41#if(MZ_FLASH_CONFIG_ENABLE == 1)
42#if (MZ_FLASH_DRIVER_ENABLE != 1)
43#error Need to enable MZ_FLASH_DRIVER_ENABLE to use MZ_FLASH_CONFIG_ENABLE
47#define MZ_ERROR_TO_STRING (MZ_ENABLE)
50#define MZ_MODEM_MURATA (MZ_ENABLE)
51#define MZ_SDK_ADVANCE_AT_INJECT (MZ_DISABLE)
56#define MZ_MAX_TIMER_COUNT (5)
57#define MZ_AT_TIMERS (1)