mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 00:51:06 +02:00
Add usage instructions to baremetal heap+stack usage function
This commit is contained in:
@@ -171,6 +171,9 @@ baremetal_ram_build() {
|
||||
echo ""
|
||||
}
|
||||
|
||||
# usage:
|
||||
# - `baremetal_ram_heap 0` for heap usage only
|
||||
# - `baremetal_ram_heap 1` for heap and stack usage
|
||||
baremetal_ram_heap() {
|
||||
|
||||
: ${CLI:=./programs/ssl/ssl_client2}
|
||||
|
||||
Reference in New Issue
Block a user