zephyr/drivers/spi
Andrzej Głąbek 668d401293 modules: hal: nordic: Define NRFX_ASSERT as __ASSERT_NO_MSG
Update hal_nordic's revision, so that NRFX_ASSERT uses __ASSERT_NO_MSG
directly, not through the assert macro that comes from from libc,
as the definition of the latter might be different when some specific
libc version is used, and this could generate troubles.

Replace also uses of assert() with __ASSERT_NO_MSG() in nrfx driver
shims that use this macro without including the corresponding header
file (i.e. that implicitly rely on assert.h being included from
nrfx_glue.h, which is no longer the case).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-03-10 17:21:27 +01:00
..
CMakeLists.txt
Kconfig kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.gecko
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi
Kconfig.nrfx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.oc_simple kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.rv32m1_lpspi
Kconfig.sam
Kconfig.sam0
Kconfig.sifive kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.stm32
Kconfig.xec_qmspi
spi_cc13xx_cc26xx.c
spi_context.h
spi_dw_regs.h
spi_dw.c
spi_dw.h
spi_gecko.c
spi_handlers.c
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c
spi_ll_stm32.h
spi_mcux_dspi.c drivers: spi: spi_mcux_dspi: fix missing context unlock on busy bus 2020-02-08 11:41:21 +02:00
spi_mcux_flexcomm.c
spi_mcux_lpspi.c
spi_nrfx_spi.c modules: hal: nordic: Define NRFX_ASSERT as __ASSERT_NO_MSG 2020-03-10 17:21:27 +01:00
spi_nrfx_spim.c modules: hal: nordic: Define NRFX_ASSERT as __ASSERT_NO_MSG 2020-03-10 17:21:27 +01:00
spi_nrfx_spis.c
spi_oc_simple.c
spi_oc_simple.h
spi_rv32m1_lpspi.c
spi_sam.c
spi_sam0.c
spi_sifive.c drivers: spi: sifive: Fix comment to match ifdef 2020-02-17 09:05:32 +01:00
spi_sifive.h
spi_xec_qmspi.c