oot/src/boot
Anghelo Carvajal 98aef8988a
`assert` macro OK (#755)
* create assert macro and replace a bunch of __assert

Signed-off-by: angie <angheloalf95@gmail.com>

* Another bunch of assert

Signed-off-by: angie <angheloalf95@gmail.com>

* more assert

Signed-off-by: angie <angheloalf95@gmail.com>

* assert(false)

Signed-off-by: angie <angheloalf95@gmail.com>

* last assert used in matching code

Signed-off-by: angie <angheloalf95@gmail.com>

* the non-matchings

Signed-off-by: angie <angheloalf95@gmail.com>

* typo

Signed-off-by: angie <angheloalf95@gmail.com>

* format

Signed-off-by: angie <angheloalf95@gmail.com>

* change macro to uppercase

Signed-off-by: angie <angheloalf95@gmail.com>

* Apply suggestions from code review

Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>

* Change ASSERT(false) to ASSERT(0)

Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2021-04-29 14:39:46 -04:00
..
assert.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
boot_main.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
build.c First proper commit. 2020-03-17 00:31:30 -04:00
idle.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
is_debug.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
logutils.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
stackcheck.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
viconfig.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
yaz0.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
z_locale.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
z_std_dma.c `assert` macro OK (#755) 2021-04-29 14:39:46 -04:00