Skip to content

Commit 6febe1f

Browse files
author
Andrzej Kurek
committed
Add a TODO explaining unimplemented allocation
1 parent b1f5efc commit 6febe1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atecc608a_se.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@ static psa_status_t atecc608a_allocate_key(
418418
(void) method;
419419
(void) key_slot;
420420

421+
/* TODO - this function is not implemented yet. It will contain
422+
Mbed OS persistent memory handling to ensure that a single slot
423+
will not be allocated twice. */
421424
return PSA_SUCCESS;
422425
}
423426

0 commit comments

Comments
 (0)