Searched refs:canopen (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/boards/common/ |
D | canopen.board.cmake | 3 board_set_flasher_ifnset(canopen) 4 board_finalize_runner_args(canopen)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 14 import canopen 201 self.network = canopen.Network() 327 objdict = canopen.objectdictionary.ObjectDictionary() 329 array = canopen.objectdictionary.Array('Program data', 0x1f50) 330 member = canopen.objectdictionary.Variable('', 0x1f50, subindex=1) 331 member.data_type = canopen.objectdictionary.DOMAIN 335 array = canopen.objectdictionary.Array('Program control', 0x1f51) 336 member = canopen.objectdictionary.Variable('', 0x1f51, subindex=1) 337 member.data_type = canopen.objectdictionary.UNSIGNED8 341 array = canopen.objectdictionary.Array('Program software ID', 0x1f56) [all …]
|
/Zephyr-latest/samples/modules/canopennode/ |
D | CMakeLists.txt | 6 board_runner_args(canopen "--node-id=${CONFIG_CANOPEN_NODE_ID}")
|
D | README.rst | 131 the host PC and Zephyr. First, install python-canopen along with the 136 pip3 install --user canopen python-can 178 import canopen 188 network = canopen.Network() 227 import canopen 236 network = canopen.Network() 261 import canopen 270 network = canopen.Network() 335 import canopen 344 network = canopen.Network() [all …]
|
/Zephyr-latest/subsys/canbus/ |
D | Kconfig | 8 source "subsys/canbus/Kconfig.canopen"
|
/Zephyr-latest/boards/nxp/twr_ke18f/ |
D | board.cmake | 9 include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake)
|
/Zephyr-latest/boards/nxp/frdm_k64f/ |
D | board.cmake | 12 include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake)
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 17 canopen
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_storage.c | 184 SETTINGS_STATIC_HANDLER_DEFINE(canopen, "canopen", NULL,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 851 * :github:`22443` - [Coverity CID :207964] Dereference after null check in subsys/canbus/canopen/CO… 858 * :github:`22435` - [Coverity CID :207977] Logically dead code in subsys/canbus/canopen/CO_driver.c 859 * :github:`22434` - [Coverity CID :207978] Dereference after null check in subsys/canbus/canopen/CO…
|
D | release-notes-2.4.rst | 1015 * :github:`28152` - frdm_k64f: running samples/subsys/canbus/canopen/ failed 1393 * :github:`26363` - samples: subsys: canbus: canopen: objdict: CO_OD.h is not normally made. 1414 * :github:`26291` - canopen: error when CAN_MCP2515_MAX_FILTER > 8
|
D | release-notes-2.6.rst | 1684 * :github:`33149` - subsys: canbus: canopen EDSEditor / libedssharp version that works with Zephyr'… 1887 * :github:`32657` - canopen sample wont respond on pdo mapping with CO_ODs from objdict.eds 2105 * :github:`26363` - samples: subsys: canbus: canopen: objdict: CO_OD.h is not normally made.
|
D | release-notes-2.5.rst | 1267 * :github:`30477` - frdm_k64f: testcase samples/subsys/canbus/canopen/ failed to be ran
|
D | release-notes-2.7.rst | 1024 * :github:`39409` - runners: canopen: program download fails with slow flash access and/or congeste…
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1209 .. _CAN in Automation Inclusive Language: https://can-newsletter.org/canopen/categories/
|