zephyr/samples/drivers
Henrik Brix Andersen 720eeab30f samples: drivers: can: increase the maximum number of shell arguments
Remove the custom Kconfig value for CONFIG_SHELL_ARGC_MAX as it is too low
to account for the new arguments to the "can send" shell command.

The default for CONFIG_SHELL_ARGC_MAX was increased to 20 in
32ebeb0a5c which is sufficient for sending
non-CAN-FD format frames using the new "can send" shell command.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-08-31 10:45:35 +02:00
..
adc samples: drivers: adc running on the stm32U575 nucleo board 2022-08-22 10:23:53 +00:00
audio/dmic devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
can samples: drivers: can: increase the maximum number of shell arguments 2022-08-31 10:45:35 +02:00
clock_control_litex devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
counter devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
crypto crypto: remove proj setting of crypto drivers 2022-08-30 10:43:12 +00:00
current_sensing samples: drivers: removed old sample code for INA219 2021-08-23 10:32:07 -05:00
dac devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
display samples: Remove label property from devicetree overlays 2022-08-01 17:59:32 +02:00
eeprom devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
espi samples: drivers: espi: initialize devices at compile time 2022-08-19 11:51:26 +02:00
flash_shell samples: drivers: flash_shell: remove duplicate include 2022-07-11 17:56:55 +02:00
fpga/fpga_controller devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
ht16k33 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
i2c_fujitsu_fram devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
i2s devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
ipm samples: tests: Rename duplicated testcases 2022-08-17 12:11:00 +02:00
jesd216 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
kscan devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
kscan_touch devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
lcd_cyclonev_socdk devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
lcd_hd44780 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
led_apa102 samples: Remove label property from devicetree overlays 2022-08-01 17:59:32 +02:00
led_apa102c_bitbang samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
led_lp503x devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
led_lp3943 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
led_lp5562 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
led_lpd8806 devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
led_pca9633 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
led_pwm samples: drivers: led_pwm: use DT_FOREACH_CHILD_SEP_VARGS 2022-08-30 16:19:57 +02:00
led_sx1509b_intensity samples: led_sx1509b_intensity: Convert to use DEVICE_DT_GET 2022-07-07 10:09:48 +02:00
led_ws2812 devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
lora devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
mbox samples: Add missing READMEs 2022-07-25 15:17:48 +02:00
misc devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
peci samples: drivers: peci: improve test 2022-08-19 11:51:26 +02:00
ps2 samples: drivers: ps2: fix test issues 2022-08-19 11:51:26 +02:00
soc_flash_nrf samples/soc_flash_nrf: Fix flash device reference 2022-07-30 08:26:21 -05:00
spi_bitbang devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
spi_flash samples: drivers flash add a test case for stm32h7 octospi 2022-07-27 18:46:25 +02:00
spi_flash_at45 devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
spi_fujitsu_fram samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
uart devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
w1/scanner samples: Rename 'samples' to 'sample' 2022-08-29 07:30:42 -04:00
watchdog devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
drivers.rst