zephyr/tests
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
..
application_development
arch tests: x86: pagetables: use new Kconfigs 2020-11-09 20:19:13 -05:00
benchmarks tests: add FP formatting to all tests that require it 2020-11-17 14:44:59 -06:00
bluetooth tests: Bluetooth: Add tests for reading codec and controller delay info 2020-11-26 15:46:17 +01:00
boards tests: native_posix: use llabs with int64_t 2020-11-19 08:41:56 +01:00
crypto
deprecated/inttype dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
drivers drivers: modem: Add support for quectel bg95 2020-12-01 17:43:59 -05:00
kernel tests: access kernel object with private data using system call 2020-12-01 10:14:35 -06:00
lib devicetree: gpio: provide accessors for controller phandle 2020-12-01 15:19:22 -05:00
misc/test_build
net tests: net: tcp2: Add RST packet handling tests 2020-11-24 13:08:39 +02:00
portability tests: cmsis_rtos_v2: Fix stack overflow 2020-10-13 20:04:31 +02:00
posix tests: posix/{common,fs}: enable testing TLS 2020-10-24 10:52:00 -07:00
shell tests: add more configurations for shell tests 2020-11-30 16:03:01 -06:00
subsys tests/fs/fat: correct format specifiers 2020-11-17 18:48:10 -05:00
unit tests/unit/cbprintf: test %p with NULL and justification 2020-11-19 12:37:42 +01:00
ztest