zephyr/samples
Martin Jäger f13791d5ba canbus: isotp: use flags for configuration in isotp_msg_id
The previous design with dedicated bits in the structure required a
user to explicitly set each bit.

Using one flags variable allows to extend the features more easily
in the future and avoids breaking existing code.

This change is particularly useful for the FDF and BRS flags required
for CAN-FD support.

See also previous similar change for the CAN driver in
f8a88cdb27

Signed-off-by: Martin Jäger <martin@libre.solar>
2023-09-07 09:43:56 +02:00
..
application_development modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
arch samples: arch: rename shadow variables 2023-08-22 11:39:58 +02:00
basic doc: Use new Sphinx extension for code samples 2023-09-06 12:11:28 +02:00
bluetooth doc: Use new Sphinx extension for code samples 2023-09-06 12:11:28 +02:00
boards kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
compression tests/samples: use integration_platforms more where it makes sense 2023-05-26 17:52:02 -04:00
cpp doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
drivers boards: mr_canhubk3: enable NXP S32 EMIOS PWM 2023-09-06 11:44:00 +02:00
fuel_gauge drivers: fuel_gauge: Add support for RSOC and ASOC 2023-05-19 13:40:19 -04:00
hello_world samples: hello_world: use printf 2023-08-17 10:38:26 +02:00
kernel doc: Use new Sphinx extension for code samples 2023-09-06 12:11:28 +02:00
modules drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
net samples/net: Add cellular modem sample 2023-08-30 13:48:51 +02:00
philosophers samples: philosophers: fix wrong assert type 2023-09-06 21:56:03 +02:00
posix samples: posix: uname: Set to 1cpu as shell_thread is not SMP-safe 2023-08-21 13:27:07 +02:00
sensor samples: sensor: Enable bme280 sensor using I2C driver for alder_lake 2023-09-01 12:10:16 -05:00
shields drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
subsys canbus: isotp: use flags for configuration in isotp_msg_id 2023-09-07 09:43:56 +02:00
synchronization doc: Use new Sphinx extension for code samples 2023-09-06 12:11:28 +02:00
tfm_integration samples: tfm: Remove old 'tfm' tag 2023-09-07 09:43:43 +02:00
userspace samples: Fixed typos 2023-08-24 15:44:33 +02:00
classic.rst
index.rst drivers: Added fuel gauge max17048 2023-03-22 14:51:33 -04:00
sample_definition_and_criteria.rst doc: use a linked reference rather than a GitHub reference. 2023-08-16 14:58:20 +02:00