Skip to content

Commit

Permalink
change: 按780ep的配置,去生成780epm的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 5, 2024
1 parent 4529d8c commit 86b5604
Showing 1 changed file with 15 additions and 23 deletions.
38 changes: 15 additions & 23 deletions project/luatos/inc/luat_conf_bsp_air780epm.h
Original file line number Diff line number Diff line change
@@ -1,40 +1,31 @@

// #if !defined(TYPE_EC716U)
// #error("Air780EPS只能是EC718U芯片")
// #endif


#define LUAT_USE_UART 1
#define LUAT_USE_GPIO 1
#define LUAT_USE_UART 1
#define LUAT_USE_I2C 1
#define LUAT_USE_SPI 1
#define LUAT_USE_ADC 1
#define LUAT_USE_PWM 1
#define LUAT_USE_WDT 1
#define LUAT_USE_PM 1
#define LUAT_USE_MCU 1
#define LUAT_USE_RTC 1
#define LUAT_USE_OTP 1
#define LUAT_USE_WLAN 1
#define LUAT_USE_SMS 1
#define LUAT_USE_HMETA 1

#define LUAT_USE_IOTAUTH 1
#define LUAT_USE_MQTT 1
#define LUAT_USE_FTP 1
#define LUAT_USE_WEBSOCKET 1
#define LUAT_USE_SOFT_UART 1
#define LUAT_USE_MCU 1

#define LUAT_USE_CRYPTO 1
#define LUAT_USE_CJSON 1
#define LUAT_USE_ZBUFF 1
#define LUAT_USE_PACK 1
#define LUAT_USE_FS 1
#define LUAT_USE_SENSOR 1
#define LUAT_USE_MINIZ 1

#define LUAT_USE_HMETA 1
#define LUAT_USE_FSKV 1
#define LUAT_USE_I2CTOOLS 1
#define LUAT_USE_MINIZ 1

#define LUAT_USE_MQTT 1
#define LUAT_USE_FTP 1
#define LUAT_USE_WEBSOCKET 1


#define LUAT_USE_IOTAUTH 1
#define LUAT_USE_BIT64 1
#define LUAT_USE_ICONV 1

Expand All @@ -43,7 +34,8 @@
#define LUAT_USE_XXTEA 1
#define LUAT_USE_GMSSL 1

#define LUAT_SCRIPT_SIZE 512
#define LUAT_SCRIPT_OTA_SIZE 360

#define LUAT_HEAP_SIZE (300*1024)

#define LUAT_SCRIPT_SIZE 256
#define LUAT_SCRIPT_OTA_SIZE 192

0 comments on commit 86b5604

Please sign in to comment.