mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-09 23:42:13 +00:00
Add usage instructions to baremetal heap+stack usage function
This commit is contained in:
parent
085ab567ae
commit
5541e4ecde
|
@ -171,6 +171,9 @@ baremetal_ram_build() {
|
||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# usage:
|
||||||
|
# - `baremetal_ram_heap 0` for heap usage only
|
||||||
|
# - `baremetal_ram_heap 1` for heap and stack usage
|
||||||
baremetal_ram_heap() {
|
baremetal_ram_heap() {
|
||||||
|
|
||||||
: ${CLI:=./programs/ssl/ssl_client2}
|
: ${CLI:=./programs/ssl/ssl_client2}
|
||||||
|
|
Loading…
Reference in a new issue