Searched full:mcp2515 (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcp2515 | 1 # MCP2515 CAN configuration options 7 bool "MCP2515 CAN Driver" 12 Enable MCP2515 CAN Driver
|
D | can_mcp2515.h | 67 * see MCP2515 datasheet section 8.1 Oscillator Start-up Timer 71 /* MCP2515 Opcodes */ 81 /* MCP2515 Registers */ 101 /* MCP2515 Operation Modes */
|
D | Kconfig | 117 source "drivers/can/Kconfig.mcp2515"
|
D | can_mcp2515.c | 278 LOG_ERR("Timeout trying to set MCP2515 operation mode"); in mcp2515_set_mode_int() 934 /* Reset MCP2515 */ in mcp2515_init() 969 (void)k_thread_name_set(tid, "mcp2515"); in mcp2515_init()
|
/Zephyr-latest/dts/bindings/can/ |
D | microchip,mcp2515.yaml | 4 description: MCP2515 SPI CAN controller 6 compatible: "microchip,mcp2515"
|
/Zephyr-latest/boards/shields/mcp2515/doc/ |
D | index.rst | 3 Microchip MCP2515 CAN bus shields 6 Zephyr supports a couple of different shields carrying the Microchip `MCP2515`_ 15 The DFRobot CAN BUS shield supports the Microchip MCP2515 stand-alone CAN 26 - MCP2515 70 | D2 | GPIO_ACTIVE_LOW | MCP2515 - INT | 86 | D10 | SPI-CS | MCP2515 | 88 | D11 | SPI-MOSI | MCP2515 / MicroSD | 90 | D12 | SPI-MISO | MCP2515 / MicroSD | 92 | D13 | SPI-CLK | MCP2515 / MicroSD | 115 - `MCP2515 Datasheet`_ [all …]
|
/Zephyr-latest/tests/drivers/build_all/can/ |
D | testcase.yaml | 7 drivers.can.build_all.mcp2515:
|
/Zephyr-latest/boards/shields/mcp2515/ |
D | adafruit_can_picowbell.overlay | 12 compatible = "microchip,mcp2515";
|
D | dfrobot_can_bus_v2_0.overlay | 12 compatible = "microchip,mcp2515";
|
D | keyestudio_can_bus_ks0411.overlay | 12 compatible = "microchip,mcp2515";
|
/Zephyr-latest/samples/drivers/can/counter/ |
D | README.rst | 42 provides the MCP2515 CAN controller:
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 428 CAN-ID priority (NXP FlexCAN, ST STM32 bxCAN, Bosch M_CAN, Microchip MCP2515). 1483 * :github:`44837` - drivers: can: mcp2515: can_set_timing() performs a soft-reset of the MCP2515, d… 1504 * :github:`44706` - drivers: can: mcp2515: mcp2515_set_mode() silently ignores unsupported modes 1540 * :github:`44484` - drivers: can: mcp2515: The MCP2515 driver uses wrong timing limits 1561 * :github:`44344` - drivers: can: mcp2515 introduces a hard dependency on CONFIG_CAN_AUTO_BUS_OFF_R…
|
D | release-notes-2.0.rst | 191 * Added MCP2515, NXP FlexCAN, and loopback drivers 753 …f52 | device tree error: zephyrproject/zephyr/dts/bindings/can/microchip,mcp2515.yaml (in 'reg'): …
|
D | release-notes-2.1.rst | 142 * Optimizations for the MCP2515 driver
|
D | release-notes-3.6.rst | 329 * :dtcompatible:`microchip,mcp2515`
|
D | release-notes-3.0.rst | 1301 * :github:`38988` - MCP2515 driver CS gpio active high support issue
|
D | release-notes-3.3.rst | 643 * Added support for multiple MCP2515 driver instances. 3373 * :github:`51458` - Only one instance of mcp2515
|
D | release-notes-2.4.rst | 366 * Fixed MCP2515 driver to wait to reset.
|
D | release-notes-2.6.rst | 1470 * :github:`33978` - MCP2515 wrong BRP value
|
/Zephyr-latest/ |
D | MAINTAINERS.yml | 1104 - boards/shields/mcp2515/
|