Home
last modified time | relevance | path

Searched full:mcp2515 (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/can/
DKconfig.mcp25151 # MCP2515 CAN configuration options
7 bool "MCP2515 CAN Driver"
12 Enable MCP2515 CAN Driver
Dcan_mcp2515.h67 * see MCP2515 datasheet section 8.1 Oscillator Start-up Timer
71 /* MCP2515 Opcodes */
81 /* MCP2515 Registers */
101 /* MCP2515 Operation Modes */
DKconfig117 source "drivers/can/Kconfig.mcp2515"
Dcan_mcp2515.c278 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/
Dmicrochip,mcp2515.yaml4 description: MCP2515 SPI CAN controller
6 compatible: "microchip,mcp2515"
/Zephyr-latest/boards/shields/mcp2515/doc/
Dindex.rst3 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/
Dtestcase.yaml7 drivers.can.build_all.mcp2515:
/Zephyr-latest/boards/shields/mcp2515/
Dadafruit_can_picowbell.overlay12 compatible = "microchip,mcp2515";
Ddfrobot_can_bus_v2_0.overlay12 compatible = "microchip,mcp2515";
Dkeyestudio_can_bus_ks0411.overlay12 compatible = "microchip,mcp2515";
/Zephyr-latest/samples/drivers/can/counter/
DREADME.rst42 provides the MCP2515 CAN controller:
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst428 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…
Drelease-notes-2.0.rst191 * Added MCP2515, NXP FlexCAN, and loopback drivers
753 …f52 | device tree error: zephyrproject/zephyr/dts/bindings/can/microchip,mcp2515.yaml (in 'reg'): …
Drelease-notes-2.1.rst142 * Optimizations for the MCP2515 driver
Drelease-notes-3.6.rst329 * :dtcompatible:`microchip,mcp2515`
Drelease-notes-3.0.rst1301 * :github:`38988` - MCP2515 driver CS gpio active high support issue
Drelease-notes-3.3.rst643 * Added support for multiple MCP2515 driver instances.
3373 * :github:`51458` - Only one instance of mcp2515
Drelease-notes-2.4.rst366 * Fixed MCP2515 driver to wait to reset.
Drelease-notes-2.6.rst1470 * :github:`33978` - MCP2515 wrong BRP value
/Zephyr-latest/
DMAINTAINERS.yml1104 - boards/shields/mcp2515/