zephyr/tests/drivers/build_all
Bilal Wasim 503a70a40a drivers: modem: Add support for quectel bg95
Adding support for Quectel BG95 Modem offloaded driver
to zephyr.

The driver currently implements only the
client side functions of the "socket_op_vtable", and
so cannot be used for cases where Zephyr acts as a
server. Moreover the driver only supports TCP for now.

Looking through the guides, the same driver should be
usable for BG96 (and other modems) except for the modem
boot-up sequence. Hence its named as "bg9x" instead of
"bg95".

Tested extensively with Zephyr acting as MQTT endpoint
and publishing / subscribing data to / from an MQTT
broker.

Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
2020-12-01 17:43:59 -05:00
..
boards tests: drivers: build_all: add build test for Xilinx drivers 2020-11-17 19:30:20 -05:00
src
adc.conf tests: drivers: build_all: add mcp320x adc driver 2020-08-21 14:31:40 -05:00
app.overlay tests: drivers: build_all: Rework modem test to be more generic 2020-10-23 08:53:38 -05:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
dac.conf tests: drivers: build_all: add dacx0508 dac driver 2020-08-26 12:24:43 +02:00
drivers.conf
eeprom.conf
ethernet.conf drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
gpio.conf tests: drivers: build_all: add MCP23S17 build configuration 2020-04-17 05:56:05 -05:00
gpio.dtsi drivers: sensors: sm351lt: Add new driver 2020-08-24 16:48:47 -05:00
i2c.dtsi drivers/sensor: iis2iclx: add multi-instance 2020-11-11 13:17:18 +01:00
modem_quectel_bg9x.conf drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
modem_ublox_sara.conf tests: drivers: build_all: Rework modem test to be more generic 2020-10-23 08:53:38 -05:00
modem.conf tests: drivers: build_all: Rework modem test to be more generic 2020-10-23 08:53:38 -05:00
prj.conf
README.txt
sensors_a_h.conf sensor: add sensor driver for Infineon DPS310 2020-05-14 11:02:29 +02:00
sensors_i_z.conf drivers: sensors: sm351lt: Add new driver 2020-08-24 16:48:47 -05:00
sensors_stmemsc_trigger.conf drivers/sensor: add support to IIS2ICLX accelerometer 2020-10-15 09:57:47 -05:00
sensors_stmemsc.conf drivers/sensor: add support to IIS2ICLX accelerometer 2020-10-15 09:57:47 -05:00
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf drivers: sensor: Add VCNL4040 driver 2020-09-04 13:03:12 -05:00
spi.dtsi drivers/sensor: iis2iclx: add multi-instance 2020-11-11 13:17:18 +01:00
testcase.yaml drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
uart.dtsi drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
xlnx.conf tests: drivers: build_all: add build test for Xilinx drivers 2020-11-17 19:30:20 -05:00

Overview
--------

Build tests for drivers and sensors on all platforms.

This test might now work for some of the drivers, those need to be addressed in
other tests targeting those special cases.

Tests
-----

drivers:
	build all drivers

sensors_a_m:
	build sensors with name beginning a through m.

sensors_n_z:
	build sensors with name beginning n through z.

sensors_trigger:
	build sensors with trigger option enabled