zephyr/samples
Francois Ramu b5f3df0303 samples: canopenmode exclude nvs_sector_size above 64K
This commits is restricting the execution of the
samples/modules/canopennode to board configuration where
the nvs_sector_size is less than 0x10000.
When the CONFIG_CANOPENNODE_STORAGE is selected, the
settings_subsys_init do not accept
nvs_sector_size > UINT16_MAX.
Then all the stm32h723/h743/h745/h750 cannot run the
sample.modules.canopennode testcase

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-07-13 10:14:03 +02:00
..
application_development samples: code_relocation_nocopy: Update documentation 2022-06-24 20:29:00 +02:00
arch samples: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
basic samples: basic: threads: Remove dts label prop usage 2022-07-07 10:02:47 +02:00
bluetooth Bluetooth: Audio: Expose broadcast sink adv data to application 2022-07-12 14:17:02 +02:00
boards sample: s2ram: Introduce S2RAM sample 2022-07-11 15:26:26 +02:00
compression samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
drivers samples: drivers: flash_shell: remove duplicate include 2022-07-11 17:56:55 +02:00
hello_world samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
kernel samples: kernel: condvar: add README 2022-07-08 21:06:33 -04:00
modules samples: canopenmode exclude nvs_sector_size above 64K 2022-07-13 10:14:03 +02:00
net samples: lwm2m_client: Convert to use DEVICE_DT_GET_ONE 2022-07-07 08:27:52 -05:00
philosophers samples/philosophers: use stack_data_t type 2022-05-18 10:53:50 +02:00
posix include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
sensor samples: sensor: fxos8700-hid: Convert to use DEVICE_DT_GET_ONE 2022-07-07 10:11:16 +02:00
shields samples: x_nucleo_iks02a1: microphone: Convert to use DEVICE_DT_GET_ONE 2022-07-06 10:48:09 +02:00
subsys samples: video: Convert to use DEVICE_DT_GET_ONE 2022-07-12 10:20:00 +02:00
synchronization samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
tfm_integration cmake: Update cmake_minimum_required to 3.20.0 2022-07-04 10:18:45 +02:00
userspace samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00