Skip to content

Commit

Permalink
change: rndis版本的固件内存大小放宽到160k
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 25, 2023
1 parent 4f93031 commit 2a24440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild/ec618-luatos.meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
},
{
"name": "rndis",
"content": "启用RNDIS网卡, lua内存会强制减少到128k",
"content": "启用RNDIS网卡, lua内存会强制减少到160k",
"rsize": 0,
"fsize": 1024,
"dft": false
Expand Down
2 changes: 1 addition & 1 deletion project/luatos/inc/luat_conf_bsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@

#ifdef LUAT_EC618_RNDIS_ENABLED
#undef LUAT_HEAP_SIZE
#define LUAT_HEAP_SIZE (100*1024)
#define LUAT_HEAP_SIZE (160*1024)
#endif
//-----------------------------

Expand Down

0 comments on commit 2a24440

Please sign in to comment.