pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Document hard_assert()

Open magy00 opened this issue 9 months ago • 0 comments

Several SDK examples (like hello.c) call hard_assert() but it is apparently not documented (in the PDF version of the C/C++ SDK or in the datasheets).

It's not so clear how "pico/assert.h" actually gets included and which parts of it are public and when to use it instead of assert() from <assert.h> (or <cassert>).

magy00 avatar Feb 24 '25 07:02 magy00