app_config.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA").
  2. * All rights reserved.
  3. *
  4. * This software is supplied "AS IS" without any warranties.
  5. * RDA assumes no responsibility or liability for the use of the software,
  6. * conveys no license or title under any patent, copyright, or mask work
  7. * right to the product. RDA reserves the right to make changes in the
  8. * software without notification. RDA also make no representation or
  9. * warranty that such application will be suitable for the specified use
  10. * without further testing or modification.
  11. */
  12. #ifndef _APP_CONFIG_H_
  13. #define _APP_CONFIG_H_
  14. // Auto generated. Don't edit it manually!
  15. /**
  16. * whether to start AT engine
  17. */
  18. #define CONFIG_APP_START_ATR
  19. /**
  20. * whether to enable watchdog
  21. *
  22. * By default, watchdog will be enabled when \p BUILD_RELEASE_TYPE is
  23. * "release".
  24. */
  25. #define CONFIG_WDT_ENABLE
  26. /**
  27. * Application watchdog max feed interval (ms)
  28. */
  29. #define CONFIG_APP_WDT_MAX_INTERVAL 20000
  30. /**
  31. * Application watchdog normal feed interval (ms)
  32. */
  33. #define CONFIG_APP_WDT_FEED_INTERVAL 4000
  34. /**
  35. * Whether to support softsim hot plug
  36. */
  37. /* #undef CONFIG_APP_SSIM_SUPPORT */
  38. /* #undef CONFIG_BUILD_AT */
  39. /*
  40. *\NEW zhuwangbin 2020.3.20 add poc
  41. */
  42. /* #undef CONFIG_POC_SUPPORT */
  43. /*+new\rww\2020.4.30\lua tts float空间不足*/
  44. /* #undef CONFIG_BUILD_LUA_TTS */
  45. /* #undef CONFIG_BUILD_LUA_FLOAT */
  46. /*-new\rww\2020.4.30\lua tts float空间不足*/
  47. #endif