Bump ram to 128K.
This commit is contained in:
@ -12,6 +12,6 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#define HEAP_SIZE (100 * 1024)
|
#define HEAP_SIZE (128 * 1024)
|
||||||
#define STACK_CELLS 512
|
#define STACK_CELLS 512
|
||||||
#define INTERRUPT_STACK_CELLS 64
|
#define INTERRUPT_STACK_CELLS 64
|
||||||
|
|||||||
Reference in New Issue
Block a user