-->
Page 1 of 1

do we have assert()?

PostPosted: Tue Jan 12, 2016 8:28 am
by esp03madness
Is assert() an available function on any of the SDKs?

I can find __assert() and __assert_func() in libcirom.a in the RTOS SDK, but as far as I can tell, it is not compiled against.

There's also sys_arch_assert() of liblwip.a, not sure what to make of it.