zephyr/drivers/adc
Andrew Boie 5dc2ab4f47 ti_adc108s102: validate num_entries
num_entries can be as large as 255. However, based on the
_ti_adc108s102 implementation, num_entries must be less than
ADC108S102_CMD_BUFFER_SIZE or the cmd_buffer[] and
sampling_buffer[] arrays in the data struct could overflow.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-07 22:27:28 -04:00
..
adc_dw.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
adc_dw.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
adc_handlers.c drivers: Perform a runtime check if a driver is capable of an operation 2018-04-26 02:57:12 +05:30
adc_mcux_adc16.c adc: Introduce new mcux adc16 driver 2017-07-19 14:28:08 -05:00
adc_qmsi_ss.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
adc_qmsi.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
adc_sam_afec.c drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
adc_ti_adc108s102.c ti_adc108s102: validate num_entries 2018-05-07 22:27:28 -04:00
adc_ti_adc108s102.h drivers/adc: Switch ti_adc108s102 driver to new SPI API 2018-04-04 19:02:35 +02:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
Kconfig.dw kconfig: adc: Extract platform specific configs to separate files. 2017-09-13 09:56:25 -04:00
Kconfig.mcux mcux: nxp_kinetis: Move HAS_ADC16 config to ext 2017-09-25 12:31:59 -05:00
Kconfig.qmsi kconfig: adc: Extract platform specific configs to separate files. 2017-09-13 09:56:25 -04:00
Kconfig.sam_afec drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
Kconfig.ti_adc108s102 drivers/adc: Switch ti_adc108s102 driver to new SPI API 2018-04-04 19:02:35 +02:00