Skip to content

Commit

Permalink
Increase bss section size. (apache#5660)
Browse files Browse the repository at this point in the history
* Likely broken in PR 5590.
  • Loading branch information
areusch authored and Trevor Morris committed Jun 9, 2020
1 parent 08bbbbf commit 6d6889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/micro/device/arm/stm32f746xx.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"text": (18000, MemConstraint.ABSOLUTE_BYTES),
"rodata": (100, MemConstraint.ABSOLUTE_BYTES),
"data": (100, MemConstraint.ABSOLUTE_BYTES),
"bss": (600, MemConstraint.ABSOLUTE_BYTES),
"bss": (640, MemConstraint.ABSOLUTE_BYTES),
"args": (4096, MemConstraint.ABSOLUTE_BYTES),
"heap": (100.0, MemConstraint.WEIGHT),
"workspace": (64000, MemConstraint.ABSOLUTE_BYTES),
Expand Down

0 comments on commit 6d6889a

Please sign in to comment.