Skip to content

Commit

Permalink
fix minimal cfg with stack and heap size (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone authored Nov 24, 2023
1 parent 61a0719 commit f58bdc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcu_cfg_minimal.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
lenght: whatisleft, #keyword used to calculate the size as: ram.length - code.lenght
}
},
stack_size: 0x800,
heap_size: 0x800,
}

debug: {
Expand Down

0 comments on commit f58bdc3

Please sign in to comment.